![]() |
VOOZH | about |
dotnet add package Dinaup --version 10.15.0.18
NuGet\Install-Package Dinaup -Version 10.15.0.18
<PackageReference Include="Dinaup" Version="10.15.0.18" />
<PackageVersion Include="Dinaup" Version="10.15.0.18" />Directory.Packages.props
<PackageReference Include="Dinaup" />Project file
paket add Dinaup --version 10.15.0.18
#r "nuget: Dinaup, 10.15.0.18"
#:package Dinaup@10.15.0.18
#addin nuget:?package=Dinaup&version=10.15.0.18Install as a Cake Addin
#tool nuget:?package=Dinaup&version=10.15.0.18Install as a Cake Tool
👁 CI
👁 CodeQL
👁 NuGet
👁 Downloads
👁 .NET
Official typed client for the Dinaup platform. Talk to your tenant from .NET without dealing with raw HTTP, JSON, or auth plumbing.
Dinaup is a multi-tenant SaaS for SMBs that consolidates billing, POS, CRM, HR, projects and more on a single configurable platform. Each tenant designs its own Sections (entities), Reports (queries) and Dynamic Documents (scripted procedures) using Dinaup Flex, and exposes them through a public API. This SDK is the typed .NET face of that API.
┌─────────────────────────────────────────────────────────────────────┐
│ │
│ Your .NET app ──► Dinaup SDK (this repo) ──► Dinaup tenant API │
│ │ │
│ ├─ Sections (CRUD on per-tenant tables) │
│ ├─ Reports (filtered, paginated queries) │
│ ├─ Files & Annotations (CDN-backed) │
│ ├─ Dynamic Documents (scripted procedures) │
│ ├─ SecureLink auth (employee login) │
│ └─ Postgres direct access (advanced) │
│ │
└─────────────────────────────────────────────────────────────────────┘
dotnet add package Dinaup
using Dinaup;
// Connect once, reuse the client.
var client = await DinaupClientC.ConnectAsync(
endPoint: "https://yourtenant.dinaup.com",
apiKey: Guid.Parse("..."),
apiSecret: "...");
// Run a typed report.
var invoices = new APIVentasC();
invoices.AddFilter(VentasIngresosES.Total, ">=", 1000);
await invoices.ExecuteQueryAsync(client, page: 1, pageSize: 50);
foreach (var row in invoices.Rows)
Console.WriteLine($"{row.NumerodefacturaCompleto}: {row.Total}");
See for ~200 worked examples covering every public API.
auth.dinaup.com.Dinaup/
├── src/ ← SDK source (VB.NET, .NET 10)
├── test/ ← test suite — see test/README.md
├── .github/ ← CI, dependabot, issue & PR templates
├── Directory.Build.props ← shared build / packaging defaults
├── CHANGELOG.md ← Keep a Changelog
├── CONTRIBUTING.md ← how to contribute
├── SECURITY.md ← vulnerability disclosure
├── LICENSE ← MIT
└── README.md ← you are here
dotnet restore src/Dinaup.vbproj
dotnet build src/Dinaup.vbproj -c Release
To run the tests, see .
Pull requests welcome. Read for the branch flow, commit conventions, and release process. For bugs use the ; for features use the .
Report vulnerabilities privately — see . Do not open public issues for security problems.
MIT — see .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Dinaup:
| Package | Downloads |
|---|---|
|
DemoUp.MyDinaup
Package Description |
|
|
DinaZen
Dinaup es una biblioteca para facilitar la compatibilidad entre Dinaup y Radzen |
|
|
ReadyToGo.MyDinaup
Package Description |
|
|
Dinaup.MyDinaup0
Package Description |
|
|
DemoUp.Vault
x |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.15.0.18 | 76 | 6/17/2026 |
| 10.15.0.17 | 279 | 5/21/2026 |
| 10.15.0.16 | 104 | 5/20/2026 |
| 10.15.0.15 | 183 | 5/19/2026 |
| 10.15.0.14 | 104 | 5/19/2026 |
| 10.15.0.13 | 128 | 5/17/2026 |
| 10.15.0.11 | 275 | 5/11/2026 |
| 10.15.0.10 | 95 | 5/11/2026 |
| 10.15.0.8 | 136 | 5/8/2026 |
| 10.15.0.7 | 233 | 4/28/2026 |
| 10.15.0.6 | 133 | 4/26/2026 |
| 10.15.0.5 | 115 | 4/25/2026 |
| 10.15.0.4 | 183 | 4/21/2026 |
| 10.15.0.3 | 123 | 4/19/2026 |
| 10.15.0.2 | 105 | 4/17/2026 |
| 10.15.0.1 | 123 | 4/17/2026 |
| 10.15.0 | 119 | 4/17/2026 |
| 10.14.0.22 | 118 | 4/16/2026 |
| 10.14.0.21 | 105 | 4/16/2026 |
| 10.14.0.20 | 121 | 4/15/2026 |