Commit Graph

17 Commits

Author SHA1 Message Date
915c85e9e9
Changed error codes and introduced error constants.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-21 08:00:46 +02:00
12c0b896db
Use references for HTMLForm, where possible.
HTMLForm can't be copied, so I'm returning using unique_ptr in maptoformdata()
and references everywhere else.
2019-08-21 03:53:51 +02:00
231663b07e
Changed license to AGPL3.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-15 22:53:38 +02:00
14d0263606
Added support for /api/v1/suggestions,
and /api/v1/suggestions/:account_id.
2019-04-20 00:39:52 +02:00
2527e9523e
Added support for /api/v1/filters and /api/v1/filters/:id. 2019-04-19 05:20:48 +02:00
a0d47d48fa
Replaced parametermap with own types.
All checks were successful
the build was successful
2019-04-12 01:10:33 +02:00
6a01efc6aa
Moved API::http::method to http_method. 2019-04-05 14:40:54 +02:00
cbb1e18b0c
Replaced return types for get_stream, patch, post, put, del
Some checks failed
the build failed
2019-02-22 12:36:03 +01:00
c8baf41582
Renamed macros.hpp to debug.hpp. 2019-02-22 11:35:06 +01:00
318221a2e6
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t. 2019-02-22 08:29:54 +01:00
24687cba07
Removed deprecated code. 2019-02-22 08:23:26 +01:00
ee82d35357
Removed const where it has no effect.
All checks were successful
the build was successful
2018-12-04 11:26:28 +01:00
a0435e37d3
Added support for push subscriptions 2018-05-22 23:49:31 +02:00
098d7efadf
deleted useless switch 2018-04-19 00:42:40 +02:00
77b9a66e9c
simplified calls, only 1 type of parameters 2018-04-19 00:20:43 +02:00
844fb2c577
Replaced uint16_t with uint_fast16_t, refactoring 2018-04-02 01:47:44 +02:00
ea3b596abb
fixed travis recipe, reordered source tree 2018-03-18 15:37:47 +01:00