From 7bb85adc796f863b612fa5f3205c2fcb1d7e3683 Mon Sep 17 00:00:00 2001 From: Paul Weidner Date: Thu, 18 Aug 2022 16:58:03 -0700 Subject: [PATCH] Add client libraries to API index.md. --- docs/development/api/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/development/api/index.md b/docs/development/api/index.md index 1ec81d82..1b53307c 100644 --- a/docs/development/api/index.md +++ b/docs/development/api/index.md @@ -3,6 +3,13 @@ farmOS provides an API that other applications and systems can use to read and write records via HTTP requests. +## Client Libraries + +Client libraries are available for interacting with the farmOS API: + +- [farmOS.js](https://github.com/farmOS/farmOS.js) - [documentation](https://farmos.org/development/farmos-js/) +- [farmOS.py](https://github.com/farmOS/farmOS.py) - [documentation](https://farmos.org/development/farmos-py/) + ## JSON:API farmOS adheres to the [JSON:API](https://jsonapi.org/) specification for