GuiStracini.SDKBuilder
3.1.100
dotnet add package GuiStracini.SDKBuilder --version 3.1.100
NuGet\Install-Package GuiStracini.SDKBuilder -Version 3.1.100
<PackageReference Include="GuiStracini.SDKBuilder" Version="3.1.100" />
<PackageVersion Include="GuiStracini.SDKBuilder" Version="3.1.100" />
<PackageReference Include="GuiStracini.SDKBuilder" />
paket add GuiStracini.SDKBuilder --version 3.1.100
#r "nuget: GuiStracini.SDKBuilder, 3.1.100"
#:package GuiStracini.SDKBuilder@3.1.100
#addin nuget:?package=GuiStracini.SDKBuilder&version=3.1.100
#tool nuget:?package=GuiStracini.SDKBuilder&version=3.1.100
GuiStracini.SDKBuilder
An SDK framework designed to streamline the creation of C# SDKs for consuming generic REST APIs.
🚀 CI/CD Status
Build Status | Last Commit | Tests | Coverage | Code Smells | LoC |
---|---|---|---|---|---|
🛠️ Code Quality
📦 Installation
GitHub Releases
Download the latest version from the Release Page.
NuGet Package
Package | Version | Downloads |
---|---|---|
GuiStracini.SDKBuilder |
📖 Overview
GuiStracini.SDKBuilder simplifies SDK development for REST APIs using WebAPI2 conventions. It provides a ServiceFactory class that implements the IServiceFactory interface, including methods for Get, Post, Put, Delete, Head, and Upload operations.
The library leverages self-convention and custom attributes to generate intelligent endpoints and handle API requests efficiently.
🏗 Using IServiceFactory
, IRequestBase
, and IResponseBase
🔧 IServiceFactory Example:
IServiceFactory serviceFactory = new ServiceFactory();
var response = serviceFactory.Get<MyResponseType>("/api/resource");
📤 IRequestBase Example:
public class MyRequest : IRequestBase {
public string Property { get; set; }
}
📥 IResponseBase Example:
public class MyResponse : IResponseBase {
public string Result { get; set; }
}
🏗️ Creating a New SDK
To build a new SDK, you need:
- API endpoints
- Request/response object structures
- Authentication flow details
🔒 Note: Currently, the package supports Basic Authorization (via HTTP headers or JWT). OAuth/OAuth2 is not natively supported, but you can extend it. Contributions via PR are welcome!
📝 License
This project is licensed under the MIT License. See the LICENSE file for details.
📬 Contact & Contributions
If you have suggestions, bug reports, or feature requests, feel free to open an issue or submit a PR.
Happy coding! 🚀
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.4)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.4)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.4)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net9.0
- Newtonsoft.Json (>= 13.0.4)
- System.Threading.Tasks.Extensions (>= 4.6.3)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on GuiStracini.SDKBuilder:
Package | Downloads |
---|---|
GuiStracini.Mandae
Mandae API Client. Mandaê is an intermediate order delivery company. It mediates between e-commerce and various freight companies, offering the lowest price and providing an API to schedule pick-ups and track deliveries from the vendor's distribution center to delivery to the end consumer. |
|
CEPAberto
Provides a easy-to-use interface for quering data in CEPAberto (http://www.cepaberto.com) API. Needs a API key (free after registration) to work. Find postal code, geocoordinates and city information about a postal code or a latitude/longitude data |
|
Calendarific
Calendarific SDK implementing all API endpoints |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.1.100 | 0 | 9/22/2025 |
3.1.97 | 284 | 9/15/2025 |
3.1.94 | 234 | 9/8/2025 |
3.1.91 | 137 | 9/8/2025 |
3.1.86 | 155 | 9/3/2025 |
3.1.83 | 166 | 8/29/2025 |
3.1.78 | 343 | 8/25/2025 |
3.1.75 | 312 | 8/18/2025 |
3.1.64 | 141 | 8/18/2025 |
3.1.59 | 402 | 8/4/2025 |
3.1.56 | 480 | 7/23/2025 |
3.1.53 | 464 | 7/23/2025 |
3.1.50 | 468 | 7/23/2025 |
3.1.41 | 183 | 7/15/2025 |
3.1.35 | 554 | 6/12/2025 |
3.1.32 | 244 | 5/22/2025 |
3.1.31 | 184 | 5/19/2025 |
3.1.28 | 246 | 5/9/2025 |
3.1.24 | 382 | 4/8/2025 |
3.1.21 | 307 | 4/1/2025 |
3.1.18 | 198 | 4/1/2025 |
3.0.692 | 567 | 3/24/2025 |
3.0.689 | 435 | 2/21/2025 |
3.0.686 | 309 | 2/11/2025 |
3.0.683 | 634 | 1/21/2025 |
3.0.680 | 349 | 1/17/2025 |
3.0.674 | 156 | 1/17/2025 |
3.0.669 | 157 | 1/14/2025 |
3.0.665 | 156 | 1/14/2025 |
3.0.662 | 375 | 1/13/2025 |
3.0.655 | 434 | 1/6/2025 |
3.0.652 | 173 | 1/6/2025 |
3.0.647 | 392 | 12/30/2024 |
3.0.644 | 526 | 12/23/2024 |
3.0.641 | 383 | 12/9/2024 |
3.0.638 | 338 | 11/26/2024 |
3.0.635 | 364 | 11/25/2024 |
3.0.630 | 179 | 11/18/2024 |
3.0.627 | 176 | 11/18/2024 |
3.0.622 | 2,579 | 10/28/2024 |
3.0.619 | 353 | 10/14/2024 |
3.0.616 | 141 | 10/14/2024 |
3.0.611 | 1,290 | 9/23/2024 |
3.0.608 | 200 | 9/17/2024 |
3.0.604 | 601 | 9/9/2024 |
3.0.601 | 531 | 8/27/2024 |
3.0.598 | 159 | 8/27/2024 |
3.0.593 | 129 | 8/27/2024 |
3.0.588 | 139 | 8/27/2024 |
3.0.576 | 817 | 8/19/2024 |
3.0.573 | 633 | 7/18/2024 |
3.0.570 | 500 | 7/15/2024 |
3.0.567 | 161 | 7/15/2024 |
3.0.564 | 161 | 7/15/2024 |
3.0.559 | 141 | 7/14/2024 |
3.0.551 | 695 | 5/28/2024 |
3.0.548 | 144 | 5/28/2024 |
3.0.537 | 636 | 5/19/2024 |
3.0.528 | 352 | 4/29/2024 |
3.0.525 | 311 | 4/29/2024 |
3.0.520 | 160 | 4/29/2024 |
3.0.513 | 529 | 4/22/2024 |
3.0.510 | 175 | 4/22/2024 |
3.0.507 | 515 | 4/15/2024 |
3.0.504 | 160 | 4/15/2024 |
3.0.499 | 641 | 4/8/2024 |
3.0.496 | 602 | 3/18/2024 |
3.0.493 | 984 | 2/26/2024 |
3.0.490 | 762 | 2/19/2024 |
3.0.487 | 185 | 2/19/2024 |
3.0.482 | 180 | 2/19/2024 |
3.0.475 | 174 | 2/13/2024 |
3.0.472 | 164 | 2/13/2024 |
3.0.469 | 172 | 2/13/2024 |
3.0.460 | 1,225 | 1/30/2024 |
3.0.454 | 156 | 1/30/2024 |
3.0.445 | 1,248 | 1/29/2024 |
3.0.439 | 684 | 1/22/2024 |
3.0.436 | 153 | 1/22/2024 |
3.0.431 | 1,694 | 1/12/2024 |
3.0.428 | 169 | 1/12/2024 |
3.0.423 | 865 | 1/8/2024 |
3.0.420 | 1,394 | 12/25/2023 |
3.0.417 | 179 | 12/25/2023 |
3.0.412 | 159 | 12/18/2023 |
3.0.409 | 131 | 12/18/2023 |
3.0.404 | 1,167 | 12/14/2023 |
3.0.398 | 873 | 12/11/2023 |
3.0.395 | 194 | 12/11/2023 |
3.0.390 | 158 | 12/11/2023 |
3.0.383 | 173 | 12/11/2023 |
3.0.380 | 2,175 | 12/4/2023 |
3.0.377 | 181 | 11/27/2023 |
3.0.374 | 1,432 | 11/20/2023 |
3.0.371 | 176 | 11/20/2023 |
3.0.366 | 149 | 11/20/2023 |
3.0.359 | 198 | 11/14/2023 |
3.0.354 | 194 | 11/14/2023 |
3.0.349 | 149 | 11/13/2023 |
3.0.344 | 2,252 | 11/9/2023 |
3.0.339 | 206 | 11/7/2023 |
3.0.336 | 149 | 11/6/2023 |
3.0.333 | 2,274 | 10/23/2023 |
3.0.330 | 666 | 10/16/2023 |
3.0.327 | 180 | 10/16/2023 |
3.0.322 | 403 | 9/19/2023 |
3.0.319 | 202 | 9/19/2023 |
3.0.310 | 255 | 9/12/2023 |
3.0.307 | 339 | 9/4/2023 |
3.0.304 | 392 | 8/24/2023 |
3.0.301 | 184 | 8/24/2023 |
3.0.296 | 570 | 8/9/2023 |
3.0.293 | 212 | 8/8/2023 |
3.0.290 | 499 | 7/23/2023 |
3.0.279 | 216 | 7/23/2023 |
3.0.262 | 219 | 7/23/2023 |
3.0.253 | 225 | 7/23/2023 |
3.0.246 | 192 | 7/23/2023 |
3.0.244 | 202 | 7/23/2023 |
3.0.238 | 199 | 7/23/2023 |
3.0.234 | 314 | 7/14/2023 |
3.0.210 | 210 | 7/13/2023 |
3.0.207 | 219 | 7/13/2023 |
3.0.183 | 611 | 6/19/2023 |
3.0.182 | 266 | 6/19/2023 |
3.0.179 | 230 | 6/19/2023 |
3.0.168 | 474 | 6/7/2023 |
3.0.152 | 447 | 5/31/2023 |
3.0.133 | 735 | 4/21/2023 |
3.0.132 | 255 | 4/21/2023 |
3.0.130 | 237 | 4/21/2023 |
3.0.124 | 513 | 4/9/2023 |
3.0.123 | 263 | 4/9/2023 |
3.0.110 | 282 | 4/9/2023 |
3.0.96 | 298 | 4/4/2023 |
3.0.92 | 393 | 4/3/2023 |
3.0.88 | 261 | 4/3/2023 |
3.0.85 | 626 | 3/23/2023 |
3.0.82 | 386 | 3/8/2023 |
3.0.77 | 329 | 3/8/2023 |
3.0.73 | 449 | 3/1/2023 |
3.0.66 | 324 | 3/1/2023 |
3.0.62 | 712 | 1/24/2023 |
3.0.61 | 436 | 1/19/2023 |
3.0.55 | 1,925 | 1/15/2023 |
3.0.52 | 383 | 1/15/2023 |
3.0.49 | 369 | 1/15/2023 |
2.0.10 | 3,593 | 4/18/2020 |
2.0.9 | 635 | 4/18/2020 |
2.0.8 | 4,737 | 9/24/2019 |
2.0.6 | 707 | 9/24/2019 |
2.0.4 | 698 | 9/24/2019 |
2.0.2 | 656 | 9/24/2019 |
2.0.0 | 743 | 9/23/2019 |
1.0.6 | 1,203 | 12/18/2017 |