diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-12-03 09:43:03 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-12-03 09:52:42 -0500 |
commit | b29bc24d3354366d3e00e69ae3b490c528c94bfd (patch) | |
tree | 26d43173769627c7b9c2bd5ef52b000691c49530 /git.sr.ht/api.md | |
parent | 84b00d4cd0e79c5dce919206d323119092e7f93a (diff) | |
download | sr.ht-docs-b29bc24d3354366d3e00e69ae3b490c528c94bfd.tar.gz |
Add initial GraphQL documentation
Diffstat (limited to 'git.sr.ht/api.md')
-rw-r--r-- | git.sr.ht/api.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md index f8c2233..c542054 100644 --- a/git.sr.ht/api.md +++ b/git.sr.ht/api.md @@ -2,6 +2,9 @@ title: git.sr.ht API reference --- +**NOTICE**: This is the documentation for the legacy REST API. It is being +replaced with the [GraphQL API](graphql.md). + The git.sr.ht API allows you to browse, create, and manage repositories on git.sr.ht programmatically. This API follows the [standard sourcehut API conventions](/api-conventions.md). |