Vidigami Content API
Authentication
To use this API, you will need to authenticate against Vidigami's account serverInstance at
https://accounts.vidigami.com/public/exchange passing your API key as a bearer token in the header.
Example bearer token header: "Authorization: Bearer [Your API Key Here]".
The value returned will be a JWT token to be used with the Content Public API endpoint.
The JWT token is also passed as a bearer token to the api endpoint.
Example bearer token header with a JWT: "Authorization: Bearer [Issued JWT Token Here]".
Documentation
For more information on Feathers see docs.feathersjs.com.