Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat header files. | tastytea | 2020-11-13 |
| | |||
* | Allow argument in constructor of Connection to be const. | tastytea | 2020-03-20 |
| | |||
* | Add missing constructors and assignment operators | tastytea | 2020-03-20 |
| | | | | … to Instance and Connection. | ||
* | Enhance documentation for Instance and Connection. | tastytea | 2020-01-24 |
| | |||
* | Indentation fix. | tastytea | 2020-01-18 |
| | |||
* | Move types into types.hpp and add answer_type::next() and prev(). | tastytea | 2020-01-14 |
| | |||
* | Simplify connection setup. | tastytea | 2020-01-12 |
| | | | | By adding CURLWrapper::setup_connection_properties. | ||
* | Add support for DELETE requests. | tastytea | 2020-01-11 |
| | |||
* | Fix patch() and put() requests without parameters. | tastytea | 2020-01-11 |
| | | | | | Connection::patch() and Connection::put() without parameters were making a POST request. | ||
* | Fix version information for Connection::patch() and put(). | tastytea | 2020-01-11 |
| | |||
* | Add HTTP methods PATCH and PUT. | tastytea | 2020-01-11 |
| | |||
* | Hide CURLWrapper::cancel_stream(). | tastytea | 2020-01-10 |
| | |||
* | Implement HTTP POST in Connection. | tastytea | 2020-01-10 |
| | |||
* | Add get_new_events(). | tastytea | 2020-01-09 |
| | | | | A more comfortable way to consume stream events. | ||
* | Move set_proxy() to Instance. | tastytea | 2020-01-09 |
| | |||
* | Improve documentation for new_stream_contents(). | tastytea | 2020-01-08 |
| | |||
* | Add streaming support. | tastytea | 2020-01-08 |
| | |||
* | Fix / ignore some clang-tidy warnings. | tastytea | 2020-01-08 |
| | |||
* | Improve documentation. | tastytea | 2020-01-08 |
| | |||
* | Add set_proxy(). | tastytea | 2020-01-08 |
| | |||
* | Replace string with string_view where possible. | tastytea | 2020-01-08 |
| | |||
* | Add support for parameters (GET). | tastytea | 2020-01-08 |
| | |||
* | Renamed return_types.hpp to answer.hpp. | tastytea | 2020-01-06 |
| | |||
* | Make _endpoint_map static. | tastytea | 2020-01-05 |
| | |||
* | Only construct 1 API per Connection. | tastytea | 2020-01-05 |
| | |||
* | Optimize request-flow. 😃 | tastytea | 2020-01-05 |
| | |||
* | Renamed “Request” to “Connection”. | tastytea | 2020-01-05 |
It will be used not for only one request, but for all requests to an instance. |