|
77b9a66e9c
|
simplified calls, only 1 type of parameters
|
2018-04-19 00:20:43 +02:00 |
|
|
53c8bb7b4c
|
remoced errors 20-25
|
2018-04-10 10:47:54 +02:00 |
|
|
bbdcf70efd
|
Added support for passing exceptions
|
2018-04-10 10:17:46 +02:00 |
|
|
a7b714259b
|
Added errors: SSL, timeout
|
2018-04-09 17:55:11 +02:00 |
|
|
a6f0b20bc5
|
refactoring, documentation-enhancement
|
2018-04-04 04:38:04 +02:00 |
|
|
c944abccb5
|
Added example14
|
2018-04-04 04:17:22 +02:00 |
|
|
fe7c20fe9e
|
Added Easy::get_link()
|
2018-04-03 00:04:47 +02:00 |
|
|
69fd5138ee
|
added error 23
|
2018-04-02 02:29:39 +02:00 |
|
|
844fb2c577
|
Replaced uint16_t with uint_fast16_t, refactoring
|
2018-04-02 01:47:44 +02:00 |
|
|
4f66554271
|
updated documentation
|
2018-04-01 04:27:29 +02:00 |
|
|
88e2846e83
|
added example 13, fixed other examples
|
2018-04-01 04:17:03 +02:00 |
|
|
1b7753424b
|
documentation enhancement
|
2018-04-01 02:20:10 +02:00 |
|
|
5c30e40259
|
Updated documentation
|
2018-03-26 19:23:36 +02:00 |
|
|
c27884e959
|
Added deprecation warnings
|
2018-03-26 19:17:28 +02:00 |
|
|
87be978760
|
Fixed inconsistencies in get(), made documentation more clear (hopefully)
|
2018-03-13 15:07:14 +01:00 |
|
|
a9080f8cda
|
changed request_sync() to request()
|
2018-03-13 14:37:44 +01:00 |
|
|
61878d6371
|
Added note that media attachements can not be base64-encoded
|
2018-03-13 14:16:45 +01:00 |
|
|
0364a6ffae
|
Added media posting example
|
2018-03-13 13:25:01 +01:00 |
|
|
78df8fb941
|
de-deprecated urlencode()
|
2018-03-11 15:50:46 +01:00 |
|
|
59da12f520
|
Added get_instance()
|
2018-03-07 10:27:27 +01:00 |
|
|
4372f3249c
|
Added example for simplifying the interface, renamed examples
|
2018-03-05 12:15:41 +01:00 |
|
|
cd5294683d
|
Fixed documetation
|
2018-03-05 09:10:32 +01:00 |
|
|
a257818f31
|
docfix
|
2018-03-01 03:14:42 +01:00 |
|
|
a7c96cf30e
|
Incremented all error codes by 10
|
2018-02-28 22:42:26 +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 |
|
|
e3b8f43f18
|
cosmetic change
|
2018-02-28 06:21:47 +01:00 |
|
|
9bc6e401aa
|
Added error code 12
|
2018-02-27 02:03:44 +01:00 |
|
|
805384ca0b
|
Fixed bug where some error codes were not returned, added error code 11
|
2018-02-27 01:55:03 +01:00 |
|
|
e73a5a765b
|
Added streaming support
|
2018-02-26 07:57:30 +01:00 |
|
|
f9b6009b57
|
Enable access to HTTP headers
|
2018-02-25 23:20:02 +01:00 |
|
|
065b9bc6d8
|
Return new URL on HTTP 301 and 308
|
2018-02-17 20:05:24 +01:00 |
|
|
23b09bbb50
|
Documentation update
|
2018-02-11 17:26:54 +01:00 |
|
|
8222ff6da1
|
Documentation update, saving access_token
|
2018-02-11 12:26:42 +01:00 |
|
|
01996113de
|
updated documentation
|
2018-02-09 22:40:46 +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 |
|
|
1a3867ec1b
|
Updated documentation
|
2018-02-09 16:17:32 +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 |
|
|
13a5e23a8b
|
implemented PUT and DELETE, fixed argument encoding in POST
|
2018-01-24 19:41:07 +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 |
|
|
80df5cafff
|
updated documentation
|
2018-01-15 15:34:18 +01:00 |
|
|
79bd5740d9
|
Fixed documentation
|
2018-01-13 16:48:52 +01:00 |
|
|
eb3916c84e
|
error handling, debug output, documentation
|
2018-01-13 15:50:13 +01:00 |
|
|
46c67052ab
|
Parameter support, added documentation.
|
2018-01-13 01:41:30 +01:00 |
|
|
9c018df528
|
Implemented all GET calls (but without parameters).
|
2018-01-12 22:01:46 +01:00 |
|