Commit Graph

73 Commits

Author SHA1 Message Date
1a0a02d619
Added error() to all entities 2018-03-30 19:01:09 +02:00
328e06c2b5
Added Easy::Emoji 2018-03-30 18:41:28 +02:00
5c30e40259
Updated documentation 2018-03-26 19:23:36 +02:00
b6bb41e93a
refactored Easy::Entity and children 2018-03-26 19:23:36 +02:00
6e9113292e
added Easy::Card 2018-03-26 19:23:36 +02:00
4ce6a5e03a
fix documentation generation 2018-03-26 19:23:36 +02:00
bcc5c304e9
Split easy.hpp into several files 2018-03-26 19:23:36 +02:00
0223b9e854
Added meta info to attachment class 2018-03-26 19:23:35 +02:00
55ea84c27c
moved examples and tests to root directory 2018-03-26 19:23:35 +02:00
d2398008e8
added Attachment class 2018-03-26 19:23:35 +02:00
a1c1257c2d
fixed header searching 2018-03-26 19:23:35 +02:00
f7eafdaf95
Updated header location in examples, easy.hpp 2018-03-26 19:23:35 +02:00
dae9ac1fc2
added Easy::Account() 2018-03-26 19:23:34 +02:00
c27884e959
Added deprecation warnings 2018-03-26 19:17:28 +02:00
c01af9a197
Updated examples to work well with newer jsoncpp versions 2018-03-18 17:34:44 +01:00
ea3b596abb
fixed travis recipe, reordered source tree 2018-03-18 15:37:47 +01:00
94b00bca99
Switched from Boost to JsonCpp for JSON parsing 2018-03-18 14:53:51 +01:00
cd87269b59
Don't send Connection: close for streaming requests 2018-03-15 12:45:49 +01: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
311581345a
Bugfixes: answer was not deleted before filled again; Header/Body separation was broken 2018-03-13 13:22:17 +01:00
78df8fb941
de-deprecated urlencode() 2018-03-11 15:50:46 +01: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
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
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
e3b8f43f18
cosmetic change 2018-02-28 06:21:47 +01:00
745debd580
Fixed bug that caused data corruption in the server responses 2018-02-27 05:23:06 +01:00
06c9e2bce2
Fixed error where the return code was 200 for successfull queries 2018-02-27 04:34:09 +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
8c08af5302
Added short descriptions to examples 2018-02-26 09:07:40 +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
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
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
d11273ddc0
enhanced example7 2018-02-11 12:25:18 +01:00
10808b8114
re-added HTTP status code checking 2018-02-10 12:01:55 +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