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

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

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