enryold / yii2-apidoc-generator

Yii2 Apidoc.js generator
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Manage different URLs #4

Open parnanzio opened 7 years ago

parnanzio commented 7 years ago

Hi, I'm using a v1 module as you do, but I have some questions about the different urls, for example on lists.

If I call /v1/books or /v1/books/1 it generates only an item, but responses are different. The first returns a list, the second one an item..

Now I don't have much time to edit your code, but it's a great start.

enryold commented 7 years ago

Hi @parnanzio, I'm sorry for late reply.

Thank you for this suggestion. I don't have much time right now (like You, and other colleagues :) ) and I don't work with PHP and Yii for a while, but I try to do something as soon as possible.