diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-29 20:32:30 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-29 20:32:30 -0400 |
commit | e609930b7c37cb93f517793a1073b07733882619 (patch) | |
tree | 53262ed95384f8d3f0ef715364512db3962f8874 | |
parent | 527171f5b12262b948a6acb4a3a0ff1793ff1cfa (diff) | |
download | sr.ht-docs-e609930b7c37cb93f517793a1073b07733882619.tar.gz |
Update api-conventions.md with a list of wrappers
-rw-r--r-- | api-conventions.md | 10 |
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, |