Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lafayettegabe/simple-cpp-rest-client

🌐 Simple REST Client using microsoft/cpprestsdk and nlohmann/json
https://github.com/lafayettegabe/simple-cpp-rest-client

api-client cpp-json cpp-rest cpprest cpprestsdk json nlohmann-json rest-client

Last synced: 7 days ago
JSON representation

🌐 Simple REST Client using microsoft/cpprestsdk and nlohmann/json

Awesome Lists containing this project

README

        

# 🌐 Simple C++ REST Client

### Simple REST Client using microsoft/cpprestsdk and nlohmann/json

[![cpp][cpp-badge]][cpp]

## Why?

Testing a lightweight REST client in C++ using Microsoft's cpprestsdk and nlohmann's json library. The goal is to evaluate these tools for efficient REST API communication and JSON handling.
This project serves as a precursor to integrating similar functionality into an embedded system with FreeRTOS.

## Libraries




cpprestsdk




json


[cpp]: https://cplusplus.com/
[cpp-badge]: https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white