Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lafayettegabe/simple-cpp-rest-client
- Owner: lafayettegabe
- Created: 2024-05-03T01:00:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T01:43:58.000Z (8 months ago)
- Last Synced: 2024-05-03T08:29:12.204Z (8 months ago)
- Topics: api-client, cpp-json, cpp-rest, cpprest, cpprestsdk, json, nlohmann-json, rest-client
- Language: C++
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[cpp]: https://cplusplus.com/
[cpp-badge]: https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white