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