SiddiqSoft.restcl
0.10.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SiddiqSoft.restcl --version 0.10.5
NuGet\Install-Package SiddiqSoft.restcl -Version 0.10.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SiddiqSoft.restcl" Version="0.10.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SiddiqSoft.restcl --version 0.10.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SiddiqSoft.restcl, 0.10.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SiddiqSoft.restcl as a Cake Addin #addin nuget:?package=SiddiqSoft.restcl&version=0.10.5 // Install SiddiqSoft.restcl as a Cake Tool #tool nuget:?package=SiddiqSoft.restcl&version=0.10.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
restcl : A focused REST Client for Modern C++
Motivation
Design a library where JSON is a first-class API metaphor for interacting with RESTful servers.
- Focused on REST interactions with JSON. Limiting allows us to simplify the usage and make it feel very C++ instead of the C-like API of Win32 or OpenSSL.
- Modern C++ features: C++20 is required!
- Header only
- Use native implementations for the actual IO: Windows support uses WinHttp library.
- Initial implementation is for Windows using WinHTTP.
- Alternate implementation using OpenSSL tbd.
- Support for literals to allow
_GET
,_DELETE
, etc. - Support for std::format and concepts.
- Be instructional and use as little code as necessary.
- The focus is on the interface to the end user.
- Performance is not the objective.
- Simplicity (hide the underlying implementation)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- nlohmann.json (>= 3.10.0)
- SiddiqSoft.acw32h (>= 2.6.0)
- SiddiqSoft.asynchrony-lib (>= 0.11.0)
- SiddiqSoft.AzureCppUtils (>= 1.5.0)
- SiddiqSoft.SplitUri (>= 1.8.0)
- SiddiqSoft.string2map (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SiddiqSoft.restcl:
Package | Downloads |
---|---|
SiddiqSoft.CosmosClient
Azure Cosmos REST-API Client for Modern C++ |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.5.2.4 | 99 | 10/28/2024 | |
1.5.2 | 98 | 10/25/2024 | |
1.5.1 | 126 | 10/4/2024 | |
0.10.13 | 92 | 10/2/2024 | |
0.10.12 | 90 | 10/2/2024 | |
0.10.11 | 92 | 10/2/2024 | |
0.10.10 | 83 | 10/1/2024 | |
0.10.9 | 82 | 9/28/2024 | |
0.10.8 | 83 | 9/28/2024 | |
0.10.7 | 357 | 12/22/2021 | |
0.10.6 | 248 | 12/21/2021 | |
0.10.5 | 289 | 12/16/2021 | |
0.10.4 | 530 | 11/20/2021 | |
0.10.1 | 403 | 10/11/2021 | |
0.10.0 | 8,906 | 10/8/2021 | |
0.9.5 | 342 | 10/7/2021 | |
0.9.4 | 1,490 | 10/7/2021 | |
0.9.2 | 382 | 9/19/2021 | |
0.9.1 | 7,500 | 9/18/2021 | |
0.8.0 | 4,395 | 9/11/2021 | |
0.7.4 | 337 | 9/8/2021 | |
0.7.2 | 426 | 9/3/2021 | |
0.7.1 | 425 | 9/3/2021 | |
0.6.1 | 8,074 | 8/30/2021 | |
0.6.0 | 477 | 8/29/2021 | |
0.5.6 | 463 | 8/28/2021 | |
0.5.5 | 461 | 8/18/2021 | |
0.5.4 | 475 | 8/18/2021 | |
0.5.3 | 429 | 8/17/2021 | |
0.5.2 | 433 | 8/16/2021 | |
0.5.1 | 511 | 8/15/2021 | |
0.5.0 | 483 | 8/14/2021 | |
0.4.2 | 438 | 8/13/2021 | |
0.3.0 | 471 | 8/12/2021 | |
0.2.2 | 454 | 8/11/2021 | |
0.2.1 | 454 | 8/11/2021 |
Documentation at https://siddiqsoft.github.io/restcl