Project era inventory api

From Delft Solutions
Revision as of 06:55, 13 July 2020 by Vincent (talk | contribs) (Created page with "== Project ERA inventory API == This page describes interaction with the API. === Signed URLs === Some resources get signed with an HMAC for additional security, for example,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Project ERA inventory API

This page describes interaction with the API.

Signed URLs

Some resources get signed with an HMAC for additional security, for example, when checking player information it will look something like this:

/api/<HMAC KEY>/players/:uuid

Authentication

Used to authenticate players.

POST /api/authenticate_session
Accepts
application/vnd.projectera.auth_session.v1+json
Returns
Redirection to player info

Players

Used to retrieve player information

Characters

Used to manage characters.

Items

Used to manage items.