-
-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for versioned api #1461
Comments
You can use areas (for the endpoints) |
Regarding fields, if you are using JMS, it supports versioning, but is not reflected yet on the docs |
@goetas Thanks for answer, I'm using JMS and versioning annotations work very well. I have problems with showing it in documentation. I thought about areas, but I think I must create new endpoint with specific url in this solution. What about using versioning via HTTP header? Now I use annotations to create documentation. Maybe i should create files in yml format where i can describe documentation manually for versions, but i hoped that there is a solution to do it in more automatic way. |
Hmm. I think this feature is not yet available in nelmio. @GuilhemN am i right? |
Is this a request to add jms versioning support? |
Sounds a very good idea. Shouldn't be part of the model as well? should be considered as if it is something similar to groups IMO... |
Sure, we could add that as well. |
Anything new happened here? |
@mu4ddi3 No, if you'd like to submit one, a PR would be welcome. |
What about |
Hi,
I'm thinking what is your solution to document versioned api. For example I have api in version 1.0 and i want to upgrade api to 1.1. In new version I add new field which is returned via api, how can I show it in documentation. I'm not sure how to create documentation depends on api version. Do you have some idea?
The text was updated successfully, but these errors were encountered: