From bf27cb9223d2892e2b0e0498e4361667ba73944d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 23 Mar 2021 09:44:35 +0100 Subject: Link to todo.sr.ht GraphQL API docs todo.sr.ht has a GraphQL API and a page describing it, but neither the index page nor the api page linked to it. This patch updates both pages to link to the GraphQL documentation, as is already the case for {meta,git}.sr.ht. --- todo.sr.ht/api.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'todo.sr.ht') diff --git a/todo.sr.ht/api.md b/todo.sr.ht/api.md index 4f8065c..39bfbfe 100644 --- a/todo.sr.ht/api.md +++ b/todo.sr.ht/api.md @@ -2,6 +2,9 @@ title: todo.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 todo.sr.ht API allows you to browse, create, and manage repositories on todo.sr.ht programmatically. This API follows the [standard sourcehut API conventions](/api-conventions.md). -- cgit