Commit Graph

166 Commits

Author SHA1 Message Date
tastytea d37f1aefb7
Changed uint64_t to uint_fast64_t 2018-03-31 19:47:33 +02:00
tastytea f8530d09e8
Added type conversion for IDs (string->uint64) 2018-03-31 19:29:03 +02:00
tastytea e4d2b1759e
Completed most of the incomplete Entitys (Attachment is still incomplete) 2018-03-31 04:39:11 +02:00
tastytea d78c699955
Added Easy::Status 2018-03-31 04:29:55 +02:00
tastytea 06ab515f17
Add Easy::Report and Easy::Results (incomplete) 2018-03-31 03:28:18 +02:00
tastytea d4708e538f
Added Easy::Relationship 2018-03-31 02:54:15 +02:00
tastytea 2f7da8a99a
Addedd Easy::Notification (without status() for now) 2018-03-31 00:00:20 +02:00
tastytea 6a8fb144ad
Added Entity::List 2018-03-30 20:30:29 +02:00
tastytea 18aabc454f
Added Easy::Instance 2018-03-30 20:08:47 +02:00
tastytea 328e06c2b5
Added Easy::Emoji 2018-03-30 18:41:28 +02:00
tastytea b6bb41e93a
refactored Easy::Entity and children 2018-03-26 19:23:36 +02:00
tastytea 6e9113292e
added Easy::Card 2018-03-26 19:23:36 +02:00
tastytea bcc5c304e9
Split easy.hpp into several files 2018-03-26 19:23:36 +02:00
tastytea 55ea84c27c
moved examples and tests to root directory 2018-03-26 19:23:35 +02:00
tastytea d2398008e8
added Attachment class 2018-03-26 19:23:35 +02:00
tastytea a1c1257c2d
fixed header searching 2018-03-26 19:23:35 +02:00
tastytea f7eafdaf95
Updated header location in examples, easy.hpp 2018-03-26 19:23:35 +02:00
tastytea dae9ac1fc2
added Easy::Account() 2018-03-26 19:23:34 +02:00
tastytea ea3b596abb
fixed travis recipe, reordered source tree 2018-03-18 15:37:47 +01:00
tastytea 537defb38b
Added ppa for jsoncpp to travis recipe 2018-03-18 15:13:48 +01:00
tastytea 348aa4dca8
removed Boost from buildrecipe 2018-03-18 14:59:47 +01:00
tastytea 94b00bca99
Switched from Boost to JsonCpp for JSON parsing 2018-03-18 14:53:51 +01:00
tastytea cd87269b59
Don't send Connection: close for streaming requests 2018-03-15 12:45:49 +01:00
tastytea 4ed5b81ad7
fixed curlpp dependency (0.8.1 -> 0.7.3) 2018-03-13 15:20:20 +01:00
tastytea 87be978760
Fixed inconsistencies in get(), made documentation more clear (hopefully) 2018-03-13 15:07:14 +01:00
tastytea 311581345a
Bugfixes: answer was not deleted before filled again; Header/Body separation was broken 2018-03-13 13:22:17 +01:00
tastytea d3193c08a0
Header has to match completely in get_header() 2018-03-11 15:30:02 +01:00
tastytea d59f24b97c
Removed curl from build recipe 2018-03-08 14:05:37 +01:00
tastytea 9c15b4bc4a
Added ebuild for 0.6.1, added possibility to generate DEB and RPM packages 2018-03-08 12:11:25 +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 4372f3249c
Added example for simplifying the interface, renamed examples 2018-03-05 12:15:41 +01:00
tastytea a7c96cf30e
Incremented all error codes by 10 2018-02-28 22:42:26 +01:00
tastytea aa9b7b0db7
Re-added urlencode() for backwards-compatibility. Marked as deprecated. 2018-02-28 07:51:49 +01:00
tastytea 745debd580
Fixed bug that caused data corruption in the server responses 2018-02-27 05:23:06 +01:00
tastytea 06c9e2bce2
Fixed error where the return code was 200 for successfull queries 2018-02-27 04:34:09 +01:00
tastytea 805384ca0b
Fixed bug where some error codes were not returned, added error code 11 2018-02-27 01:55:03 +01:00
tastytea e73a5a765b
Added streaming support 2018-02-26 07:57:30 +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 6d6601e98a
Enhanced build recipe 2018-02-21 16:04:39 +01:00
tastytea 8e153683bb
version bump 2018-02-17 20:57:11 +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 10808b8114
re-added HTTP status code checking 2018-02-10 12:01:55 +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 26e06e42a1
typo in post(), doc updated 2018-01-26 00:24:34 +01:00
tastytea edd09f9d7b
version bump 2018-01-24 20:13:22 +01:00
tastytea 13a5e23a8b
implemented PUT and DELETE, fixed argument encoding in POST 2018-01-24 19:41:07 +01:00
tastytea 73b48b5415
bugfix, /api/v1/statuses was in the wrong function, small documentation fixes 2018-01-22 04:45:12 +01:00
tastytea 83efdf7ce0
Fixed PATCH, implemented all POST requests 2018-01-22 02:25:09 +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 729c026b81
fixed ebuild 2018-01-13 22:48:07 +01:00
tastytea c43b3ce9e8
updated documentation, tweaked CMakeLists.txt, added Gentoo ebuild 2018-01-13 21:43:59 +01:00
tastytea 34f81d89d6
fixed CMakeLists 2018-01-13 19:11:09 +01:00
tastytea 4f7e4583fd
Added compiling instructions 2018-01-13 16:32:43 +01:00
tastytea 080cbad43f
fixed README; fixed debug output 2018-01-13 16:17:58 +01:00
tastytea eb3916c84e
error handling, debug output, documentation 2018-01-13 15:50:13 +01:00
tastytea 46c67052ab
Parameter support, added documentation. 2018-01-13 01:41:30 +01:00
tastytea 9c018df528
Implemented all GET calls (but without parameters). 2018-01-12 22:01:46 +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