Commit Graph

668 Commits

Author SHA1 Message Date
tastytea 76dc6a623c
Put Easy return types in own header. 2019-03-28 15:35:23 +01:00
tastytea ce5f9510a6
Put Entity in own header. 2019-03-28 15:35:00 +01:00
tastytea 4aad1425eb
Turned Easy into namespace, renamed class Easy::API.
Don't look, I'm not done yet! :-)
2019-03-28 15:30:56 +01:00
tastytea 354f7e1b90
Removed unnecessary type qualifiers. 2019-03-28 13:45:30 +01:00
tastytea 12d986ed06
Templated return_entity and return_entity_vector.
the build failed Details
2019-03-28 13:33:28 +01:00
tastytea 552c92a1ef
Set default for WITH_EXAMPLES to YES, disabled tests. 2019-03-28 13:29:21 +01:00
tastytea 0b35fa0828
Uodated copyright years. 2019-03-20 06:15:43 +01:00
tastytea c4fae35100
Reformatted for 80 char rule.
the build was successful Details
2019-03-14 18:34:34 +01:00
tastytea c43436d970
misc
the build was successful Details
2019-03-11 21:13:58 +01:00
tastytea d85190b113
Use std::transform instead of for loop in json_array_to_vector. 2019-03-11 21:13:34 +01:00
tastytea e07dc45184
Inherit constructors from Entity. 2019-03-11 20:48:54 +01:00
tastytea 1f36568b20
Added contructor with Json::Value and operator Json::Value() to Entity 2019-03-11 20:41:52 +01:00
tastytea cc43f133a4
Removed -DWITH_STATIC.
the build was successful Details
2019-03-03 12:28:14 +01:00
tastytea f227b25e85
Revert "Added const to overloaded operators."
the build was successful Details
This reverts commit 2103eb4ac2.
2019-03-03 12:24:09 +01:00
tastytea 2103eb4ac2
Added const to overloaded operators.
the build failed Details
2019-03-03 12:14:11 +01:00
tastytea 6d4199047f
Remove support for g++-5.
the build was successful Details
2019-03-03 11:42:54 +01:00
tastytea c244b2bb94
Updated README-examples.
the build failed Details
2019-03-03 11:22:11 +01:00
tastytea f28fac5579
Fixed << overloading. 2019-03-03 11:16:23 +01:00
tastytea d31c83f1d9
Did API inventory.
the build was successful Details
Added missing calls to readme, reordered calls, marked deprecated
calls.
2019-03-03 10:41:10 +01:00
tastytea 3820394099
Fixed example01.
the build was successful Details
2019-03-02 20:25:31 +01:00
tastytea 5fa7887fb1
Added operator overloads to return_entity and return_entity_vector 2019-03-02 20:21:31 +01:00
tastytea e1b32d13c8
Added example.
the build was successful Details
2019-03-02 13:52:35 +01:00
tastytea ebd40ba4d5
Changed default values for strings from 0 to "". 2019-03-02 12:47:15 +01:00
tastytea 4d3ffb5516
Typo 2019-03-02 12:21:40 +01:00
tastytea 9f21c5811a
Changed error codes for curlpp errors. 2019-03-02 11:53:02 +01:00
tastytea 4fb13d1876
Removed constexpr for g++-5.
the build was successful Details
2019-02-25 14:55:01 +01:00
tastytea 25628e1d5d
Added virtual destructors to API and Easy::Entity.
the build failed Details
2019-02-25 14:36:49 +01:00
tastytea 7bdeaeb236
Changed return types for simple calls.
the build failed Details
Also added return_entity, return_entity_vector and GenericEntity().
2019-02-25 13:55:24 +01:00
tastytea ada8f45415
Changed return tyoe for register_app[12]. 2019-02-25 12:32:19 +01:00
tastytea cbb1e18b0c
Replaced return types for get_stream, patch, post, put, del
the build failed Details
2019-02-22 12:36:03 +01:00
tastytea ade55f8f19
Updated error descriptions. 2019-02-22 12:14:15 +01:00
tastytea e034dbc299
Replaced return codes in API::http. 2019-02-22 12:03:28 +01:00
tastytea c8baf41582
Renamed macros.hpp to debug.hpp. 2019-02-22 11:35:06 +01:00
tastytea 514ae8dc63
Added new return types, replaced return types for API::get(). 2019-02-22 11:33:36 +01:00
tastytea 5c4ca94d4b
Added more warnings to debug build. 2019-02-22 10:10:44 +01:00
tastytea af5e658eb2
Added warning regarding the master branch.
the build was successful Details
2019-02-22 08:34:37 +01:00
tastytea 357b04dac2
Removed tests. 2019-02-22 08:31:03 +01:00
tastytea 8c97e8f516
Removed examples 2019-02-22 08:30:38 +01:00
tastytea 318221a2e6
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t. 2019-02-22 08:29:54 +01:00
tastytea 24687cba07
Removed deprecated code. 2019-02-22 08:23:26 +01:00
tastytea e41fd98ec1
Announce breaking API changes
the build was successful Details
2019-02-22 08:07:55 +01:00
tastytea 115726edf8
Escaped @ in doxygen documentation.
the build was successful Details
2019-02-19 04:41:24 +01:00
tastytea ffaf4a551a
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
the build was successful Details
2019-02-04 19:14:54 +01:00
tastytea 0cbfb415b5
Correted error in documentation. 2019-01-29 07:11:48 +01:00
tastytea 28734ee8cf
Add warning about int->string change.
the build was successful Details
2019-01-27 04:23:49 +01:00
tastytea a6b4a09dc8
Changed ids from uint_fast64_t to const string in examples.
the build was successful Details
2019-01-27 04:18:40 +01:00
tastytea b601369bfd
Forgot an int->string conversion. 2019-01-27 04:15:52 +01:00
tastytea 5a6b541de2
Changed ids from uint_fast64_t to const string in all relevant places. 2019-01-27 03:50:28 +01:00
tastytea 0b47e0ec8d
Changed ids from uint_fast64_t to const string in all Entities. 2019-01-27 03:44:08 +01:00
tastytea e2614c045e
Fixed documentation for get_notifications().
the build was successful Details
2019-01-26 07:08:20 +01:00