SujaySarma.Sdk.RestApi
6.2.5
See the version list below for details.
dotnet add package SujaySarma.Sdk.RestApi --version 6.2.5
NuGet\Install-Package SujaySarma.Sdk.RestApi -Version 6.2.5
<PackageReference Include="SujaySarma.Sdk.RestApi" Version="6.2.5" />
paket add SujaySarma.Sdk.RestApi --version 6.2.5
#r "nuget: SujaySarma.Sdk.RestApi, 6.2.5"
// Install SujaySarma.Sdk.RestApi as a Cake Addin #addin nuget:?package=SujaySarma.Sdk.RestApi&version=6.2.5 // Install SujaySarma.Sdk.RestApi as a Cake Tool #tool nuget:?package=SujaySarma.Sdk.RestApi&version=6.2.5
Use Fluid-style initialization -- kick off with RestApiClient.CreateBuilder() static function. Version also contains bug fixes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SujaySarma.Sdk.RestApi:
Package | Downloads |
---|---|
SujaySarma.Sdk.RESTClient.Wikipedia
.NET Client for Wikipedia.org REST API. The client will be updated regularly to support all the operations that the REST endpoints support. If you come across missing features or bugs, do open an issue on Github and it will be addressed quickly. |
|
SujaySarma.Sdk.WikipediaApi
.NET Client for Wikipedia.org REST API. The client will be updated regularly to support all the operations that the REST endpoints support. If you come across missing features or bugs, do open an issue on Github and it will be addressed quickly. |
|
SujaySarma.Sdk.Azure.MarketplaceCatalog
Consume the data powering the Azure Portal's Create Resource workflow as an object model. Please follow the instructions at: https://github.com/sujayvsarma/AzureMarketplaceCatalogProvider/blob/master/README.md for using this library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fluid-style initialization (use new CreateBuilder() static function) and bug fixes.