Why api v0.1 is depreciated when api v2 is not documented?

Use case:

I would like to edit the content of the article. I have markdown but can convert it to HTML. So I need to send a request that replaces the old content of the article by the new one.

I see that in the database posts are stored as mobile-doc. I would like to avoid conversion to mobile-doc on my (client) side but I can do also this because of there is code for this task:

I do not want to use ember admin because of problems described there:

Markdown to MobileDoc converter

  • Impossible Grammarly support
  • Lacking easy selection of a language of code
  • Efficiency problem with huge markdown cards

I fall in love with your templates and content v2 api, so I want to use your platform.

The simplest solutions, I see now are:

  1. writing my own API with access directly to the database
  2. modify the code of ghost and create a pull request