Write API Documentation
We should document our API so that our apps (mostly just MetaGer) have a clean API spec to develop against. One way to do this is the OpenAPI-Spec. Swagger is a very easy to use authoring tool for this.
Alternatively, we could use a self-documenting HATEOAS implementation like Hydra or Siren.