Auto generate REST API docs from Symfony [closed]

2020-03-19 03:34发布

Is there an easy way to generate docs for REST api direct from a Symfony project?

1条回答
姐就是有狂的资本
2楼-- · 2020-03-19 04:17

Sorry for the post digging, but there is a Symfony bundle to help API doc generation, you can check out NelmioApiDocBundle which interconnects well with FOSRestBundle.

The FOSRestBundle documentation provides sample bundles using both bundles to generate REST-ful web services and their documentation.

查看更多
登录 后发表回答