blink/backend/apis/README.md

5 lines
380 B
Markdown
Raw Normal View History

2023-10-18 15:55:45 +02:00
# APIs
The Blink's APIs can be developed using numerous programming language and technologies. The current and stable implementation is written in NodeJs.
2024-02-16 10:43:42 +01:00
There's no official documentation on how to use or write them yet, so the only way to understand them is by inspecting the source code or by opening `BlinkApiUsageExample.json` with Insomnia to have a clearer look at them.