R
R
Roman2015-06-05 17:56:06
Yii
Roman, 2015-06-05 17:56:06

What is the correct way to write REST API documentation?

The question is how to write documentation for a mobile application.
This is my first time making REST API on YII2.
I started writing documentation in Google Doc, but it's not very convenient.
What solutions are there so that it would be possible for IOS or ANDROID developers to write documentation.
Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yuri Shikanov, 2015-06-05
@dizballanze

Where to write documentation, in Google Docs, Markdown directly in the repository or something else - it doesn’t matter, the main thing is that you feel comfortable.
It is important that this documentation be as complete and accurate as possible.
Alternatively, you can look at raml if you want a specialized format.

O
Oleg Gamega, 2015-06-05
@gadfi

I really like https://apiary.io/

N
Nazar Mokrinsky, 2015-06-05
@nazarpc

Markdown is usually a convenient option - a simple syntax for writing manually, you can edit it directly from the IDE, it's convenient to read on the same GitHub, it won't get lost if you put it along with the source code.

N
Nikolai, 2015-06-06
@jaymecd

I would look towards RAML as suggested by Yuri Shikanov , as well as mulesoft 's anypoint service which uses RAML and provides a console and designer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question