Commit Graph

93 Commits

Author SHA1 Message Date
tastytea a54b144e04
removed documentation for deprecated declarations, fixed version-typo 2018-04-19 01:07:56 +02:00
tastytea 88edcc839f
supress warnings about compatibility-wrapper if it is no debug build 2018-04-19 00:56:33 +02:00
tastytea 90452a9ec9
deprecation note in readme 2018-04-19 00:26:23 +02:00
tastytea 42dcc47f5b
bugfix: Easy::Notification.status() was broken 2018-04-18 18:37:55 +02:00
tastytea f664ff2da8
corrected header path 2018-04-11 16:09:52 +02:00
tastytea 34049e2497
version bump 0.9.0 2018-04-10 10:56:23 +02:00
tastytea 53c8bb7b4c
remoced errors 20-25 2018-04-10 10:47:54 +02:00
tastytea bbdcf70efd
Added support for passing exceptions 2018-04-10 10:17:46 +02:00
tastytea 2518f3d4a7
added Easy::Entity::was_set() 2018-04-09 23:20:37 +02:00
tastytea a7b714259b
Added errors: SSL, timeout 2018-04-09 17:55:11 +02:00
tastytea af08c4e419
fixed minor bug in build recipe, refactoring 2018-04-04 06:22:01 +02:00
tastytea babab7c1b4
fixed Easy::Status::in_reply_to_*id() 2018-04-04 04:16:32 +02:00
tastytea 9f75b7d2b2
Added max_id() and since_id() to Easy::Link 2018-04-03 01:21:16 +02:00
tastytea 62826f60cf
Fixed bug: answer contained the headers on HTTP error 2018-04-03 00:52:06 +02:00
tastytea 87fded18db
Moved entites into src/easy/entities/ 2018-04-03 00:17:42 +02:00
tastytea fe7c20fe9e
Added Easy::get_link() 2018-04-03 00:04:47 +02:00
tastytea c74f3b9491
Bump to 0.8.0 2018-04-02 02:36:34 +02:00
tastytea 69fd5138ee
added error 23 2018-04-02 02:29:39 +02:00
tastytea 844fb2c577
Replaced uint16_t with uint_fast16_t, refactoring 2018-04-02 01:47:44 +02:00
tastytea f298de7cff
Rewrote enums for consistency 2018-04-01 05:14:02 +02:00
tastytea 04f9a34dcd
fixed build script (header location) 2018-04-01 04:30:58 +02:00
tastytea 4f66554271
updated documentation 2018-04-01 04:27:29 +02:00
tastytea 445567744d
fixed headers, refactoring 2018-04-01 03:36:11 +02:00
tastytea 0c0495b5f1
added Instance::streaming_api() 2018-04-01 01:58:14 +02:00
tastytea 168f55a791
Added bitrate(), duration() and framerate() to Easy::Attachment 2018-04-01 01:50:26 +02:00
tastytea 67da294d1d
Added Easy::Entity::to_object() 2018-04-01 00:15:51 +02:00
tastytea 3d2c636d54
Added Easy::Entity::from_string() and Easy::json_array_to_vector() 2018-03-31 20:03:31 +02:00
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