Commit Graph

19 Commits

Author SHA1 Message Date
03b097c6a6
Fix patch() and put() requests without parameters.
Connection::patch() and Connection::put() without parameters were making a POST
request.
2020-01-11 16:21:44 +01:00
905a5aae0e
Fix version information for Connection::patch() and put().
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-11 16:16:55 +01:00
f556df296f
Add HTTP methods PATCH and PUT. 2020-01-11 16:07:40 +01:00
7ac1bc1377
Hide CURLWrapper::cancel_stream(). 2020-01-10 18:57:42 +01:00
a6139b4390
Implement HTTP POST in Connection. 2020-01-10 13:08:55 +01:00
ec41063488
Add get_new_events().
All checks were successful
continuous-integration/drone/push Build is passing
A more comfortable way to consume stream events.
2020-01-09 12:24:29 +01:00
e4a5b8e9ce
Move set_proxy() to Instance. 2020-01-09 11:23:15 +01:00
f401f9d1b2
Improve documentation for new_stream_contents(). 2020-01-08 21:56:54 +01:00
d2de78ff9e
Add streaming support. 2020-01-08 21:27:27 +01:00
4b118e75f1
Fix / ignore some clang-tidy warnings. 2020-01-08 17:38:27 +01:00
577c252b42
Improve documentation. 2020-01-08 17:22:41 +01:00
deed340f3d
Add set_proxy(). 2020-01-08 17:20:36 +01:00
1f78b00205
Replace string with string_view where possible. 2020-01-08 16:46:27 +01:00
c07fb1db71
Add support for parameters (GET). 2020-01-08 13:06:12 +01:00
5d90fa97f1
Renamed return_types.hpp to answer.hpp.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-06 14:43:10 +01:00
159cd05f5a
Make _endpoint_map static. 2020-01-05 19:00:24 +01:00
571206c9f4
Only construct 1 API per Connection.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-05 15:20:59 +01:00
9b49bc1d17
Optimize request-flow. 😃 2020-01-05 10:35:38 +01:00
f872707036
Renamed “Request” to “Connection”.
It will be used not for only one request, but for all requests to an instance.
2020-01-05 09:38:13 +01:00