Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 2 years ago.
Is there an easy way to generate docs for REST api direct from a Symfony project?
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 2 years ago.
Is there an easy way to generate docs for REST api direct from a Symfony project?
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.