Add an OpenAPI specification

It would be nice if Ghost offered an OpenAPI spec for the APIs it exposes. Having this enables a lot of benefits that the OpenAPI ecosystem brings. Things I could think of are:

  • generating clients in any language
  • mock the whole thing by using for example Prism
  • having documentation about the APIs
2 Likes