From 212a03a42fb30392b5bdd5b80d32372058d778cc Mon Sep 17 00:00:00 2001 From: xfarrow Date: Fri, 16 Feb 2024 10:43:42 +0100 Subject: [PATCH] Update README.md --- backend/apis/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/apis/README.md b/backend/apis/README.md index a6be0ba..bcf5b04 100644 --- a/backend/apis/README.md +++ b/backend/apis/README.md @@ -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.