Overview
Each of the full examples included here follows a similar template, and none of them require an account to try them out locally.
They all include a functional but simple server exposing the features to be demonstrated, and tests in the .asserted
directory that show how to deeply test these features.
To try out any of them, just do the following:
git clone the relevant repo
execute
npm install
inside the repo (this will install the server dependencies, and the asserted dependencies)execute
npm run test:asrtd
inside the repo to start the server and run all of the example tests
Full Examples
Standard REST or HTTP API with authentication
Last updated