summaryrefslogtreecommitdiff
path: root/rest/rest.h
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-06-19 11:10:14 +0200
committerGünther Wagner <info@gunibert.de>2022-06-19 12:11:49 +0200
commita36606b6633e4244740793ab3a17d392b1cf6035 (patch)
tree5955cc91f404b81306ce860805fc721c35c58376 /rest/rest.h
parentdd2bee073331dd02c5319ccfa76b97d1a490f1a3 (diff)
downloadlibrest-a36606b6633e4244740793ab3a17d392b1cf6035.tar.gz
Remove oauth1 proxy
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.
Diffstat (limited to 'rest/rest.h')
-rw-r--r--rest/rest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rest/rest.h b/rest/rest.h
index 2db9eb7..0c4afbb 100644
--- a/rest/rest.h
+++ b/rest/rest.h
@@ -27,8 +27,6 @@ G_BEGIN_DECLS
#define REST_INSIDE
# include "rest-proxy.h"
# include "rest-proxy-call.h"
-# include "oauth-proxy.h"
-# include "oauth-proxy-call.h"
# include "rest-oauth2-proxy.h"
# include "rest-utils.h"
# include "rest-pkce-code-challenge.h"