Skip to content

SiddiqSoft/azure-cpp-utils

Repository files navigation

Azure C++ Utils : Azure REST API Helpers for Modern C++

CodeQL Build Status

Objective

  • Collect useful helpers for Azure REST API in a single location.
  • Header-only
  • Use Win32 functions on Windows

Usage

  • Use the nuget SiddiqSoft.AzureCppUtils
  • Include the individual files of the azure-cpp-utils.hpp to bring all headers in your source.
  • Copy paste..whatever works.

Features

  • DateUtils (date-utils.hpp)
    • RFC7231 and RFC1123
    • ISO8601
  • ConversionUtils (conversion-utils.hpp)
    • utf8fromWide, wideFromUtf8, asciiFromWide and wideFromAscii
  • Bas64Utils (base64-utils.hpp)
    • encode, decode
  • EncryptionUtils (encryption-utils.hpp)
    • MD5, HMAC, JWTSHA256, SASToken, CosmosToken

The the documentation here

© 2021 Siddiq Software LLC. All rights reserved.