cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
Deprecated List
Member cpp_restapi::GitHub::ConnectionBuilder::build (Args &&... args)
Use build(factory, args...) with a factory function instead (e.g. build(createCurlConnection))
Member cpp_restapi::GitHub::Request::getAuntenticatedUser ()
Use getAuthenticatedUser() instead (fixes typo in method name).
Member cpp_restapi::IConnection::get (const std::string &request)=0
Use fetch() for single requests or fetch() with IPaginationStrategy for paginated requests. This method has hardcoded GitHub-specific pagination logic.