Commit Graph

31 Commits

Author SHA1 Message Date
tastytea ee82d35357
Removed const where it has no effect.
the build was successful Details
2018-12-04 11:26:28 +01:00
tastytea 5df220913b
Added API::urldecode()
the build was successful Details
2018-06-28 14:19:43 +02:00
tastytea eaff505f15
bugfix: Made sure that arrays are send as arrays when they only have 1 entry
This applies to account_ids, exclude_types, and media_ids
2018-06-14 04:10:08 +02:00
tastytea b9603587c5
Added proxy to get_stream() 2018-05-26 23:48:03 +02:00
tastytea 86a614dd61
Added proxy support 2018-05-26 22:34:31 +02:00
tastytea 897e36dc44
made urlencode() static 2018-05-09 06:27:11 +02:00
tastytea 091a27e412
added unescape_html 2018-05-09 06:09:47 +02:00
tastytea bbdcf70efd
Added support for passing exceptions 2018-04-10 10:17:46 +02:00
tastytea 844fb2c577
Replaced uint16_t with uint_fast16_t, refactoring 2018-04-02 01:47:44 +02:00
tastytea d3193c08a0
Header has to match completely in get_header() 2018-03-11 15:30:02 +01:00
tastytea 90c2941b5d
Bugfix: website in URL generated by register_app1() is now escaped. 2018-03-07 17:38:07 +01:00
tastytea 59da12f520
Added get_instance() 2018-03-07 10:27:27 +01:00
tastytea a7c96cf30e
Incremented all error codes by 10 2018-02-28 22:42:26 +01:00
tastytea e6b5869ca8
fixed missing return statements 2018-02-28 08:00:34 +01:00
tastytea aa9b7b0db7
Re-added urlencode() for backwards-compatibility. Marked as deprecated. 2018-02-28 07:51:49 +01:00
tastytea db7bf85142
Changed register_app[12], deprecated old versions 2018-02-28 07:00:24 +01:00
tastytea f9b6009b57
Enable access to HTTP headers 2018-02-25 23:20:02 +01:00
tastytea 505849ee2b
Replaced own urlencode() with curlpp::escape() 2018-02-22 03:04:15 +01:00
tastytea 065b9bc6d8
Return new URL on HTTP 301 and 308 2018-02-17 20:05:24 +01:00
tastytea 8222ff6da1
Documentation update, saving access_token 2018-02-11 12:26:42 +01:00
tastytea fec50bc146
app registering support 2018-02-09 22:21:01 +01:00
tastytea 071ebdc607
Binary data can be a filename now. 2018-02-09 20:14:50 +01:00
tastytea ba84233569
Replaced boost::asio with curlpp 2018-02-09 16:01:24 +01:00
tastytea 0a81597e3d
started work on app registering 2018-02-05 14:56:16 +01:00
tastytea 83efdf7ce0
Fixed PATCH, implemented all POST requests 2018-01-22 02:25:09 +01:00
tastytea ac680f1ef5
Added PATC, doesn't work (needs research) 2018-01-21 23:54:42 +01:00
tastytea 1844f3571a
Added percent-encoding 2018-01-17 23:51:59 +01:00
tastytea 5bba324385
Breaking change: parameters is now a multimap, not a vector anymore 2018-01-15 20:23:21 +01:00
tastytea c4a509c42e
semantic clarifications 2018-01-10 18:19:19 +01:00
tastytea be6fca69fe
The first GET requests are working. 2018-01-09 22:12:11 +01:00
tastytea cd9b3f28d5
initial commit 2018-01-09 12:36:05 +01:00