aboutsummaryrefslogtreecommitdiffstats
path: root/api-conventions.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-29 20:32:30 -0400
committerDrew DeVault <sir@cmpwn.com>2019-04-29 20:32:30 -0400
commite609930b7c37cb93f517793a1073b07733882619 (patch)
tree53262ed95384f8d3f0ef715364512db3962f8874 /api-conventions.md
parent527171f5b12262b948a6acb4a3a0ff1793ff1cfa (diff)
downloadsr.ht-docs-e609930b7c37cb93f517793a1073b07733882619.tar.gz
Update api-conventions.md with a list of wrappers
Diffstat (limited to 'api-conventions.md')
-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,