Fake API
Test is a fake service that aim to manage fake humans. It is used for internal and public end-to-end tests.
This service don't use the Scaleway authentication service but a fake one. It allows to use this test service publicly without requiring a Scaleway account.
Getting Started
First, you need to call the Register method to create a new user. It will returns a secret_key
that must be used in all other methods to authenticate yourself.
Code
Then you probably want to create your first human:
Code