|
54a1fb0d3e
|
Added Easy::time as time type.
|
2019-03-29 14:44:39 +01:00 |
|
|
dff3b11c00
|
Cleaned up, fixed formatting and so on.
|
2019-03-28 21:23:24 +01:00 |
|
|
76dc6a623c
|
Put Easy return types in own header.
|
2019-03-28 15:35:23 +01:00 |
|
|
ce5f9510a6
|
Put Entity in own header.
|
2019-03-28 15:35:00 +01:00 |
|
|
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 |
|
|
354f7e1b90
|
Removed unnecessary type qualifiers.
|
2019-03-28 13:45:30 +01:00 |
|
|
12d986ed06
|
Templated return_entity and return_entity_vector.
|
2019-03-28 13:33:28 +01:00 |
|
|
552c92a1ef
|
Set default for WITH_EXAMPLES to YES, disabled tests.
|
2019-03-28 13:29:21 +01:00 |
|
|
0b35fa0828
|
Uodated copyright years.
|
2019-03-20 06:15:43 +01:00 |
|
|
c4fae35100
|
Reformatted for 80 char rule.
|
2019-03-14 18:34:34 +01:00 |
|
|
c43436d970
|
misc
|
2019-03-11 21:13:58 +01:00 |
|
|
d85190b113
|
Use std::transform instead of for loop in json_array_to_vector.
|
2019-03-11 21:13:34 +01:00 |
|
|
e07dc45184
|
Inherit constructors from Entity.
|
2019-03-11 20:48:54 +01:00 |
|
|
1f36568b20
|
Added contructor with Json::Value and operator Json::Value() to Entity
|
2019-03-11 20:41:52 +01:00 |
|
|
cc43f133a4
|
Removed -DWITH_STATIC.
|
2019-03-03 12:28:14 +01:00 |
|
|
f227b25e85
|
Revert "Added const to overloaded operators."
This reverts commit 2103eb4ac2 .
|
2019-03-03 12:24:09 +01:00 |
|
|
2103eb4ac2
|
Added const to overloaded operators.
|
2019-03-03 12:14:11 +01:00 |
|
|
6d4199047f
|
Remove support for g++-5.
|
2019-03-03 11:42:54 +01:00 |
|
|
c244b2bb94
|
Updated README-examples.
|
2019-03-03 11:22:11 +01:00 |
|
|
f28fac5579
|
Fixed << overloading.
|
2019-03-03 11:16:23 +01:00 |
|
|
d31c83f1d9
|
Did API inventory.
Added missing calls to readme, reordered calls, marked deprecated
calls.
|
2019-03-03 10:41:10 +01:00 |
|
|
3820394099
|
Fixed example01.
|
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.
|
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.
|
2019-02-25 14:55:01 +01:00 |
|
|
25628e1d5d
|
Added virtual destructors to API and Easy::Entity.
|
2019-02-25 14:36:49 +01:00 |
|
|
7bdeaeb236
|
Changed return types for simple calls.
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
|
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.
|
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
|
2019-02-22 08:07:55 +01:00 |
|
|
115726edf8
|
Escaped @ in doxygen documentation.
|
2019-02-19 04:41:24 +01:00 |
|
|
ffaf4a551a
|
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
|
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.
|
2019-01-27 04:23:49 +01:00 |
|
|
a6b4a09dc8
|
Changed ids from uint_fast64_t to const string in examples.
|
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 |
|