How do you document a REST API?

前端 未结 4 1720
借酒劲吻你
借酒劲吻你 2021-02-14 16:19

How do you document a REST API? Not just the documentation of what the resources are, but really what is the data that gets sent in the request and what the data is that gets se

4条回答
  •  鱼传尺愫
    2021-02-14 16:51

    The approach that I've decided on for my project is Enunciate. Seems to be the de facto standard for REST API documentation.

提交回复
热议问题