3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add client libraries to API index.md.

This commit is contained in:
Paul Weidner 2022-08-18 16:58:03 -07:00 committed by Michael Stenta
parent 952e9199ef
commit 7bb85adc79

View file

@ -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