This commit is contained in:
xfarrow 2024-10-24 17:37:08 +02:00
parent 3d4299da6f
commit 3e168ad1b7
2 changed files with 794 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@ In order to deploy the Blink APIs, follow these steps:
## Testing the APIs
You can test the APIs in two ways:
* Open `BlinkApiUsageExample.json` with Insomnia or Bruno in order to have the collection of APIs already configured and ready to be seen in action;
* Open `BlinkApiUsageExample.json` with an API client (such as Insomnia, Bruno or Postman) in order to have the collection of APIs already configured and ready to be seen in action;
* Run `npm test` in `./nodejs` to run a suite of automated tests.
## For Developers