https://github.com/cemoktra/cpprest
collection of rest apis for cpp
https://github.com/cemoktra/cpprest
cpp http-requests rest rest-api
Last synced: 2 months ago
JSON representation
collection of rest apis for cpp
- Host: GitHub
- URL: https://github.com/cemoktra/cpprest
- Owner: cemoktra
- Created: 2020-01-22T13:02:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T10:36:15.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T14:29:56.082Z (11 months ago)
- Topics: cpp, http-requests, rest, rest-api
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpprest
cpprest is a simple rest client using libcurl to make the calls. It makes use of `std::async` and `std::future` for asynchronous calls. Currently there are two incomplete API implementations in this project.
## rest_api (not complete)
Basic classes for making rest calls. Current implementation includes what is necessary for both partial API implementations.
## tado_api (not complete)
Basic Tado smart home API calls.
## github_api (not complete)
Basic Github API calls.
## example
Example executables for making calls to Tado and Github