Develop restful interface, need and ios,android docking.
First git is directly above the file, now more and more interfaces, difficult to manage, difficult to verify, difficult to query
Looking for tools to achieve the following goals
1, management interface address, request method, carrying parameters, interface version, description.
2. Analog request similar to postman
3, Batch complete a group (multiple specified interface) request
4, can be extended, such as the integration of users in.
If there is that with existing wheels, more convenient.
If not, then you can only build one (in fact, do not like to build!) )
Reply content:
Develop restful interface, need and ios,android docking.
First git is directly above the file, now more and more interfaces, difficult to manage, difficult to verify, difficult to query
Looking for tools to achieve the following goals
1, management interface address, request method, carrying parameters, interface version, description.
2. Analog request similar to postman
3, Batch complete a group (multiple specified interface) request
4, can be extended, such as the integration of users in.
If there is that with existing wheels, more convenient.
If not, then you can only build one (in fact, do not like to build!) )
The best API document management tool http://swagger.io/not much to say, the official documents are full, from a research bar
Try this rap, easy to use. Post-deployment online browsing, with control of permissions and versioning of the interface documentation.
Http://rap.taobao.org/org/index.do
There is an open source interface management tool Http://git.oschina.net/leunpha/apiManager good to try.
Apidoc can satisfy you
Do not know whether this is to meet your needs: Https://github.com/heroghost/apidoc. Here's an example: http://www.isgala.com/index.php
Try raml:http://raml.org/.
The best is built by yourself, embedded in the API code
The previous answer, "How do I write the documentation for my API?" 》
Follow-up article = "Design idea of an API code structure"