Update README.md

This commit is contained in:
xfarrow 2024-02-16 10:43:42 +01:00 committed by GitHub
parent a9bd306dcd
commit 212a03a42f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
# APIs
The Blink's APIs can be developed using numerous programming language and technologies. The current and stable implementation is written in NodeJs.
There's no official documentation on how to use or write them yet, so the only way to understand them is inspecting the source code or open "BlinkApiUsageExample.json" with Insomnia to have a clearer look at them.
## Correctness
We want endpoints to be always correct, independently of the content and the timing of the requests. You're invited to analyze the code and write unit tests.
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.