woodj22 / APIDoccer

scans a laravel project and documents it accordingly.
0 stars 0 forks source link

Template PUT, PATCH, DELETE, GET and SHOW swagger #1

Open woodj22 opened 7 years ago

woodj22 commented 7 years ago

The package needs to be able to flexibly generate any kind of swagger docblock which include PUT, PATCH, DELETE, GET and SHOW endpoints.

For this to be implemented the more templates need to be added and the current php transformer parser adapted so that it can create the swagger definitions.

woodj22 commented 7 years ago

I have added the get Input into this.