summaryrefslogtreecommitdiff
path: root/rest/rest.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the single-header usableCorentin Noël2022-08-091-5/+12
| | | | | | | The pkg-config is only declaring the rest-1.0 directory so we always need to use rest/rest-foo.h and not rest-foo.h Also make sure to include all the headers.
* Remove oauth1 proxyGünther Wagner2022-06-191-2/+0
| | | | | | | OAuth1 is discouraged to be used nowadays. Only flickr is the only service we used in the past which needed oauth1. They probably won't update their API to OAuth2 and therefore it was dropped in GOA. Following this example, dropping OAuth1 support too for librest.
* auth: remove auth from proxy and callGünther Wagner2022-02-011-1/+3
| | | | | Currently it has not practical use. I will rethink how to implement this in nicer way in order to make one-request basic auths possible.
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-0/+35