diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-27 23:35:41 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-11-27 23:37:38 -0500 |
commit | 6357c0d4b1455584f6a9eeb918252bf3b4bfacbd (patch) | |
tree | 3e0b37e063d28c68f998194fda5f86c5226dc779 /meta.sr.ht/api.md | |
parent | 6ea0a99d098c0d7188c7baf968becc6c56651fe9 (diff) | |
download | sr.ht-docs-6357c0d4b1455584f6a9eeb918252bf3b4bfacbd.tar.gz |
Initial pass on OAuth documentation
Diffstat (limited to 'meta.sr.ht/api.md')
-rw-r--r-- | meta.sr.ht/api.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta.sr.ht/api.md b/meta.sr.ht/api.md index 954bc42..d291a03 100644 --- a/meta.sr.ht/api.md +++ b/meta.sr.ht/api.md @@ -1,2 +1,8 @@ -There is an API, but it's probably going to change a lot so I don't really feel -like documenting it here. +# meta.sr.ht API + +There are two primary APIs for accessing meta.sr.ht programmatically: + +- [OAuth API](oauth-api.md): authenticating across all sr.ht services +- [User API](user-api.md): accessing information about the authenticated user + +Each is documented on their respective pages. |