diff options
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. |