SiddiqSoft.restcl 0.10.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package SiddiqSoft.restcl --version 0.10.8
                    
NuGet\Install-Package SiddiqSoft.restcl -Version 0.10.8
                    
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.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SiddiqSoft.restcl" Version="0.10.8" />
                    
Directory.Packages.props
<PackageReference Include="SiddiqSoft.restcl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SiddiqSoft.restcl --version 0.10.8
                    
#r "nuget: SiddiqSoft.restcl, 0.10.8"
                    
#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.
#addin nuget:?package=SiddiqSoft.restcl&version=0.10.8
                    
Install SiddiqSoft.restcl as a Cake Addin
#tool nuget:?package=SiddiqSoft.restcl&version=0.10.8
                    
Install SiddiqSoft.restcl as a Cake Tool

restcl : A focused REST Client for Modern C++

CodeQL Build Status alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

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 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.

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.6.5 149 12/17/2024
1.6.4 132 12/13/2024
1.6.3 118 12/12/2024
1.6.2 123 12/7/2024
1.6.1 106 12/7/2024
1.6.0 105 12/7/2024
1.5.2.4 137 10/28/2024
1.5.2 127 10/25/2024
1.5.1 151 10/4/2024
0.10.13 115 10/2/2024
0.10.12 114 10/2/2024
0.10.11 121 10/2/2024
0.10.10 107 10/1/2024
0.10.9 108 9/28/2024
0.10.8 106 9/28/2024
0.10.7 406 12/22/2021
0.10.6 295 12/21/2021
0.10.5 338 12/16/2021
0.10.4 579 11/20/2021
0.10.1 450 10/11/2021
0.10.0 8,961 10/8/2021
0.9.5 391 10/7/2021
0.9.4 1,538 10/7/2021
0.9.2 432 9/19/2021
0.9.1 7,547 9/18/2021
0.8.0 4,442 9/11/2021
0.7.4 386 9/8/2021
0.7.2 505 9/3/2021 0.7.2 is deprecated because it is no longer maintained.
0.7.1 506 9/3/2021 0.7.1 is deprecated because it is no longer maintained.
0.6.1 8,154 8/30/2021 0.6.1 is deprecated because it is no longer maintained.
0.6.0 558 8/29/2021 0.6.0 is deprecated because it is no longer maintained.
0.5.6 543 8/28/2021 0.5.6 is deprecated because it is no longer maintained.
0.5.5 543 8/18/2021 0.5.5 is deprecated because it is no longer maintained.
0.5.4 555 8/18/2021 0.5.4 is deprecated because it is no longer maintained.
0.5.3 510 8/17/2021 0.5.3 is deprecated because it is no longer maintained.
0.5.2 514 8/16/2021 0.5.2 is deprecated because it is no longer maintained.
0.5.1 590 8/15/2021 0.5.1 is deprecated because it is no longer maintained.
0.5.0 563 8/14/2021 0.5.0 is deprecated because it is no longer maintained.
0.4.2 517 8/13/2021 0.4.2 is deprecated because it is no longer maintained.
0.3.0 551 8/12/2021 0.3.0 is deprecated because it is no longer maintained.
0.2.2 533 8/11/2021 0.2.2 is deprecated because it is no longer maintained.
0.2.1 535 8/11/2021 0.2.1 is deprecated because it is no longer maintained.