From 7cc3e14f235a3c3e6719271116e49865c82c15da Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 Apr 2026 22:29:51 -0500 Subject: fix copy throughout repo --- Hutch/API_REFERENCE.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Hutch/API_REFERENCE.md') diff --git a/Hutch/API_REFERENCE.md b/Hutch/API_REFERENCE.md index 909316c..a2888fc 100644 --- a/Hutch/API_REFERENCE.md +++ b/Hutch/API_REFERENCE.md @@ -1,10 +1,10 @@ # Sourcehut API Reference -This document provides context and references for working with Sourcehut's APIs. +This document provides context and references for working with SourceHut's APIs. ## Official Documentation -The official Sourcehut API documentation can be found at: +The official SourceHut API documentation can be found at: - **https://man.sr.ht** - Contains links to API reference pages for all *.sr.ht services ## Services and Their APIs @@ -70,7 +70,7 @@ input Filter { ### Error Handling -Sourcehut APIs return GraphQL errors in the following format: + SourceHut APIs return GraphQL errors in the following format: ```json { @@ -107,7 +107,7 @@ Use GraphiQL interfaces available at each service's `/graphql` endpoint to: 1. **Filtering**: Some services may not support all filter operations. Check the schema. 2. **Pagination**: Always handle `cursor` properly for pagination. -3. **Caching**: Sourcehut APIs may have aggressive caching. Use cache headers appropriately. +3. **Caching**: SourceHut APIs may have aggressive caching. Use cache headers appropriately. ### Example Query Structure @@ -141,7 +141,6 @@ query { ## Additional Resources -- Sourcehut API Status: https://status.sr.ht -- Sourcehut Meta (announcements): https://meta.sr.ht -- Sourcehut GitHub Mirror: https://github.com/sourcehut -- IRC: #sourcehut on Libera.Chat \ No newline at end of file +- SourceHut API Status: https://status.sr.ht +- SourceHut Man Pages: https://man.sr.ht +- IRC: #sr.ht on Libera.Chat -- cgit v1.2.3