From 6357c0d4b1455584f6a9eeb918252bf3b4bfacbd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 27 Nov 2018 23:35:41 -0500 Subject: Initial pass on OAuth documentation --- meta.sr.ht/api.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'meta.sr.ht/api.md') 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. -- cgit