Commit Graph

449 Commits

Author SHA1 Message Date
3820394099
Fixed example01.
All checks were successful
the build was successful
2019-03-02 20:25:31 +01:00
5fa7887fb1
Added operator overloads to return_entity and return_entity_vector 2019-03-02 20:21:31 +01:00
e1b32d13c8
Added example.
All checks were successful
the build was successful
2019-03-02 13:52:35 +01:00
ebd40ba4d5
Changed default values for strings from 0 to "". 2019-03-02 12:47:15 +01:00
4d3ffb5516
Typo 2019-03-02 12:21:40 +01:00
9f21c5811a
Changed error codes for curlpp errors. 2019-03-02 11:53:02 +01:00
4fb13d1876
Removed constexpr for g++-5.
All checks were successful
the build was successful
2019-02-25 14:55:01 +01:00
25628e1d5d
Added virtual destructors to API and Easy::Entity.
Some checks failed
the build failed
2019-02-25 14:36:49 +01:00
7bdeaeb236
Changed return types for simple calls.
Some checks failed
the build failed
Also added return_entity, return_entity_vector and GenericEntity().
2019-02-25 13:55:24 +01:00
ada8f45415
Changed return tyoe for register_app[12]. 2019-02-25 12:32:19 +01:00
cbb1e18b0c
Replaced return types for get_stream, patch, post, put, del
Some checks failed
the build failed
2019-02-22 12:36:03 +01:00
ade55f8f19
Updated error descriptions. 2019-02-22 12:14:15 +01:00
e034dbc299
Replaced return codes in API::http. 2019-02-22 12:03:28 +01:00
c8baf41582
Renamed macros.hpp to debug.hpp. 2019-02-22 11:35:06 +01:00
514ae8dc63
Added new return types, replaced return types for API::get(). 2019-02-22 11:33:36 +01:00
5c4ca94d4b
Added more warnings to debug build. 2019-02-22 10:10:44 +01:00
af5e658eb2
Added warning regarding the master branch.
All checks were successful
the build was successful
2019-02-22 08:34:37 +01:00
357b04dac2
Removed tests. 2019-02-22 08:31:03 +01:00
8c97e8f516
Removed examples 2019-02-22 08:30:38 +01:00
318221a2e6
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t. 2019-02-22 08:29:54 +01:00
24687cba07
Removed deprecated code. 2019-02-22 08:23:26 +01:00
e41fd98ec1
Announce breaking API changes
All checks were successful
the build was successful
2019-02-22 08:07:55 +01:00
115726edf8
Escaped @ in doxygen documentation.
All checks were successful
the build was successful
2019-02-19 04:41:24 +01:00
ffaf4a551a
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
All checks were successful
the build was successful
2019-02-04 19:14:54 +01:00
0cbfb415b5
Correted error in documentation. 2019-01-29 07:11:48 +01:00
28734ee8cf
Add warning about int->string change.
All checks were successful
the build was successful
2019-01-27 04:23:49 +01:00
a6b4a09dc8
Changed ids from uint_fast64_t to const string in examples.
All checks were successful
the build was successful
2019-01-27 04:18:40 +01:00
b601369bfd
Forgot an int->string conversion. 2019-01-27 04:15:52 +01:00
5a6b541de2
Changed ids from uint_fast64_t to const string in all relevant places. 2019-01-27 03:50:28 +01:00
0b47e0ec8d
Changed ids from uint_fast64_t to const string in all Entities. 2019-01-27 03:44:08 +01:00
e2614c045e
Fixed documentation for get_notifications().
All checks were successful
the build was successful
2019-01-26 07:08:20 +01:00
462085470e
Added get_notifications().
All checks were successful
the build was successful
Closes #3
2019-01-26 06:54:47 +01:00
03f6b944d8
Updated the link to the Mastodon documentation.
All checks were successful
the build was successful
2018-12-04 12:30:16 +01:00
ee82d35357
Removed const where it has no effect.
All checks were successful
the build was successful
2018-12-04 11:26:28 +01:00
8a0f709a6e
Added support vor bookmarks (Glitch-Soc)
All checks were successful
the build was successful
2018-12-04 10:34:51 +01:00
64f4e378ef
Added status of Glitch-Soc support to readme 2018-12-04 10:04:54 +01:00
cfb21e3e2b
Tell the compiler to be more pedantic for debug builds. 2018-12-04 09:49:57 +01:00
1f5e356b2a
Added Instance::max_toot_chars() 2018-12-04 09:44:32 +01:00
1875284670
CI: Updated drone recipe
All checks were successful
the build was successful
2018-11-17 21:12:06 +01:00
ebaee939eb
Incorporated changes from Mastodon 2.4 to 2.6 2018-11-17 21:07:51 +01:00
22c217d3da
Added GET /api/v1/endorsements, POST /api/v1/accounts/:id/pin, POST /api/v1/accounts/:id/unpin 2018-11-17 20:54:23 +01:00
ad7ac09ae1
Added Relationship::endorsed() and Relationship::showing_notifications() 2018-11-17 20:47:38 +01:00
c492158f64
Enhanced description for language(const string &language) 2018-11-17 20:41:06 +01:00
121cf0f32b
Added Status::card() 2018-11-17 20:38:09 +01:00
a8e27d7f5d
Added Status::replies_count() 2018-11-17 20:32:36 +01:00
d79fbc212b
Bugfix: Link error with inline function
All checks were successful
the build was successful
2018-11-13 14:50:42 +01:00
18935da2d1
Added ABI instability warning
All checks were successful
the build was successful
2018-10-09 23:43:44 +02:00
688fa9f346
CI: Changed g++ packages from bionic to xenial
All checks were successful
the build was successful
2018-10-09 02:04:53 +02:00
d4b42ac316
updated dependencies 2018-10-08 22:43:13 +02:00
2d3d7e3bdd
CI: replace gcc image with debian image
All checks were successful
the build was successful
2018-10-08 22:17:36 +02:00