GuiStracini.SDKBuilder
3.1.24
dotnet add package GuiStracini.SDKBuilder --version 3.1.24
NuGet\Install-Package GuiStracini.SDKBuilder -Version 3.1.24
<PackageReference Include="GuiStracini.SDKBuilder" Version="3.1.24" />
<PackageVersion Include="GuiStracini.SDKBuilder" Version="3.1.24" />
<PackageReference Include="GuiStracini.SDKBuilder" />
paket add GuiStracini.SDKBuilder --version 3.1.24
#r "nuget: GuiStracini.SDKBuilder, 3.1.24"
#addin nuget:?package=GuiStracini.SDKBuilder&version=3.1.24
#tool nuget:?package=GuiStracini.SDKBuilder&version=3.1.24
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. |
.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.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net9.0
- Newtonsoft.Json (>= 13.0.3)
- 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.24 | 152 | 4 days ago |
3.1.21 | 175 | 10 days ago |
3.1.18 | 143 | 10 days ago |
3.0.692 | 511 | 18 days ago |
3.0.689 | 351 | 2 months ago |
3.0.686 | 225 | 2 months ago |
3.0.683 | 567 | 3 months ago |
3.0.680 | 288 | 3 months ago |
3.0.674 | 101 | 3 months ago |
3.0.669 | 87 | 3 months ago |
3.0.665 | 93 | 3 months ago |
3.0.662 | 318 | 3 months ago |
3.0.655 | 377 | 3 months ago |
3.0.652 | 113 | 3 months ago |
3.0.647 | 323 | 3 months ago |
3.0.644 | 460 | 4 months ago |
3.0.641 | 328 | 4 months ago |
3.0.638 | 279 | 5 months ago |
3.0.635 | 304 | 5 months ago |
3.0.630 | 121 | 5 months ago |
3.0.627 | 115 | 5 months ago |
3.0.622 | 1,870 | 5 months ago |
3.0.619 | 322 | 6 months ago |
3.0.616 | 98 | 6 months ago |
3.0.611 | 1,067 | 7 months ago |
3.0.608 | 143 | 7 months ago |
3.0.604 | 563 | 7 months ago |
3.0.601 | 485 | 7 months ago |
3.0.598 | 117 | 8 months ago |
3.0.593 | 95 | 8 months ago |
3.0.588 | 103 | 8 months ago |
3.0.576 | 772 | 8 months ago |
3.0.573 | 588 | 9 months ago |
3.0.570 | 463 | 9 months ago |
3.0.567 | 117 | 9 months ago |
3.0.564 | 122 | 9 months ago |
3.0.559 | 112 | 9 months ago |
3.0.551 | 648 | 5/28/2024 |
3.0.548 | 113 | 5/28/2024 |
3.0.537 | 608 | 5/19/2024 |
3.0.528 | 307 | 4/29/2024 |
3.0.525 | 268 | 4/29/2024 |
3.0.520 | 117 | 4/29/2024 |
3.0.513 | 500 | 4/22/2024 |
3.0.510 | 129 | 4/22/2024 |
3.0.507 | 468 | 4/15/2024 |
3.0.504 | 129 | 4/15/2024 |
3.0.499 | 593 | 4/8/2024 |
3.0.496 | 555 | 3/18/2024 |
3.0.493 | 943 | 2/26/2024 |
3.0.490 | 722 | 2/19/2024 |
3.0.487 | 147 | 2/19/2024 |
3.0.482 | 135 | 2/19/2024 |
3.0.475 | 134 | 2/13/2024 |
3.0.472 | 127 | 2/13/2024 |
3.0.469 | 131 | 2/13/2024 |
3.0.460 | 1,197 | 1/30/2024 |
3.0.454 | 117 | 1/30/2024 |
3.0.445 | 1,221 | 1/29/2024 |
3.0.439 | 650 | 1/22/2024 |
3.0.436 | 105 | 1/22/2024 |
3.0.431 | 1,658 | 1/12/2024 |
3.0.428 | 129 | 1/12/2024 |
3.0.423 | 820 | 1/8/2024 |
3.0.420 | 1,358 | 12/25/2023 |
3.0.417 | 146 | 12/25/2023 |
3.0.412 | 131 | 12/18/2023 |
3.0.409 | 94 | 12/18/2023 |
3.0.404 | 1,124 | 12/14/2023 |
3.0.398 | 832 | 12/11/2023 |
3.0.395 | 160 | 12/11/2023 |
3.0.390 | 124 | 12/11/2023 |
3.0.383 | 136 | 12/11/2023 |
3.0.380 | 2,146 | 12/4/2023 |
3.0.377 | 164 | 11/27/2023 |
3.0.374 | 1,222 | 11/20/2023 |
3.0.371 | 145 | 11/20/2023 |
3.0.366 | 109 | 11/20/2023 |
3.0.359 | 179 | 11/14/2023 |
3.0.354 | 150 | 11/14/2023 |
3.0.349 | 118 | 11/13/2023 |
3.0.344 | 2,221 | 11/9/2023 |
3.0.339 | 172 | 11/7/2023 |
3.0.336 | 128 | 11/6/2023 |
3.0.333 | 2,242 | 10/23/2023 |
3.0.330 | 620 | 10/16/2023 |
3.0.327 | 143 | 10/16/2023 |
3.0.322 | 366 | 9/19/2023 |
3.0.319 | 165 | 9/19/2023 |
3.0.310 | 223 | 9/12/2023 |
3.0.307 | 280 | 9/4/2023 |
3.0.304 | 332 | 8/24/2023 |
3.0.301 | 135 | 8/24/2023 |
3.0.296 | 499 | 8/9/2023 |
3.0.293 | 157 | 8/8/2023 |
3.0.290 | 435 | 7/23/2023 |
3.0.279 | 155 | 7/23/2023 |
3.0.262 | 155 | 7/23/2023 |
3.0.253 | 167 | 7/23/2023 |
3.0.246 | 147 | 7/23/2023 |
3.0.244 | 158 | 7/23/2023 |
3.0.238 | 142 | 7/23/2023 |
3.0.234 | 255 | 7/14/2023 |
3.0.210 | 163 | 7/13/2023 |
3.0.207 | 158 | 7/13/2023 |
3.0.183 | 541 | 6/19/2023 |
3.0.182 | 204 | 6/19/2023 |
3.0.179 | 176 | 6/19/2023 |
3.0.168 | 411 | 6/7/2023 |
3.0.152 | 382 | 5/31/2023 |
3.0.133 | 671 | 4/21/2023 |
3.0.132 | 202 | 4/21/2023 |
3.0.130 | 176 | 4/21/2023 |
3.0.124 | 450 | 4/9/2023 |
3.0.123 | 203 | 4/9/2023 |
3.0.110 | 215 | 4/9/2023 |
3.0.96 | 234 | 4/4/2023 |
3.0.92 | 324 | 4/3/2023 |
3.0.88 | 203 | 4/3/2023 |
3.0.85 | 558 | 3/23/2023 |
3.0.82 | 333 | 3/8/2023 |
3.0.77 | 253 | 3/8/2023 |
3.0.73 | 385 | 3/1/2023 |
3.0.66 | 264 | 3/1/2023 |
3.0.62 | 645 | 1/24/2023 |
3.0.61 | 374 | 1/19/2023 |
3.0.55 | 1,859 | 1/15/2023 |
3.0.52 | 332 | 1/15/2023 |
3.0.49 | 308 | 1/15/2023 |
2.0.10 | 3,508 | 4/18/2020 |
2.0.9 | 555 | 4/18/2020 |
2.0.8 | 4,647 | 9/24/2019 |
2.0.6 | 610 | 9/24/2019 |
2.0.4 | 603 | 9/24/2019 |
2.0.2 | 562 | 9/24/2019 |
2.0.0 | 661 | 9/23/2019 |
1.0.6 | 1,026 | 12/18/2017 |