Eduframe API

Description

The Eduframe API is organized around REST and is formatted in JSON. We try to
keep the amount of changes to the API to a minimum but it is possible that it
is changed.

Authentication

For authenticating through Eduframe API v1 we use OAuth2 token. The user
needs an API key to send together with the request as Bearer <api key> in
the…