Skip to content
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

Item="${identifier}" - Add identifier name to the item attribute. #3

Open
d3ep4k opened this issue May 4, 2020 · 3 comments
Open
Assignees

Comments

@d3ep4k
Copy link
Contributor

d3ep4k commented May 4, 2020

Instead of item=”true” we can put the name of the identifier. This will align this to open api 3.0 spec.

For example <Request item="action"> instead of <Request item="true" />

So open api url become to /resource/{action} instead of /resource/{id}

@kaisteel
Copy link
Contributor

kaisteel commented May 6, 2020

@d3ep4k Even if change it to item="${identifier}" would we be able to use that identifier anywhere else?

@d3ep4k
Copy link
Contributor Author

d3ep4k commented May 13, 2020

@richard937 does it generate with the item value in the url now?

@richard937
Copy link
Member

yes
swag

d3ep4k added a commit that referenced this issue May 13, 2020
made changes for item={identifier} issue #3
@d3ep4k d3ep4k closed this as completed Aug 2, 2020
@d3ep4k d3ep4k reopened this Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants