From 6e1a9ac09c57330d3ad08127990565ba7eeac635 Mon Sep 17 00:00:00 2001 From: xfarrow Date: Wed, 18 Oct 2023 13:55:45 +0000 Subject: [PATCH] Create README.md --- backend/apis/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/apis/README.md diff --git a/backend/apis/README.md b/backend/apis/README.md new file mode 100644 index 0000000..7f82595 --- /dev/null +++ b/backend/apis/README.md @@ -0,0 +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.