Commit Graph

344 Commits

Author SHA1 Message Date
tastytea d749e3aa23
Improve documentation for get_max_chars(). 2020-01-11 17:59:14 +01:00
tastytea ee87cd0436
Update feature list.
continuous-integration/drone/push Build is passing Details
2020-01-11 16:52:06 +01:00
tastytea 65ea6fd64b
version bump 0.2.0. 2020-01-11 16:50:14 +01:00
tastytea 23eb3ff43e
Merge branch 'develop' into main 2020-01-11 16:46:20 +01:00
tastytea f3f8efac25
Add DELETE example.
continuous-integration/drone/push Build is passing Details
2020-01-11 16:45:31 +01:00
tastytea 078f6d0c73
Log URI replacements. 2020-01-11 16:42:01 +01:00
tastytea 4a940062d8
Fix wrong endpoint translations.
I forgot a lot of <ID>s.
2020-01-11 16:40:13 +01:00
tastytea 5c61d6fd27
Add support for DELETE requests. 2020-01-11 16:24:06 +01:00
tastytea 03b097c6a6
Fix patch() and put() requests without parameters.
Connection::patch() and Connection::put() without parameters were making a POST
request.
2020-01-11 16:21:44 +01:00
tastytea 905a5aae0e
Fix version information for Connection::patch() and put().
continuous-integration/drone/push Build is passing Details
2020-01-11 16:16:55 +01:00
tastytea ed43f74c01
Add examples 05 and 06. 2020-01-11 16:16:50 +01:00
tastytea c67c9db40c
Fix wrong endpoint translations. 2020-01-11 16:13:14 +01:00
tastytea 5aa5bf4c9c
80 char rule. 2020-01-11 16:10:15 +01:00
tastytea f556df296f
Add HTTP methods PATCH and PUT. 2020-01-11 16:07:40 +01:00
tastytea 5051664136
Fixed some pleroma endpoints. 2020-01-11 15:56:16 +01:00
tastytea fc210142f5
Expand parametermap documentation.
continuous-integration/drone/push Build is passing Details
2020-01-11 15:25:34 +01:00
tastytea d14f750c39
Add example for posting an attachment. 2020-01-11 15:25:20 +01:00
tastytea 7eda3ae9e1
Fix argument check in example03. 2020-01-11 14:44:14 +01:00
tastytea 45e22b5d1e
Improve parametermap example. 2020-01-11 14:38:03 +01:00
tastytea 8d04f7e9ea
Add support for sending files in HTTP forms. 2020-01-11 14:36:49 +01:00
tastytea 18de12c762
Typo. 2020-01-11 14:13:55 +01:00
tastytea f0a35bfd5b
Add add_mime_part().
Makes code more readable and decreases duplication.
2020-01-11 13:17:35 +01:00
tastytea 5b246a8cad
Typo.
continuous-integration/drone/push Build is passing Details
2020-01-10 21:14:24 +01:00
tastytea 62e4620e4d
Add access token to readme example. 2020-01-10 21:11:03 +01:00
tastytea 08f72eb326
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2020-01-10 20:35:53 +01:00
tastytea 82f26e1be0
Fix pkg-config file.
continuous-integration/drone/push Build is passing Details
I accidentally deleted ${name}.
2020-01-10 20:20:05 +01:00
tastytea 60cfd54cb4
Update description.
continuous-integration/drone/push Build is passing Details
2020-01-10 20:13:00 +01:00
tastytea b94313294b
Fix CI recipe. 2020-01-10 20:04:09 +01:00
tastytea d68d9df846
Fix CI recipe.
continuous-integration/drone/push Build is passing Details
2020-01-10 19:53:21 +01:00
tastytea d956a2db47
Add installation instructions for Gentoo, Debian, Ubuntu and CentOS. 2020-01-10 19:52:36 +01:00
tastytea caf94e6c17
Add example03 to reference.
continuous-integration/drone/push Build is passing Details
2020-01-10 19:40:16 +01:00
tastytea 1d2c088af9
Change example in readme.
continuous-integration/drone/push Build was killed Details
2020-01-10 19:38:06 +01:00
tastytea 1831bb1ab2
Add example: post_status.cpp. 2020-01-10 19:32:04 +01:00
tastytea b9f832332a
Fix description of streaming example. 2020-01-10 19:31:40 +01:00
tastytea b2e9d97fd9
Version bump 0.1.0. 2020-01-10 19:10:33 +01:00
tastytea e134745dd4
Merge branch 'develop' into main 2020-01-10 19:10:09 +01:00
tastytea 628130e21a
Add test for Connection.
continuous-integration/drone/push Build is passing Details
2020-01-10 19:09:25 +01:00
tastytea 67bded42fe
Add tests for Instance. 2020-01-10 19:09:22 +01:00
tastytea fbcded6e1e
Simplified buffer_mutex documentation. 2020-01-10 19:03:58 +01:00
tastytea 7ac1bc1377
Hide CURLWrapper::cancel_stream(). 2020-01-10 18:57:42 +01:00
tastytea 796e159cdc
Actually set the proxy to the string in CURLWrappper::set_proxy(). 2020-01-10 18:50:53 +01:00
tastytea f601e770ac
Define CURLAUTH_BEARER as CURLAUTH_ANY with libcurl < 7.61.0
continuous-integration/drone/push Build is passing Details
2020-01-10 17:43:50 +01:00
tastytea 20167fdce3
Replace if constexpr with preprocessor if.
continuous-integration/drone/push Build is passing Details
2020-01-10 17:15:23 +01:00
tastytea c47a62969f
Only use CURLAUTH_BEARER if libcurl supports it.
continuous-integration/drone/push Build is failing Details
2020-01-10 17:10:36 +01:00
tastytea da033c3ffc
Silence clang-tidy warnings I can't do anything about.
continuous-integration/drone/push Build is failing Details
2020-01-10 14:35:44 +01:00
tastytea cb7019a0fd
Allow HTTP POST without parameters. 2020-01-10 14:33:33 +01:00
tastytea 108aeea771
Update readme. 2020-01-10 14:27:15 +01:00
tastytea f7191d1f3b
Add support for setting the access token. 2020-01-10 14:27:00 +01:00
tastytea c3bb9a20c4
Send the access token. 2020-01-10 14:26:50 +01:00
tastytea 1910e780b0
Add vector fields to HTTP forms. 2020-01-10 14:24:35 +01:00