njuhel/php-swagger-to-md

View on GitHub
src/Templates/GenericSummary

Summary

Maintainability
Test Coverage
* [Summary](#summary)
* [Resources](#resources)
{% for resource in summary %}
  * [Resource : {{ resource.name }}](#{{ resource.link }})
{% for path in resource.paths %}
{% for method in path.methods %}
    * [Operation : {{ method.name }}](#{{ method.link }})
{% endfor %}
{% endfor %}
{% endfor %}
* [Table of contents](#table-of-contents)