SiddiqSoft.AzureCppUtils
2.0.1
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.AzureCppUtils --version 2.0.1
NuGet\Install-Package SiddiqSoft.AzureCppUtils -Version 2.0.1
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.AzureCppUtils" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SiddiqSoft.AzureCppUtils" Version="2.0.1" />
<PackageReference Include="SiddiqSoft.AzureCppUtils" />
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.AzureCppUtils --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SiddiqSoft.AzureCppUtils, 2.0.1"
#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.
#:package SiddiqSoft.AzureCppUtils@2.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SiddiqSoft.AzureCppUtils&version=2.0.1
#tool nuget:?package=SiddiqSoft.AzureCppUtils&version=2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Azure C++ Utils : Azure REST API Helpers for Modern C++
Objective
- Collect useful helpers for Azure REST API in a single location.
- Header-only
- Use the nuget package or CMakeLists to import into your project.
- Use Win32 functions on Windows
- No support for Linux/Darwin!
Usage
- Use the nuget SiddiqSoft.AzureCppUtils
- Use the CPM in your CMakeLists file.
..
.. # import the CPM.cmake module and activate..
..
CPMAddModule("gh:siddiqsoft/AzureCppUtils#1.3.1.1")
..
..
target_link_libraries(your-project PRIVATE AzureCppUtils::AzureCppUtils)
Features
- DateUtils (
date-utils.hpp)- RFC7231 and RFC1123
- ISO8601
- ConversionUtils (
conversion-utils.hpp)- convert_to<char,wchar_t>, wideFromUtf8, convert_to<char,wchar_t> and convert_to<char,wchar_t>
- Bas64Utils (
base64-utils.hpp)- encode, decode
- EncryptionUtils (
encryption-utils.hpp)- MD5, HMAC, JWTSHA256, SASToken, CosmosToken
<p align="right"> © 2021 Siddiq Software LLC. All rights reserved. </p>
| 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.
-
- SiddiqSoft.RunOnEnd (>= 1.3.1)
- SiddiqSoft.StringHelpers (>= 1.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SiddiqSoft.AzureCppUtils:
| Package | Downloads |
|---|---|
|
SiddiqSoft.restcl
Focussed REST Client for modern C++ |
|
|
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 |
|---|---|---|
| 3.0.1 | 375 | 12/22/2024 |
| 3.0.0 | 322 | 12/22/2024 |
| 2.0.1 | 492 | 12/12/2024 |
| 2.0.0 | 372 | 12/12/2024 |
| 1.6.7 | 338 | 12/7/2024 |
| 1.6.6 | 343 | 12/6/2024 |
| 1.6.5.1 | 325 | 12/4/2024 |
| 1.6.3.1 | 323 | 12/4/2024 |
| 1.6.2 | 319 | 12/4/2024 |
| 1.6.1.1 | 304 | 12/4/2024 |
| 1.5.6 | 382 | 10/26/2024 |
| 1.5.5 | 472 | 9/30/2024 |
| 1.5.4 | 331 | 9/28/2024 |
| 1.5.3 | 919 | 12/22/2021 |
| 1.5.2 | 729 | 12/20/2021 |
| 1.5.1 | 856 | 12/20/2021 |
| 1.5.0 | 6,807 | 12/16/2021 |
| 1.4.2 | 1,081 | 12/8/2021 |
| 1.4.1 | 3,284 | 11/20/2021 |
| 1.3.0 | 2,425 | 10/11/2021 |
Loading failed