Generate and publish Ruby based REST APIs documentation

前端 未结 4 1694
别跟我提以往
别跟我提以往 2020-12-23 19:24

What are cool kids using nowadays to easily parse/generate/publish REST APIs? I took a look on Swagger and It looks nice but from my point of view it doesn\'t fit ok with Ru

4条回答
  •  轮回少年
    2020-12-23 19:54

    Swagger can be used with ruby as client to automatically generate client libraries from a Swagger-compliant server https://github.com/wordnik/swagger-codegen

    If you use RoR than I think you should look at https://github.com/elc/rapi_doc , but it is not easy to use.

提交回复
热议问题