Go to https://customer.ipear.fr
SECRET KEY and your ENDPOINT URL.If you want to refresh your SECRET KEY, you can disable/enable the production mode. It will give you new credentials.
| Data | Description |
|---|---|
SECRET KEY | Unique key used for authentication |
ENDPOINT URL | API URL to use for this server with version |
You can choose your ENDPOINT version when you create an instance of iPearServer object.
Current version: /v1
Install our package:
npm i @ipear/server
Once installed, you can initialize an instance:
const app = new iPearServer({
secretKey: "MY_SECRET_KEY",
endpoint: "https://ENDPOINT.URL"
});
Available options here.
Start by creating your first player
Powered by Doctave