aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api-conventions.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/api-conventions.md b/api-conventions.md
index a3781fa..557002b 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -6,6 +6,16 @@ Each sr.ht API follows the same set of design conventions throughout. Each API
is RESTful, authenticated with [meta.sr.ht](meta.sr.ht), and has consistent
standards for pagination, response codes, and so on, throughout.
+## API Wrappers
+
+API wrappers for a few programming languages exist:
+
+- [CHICKEN Scheme](https://git.sr.ht/~evhan/topham)
+- [Golang](https://git.sr.ht/~sircmpwn/sourcehut-go)
+
+Please write to [sr.ht-discuss](https://lists.sr.ht/~sircmpwn/sr.ht-discuss) to
+share yours!
+
## Authentication
All services are authenticated with OAuth via meta.sr.ht. For more information,