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

Removes Parameter types from generated swagger path. #166 #168

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

jnallard
Copy link
Collaborator

#166

This will remove the path parameter type from the swagger, as it will not work.
For example, "/service/customers/{name:guid}" becomes "/service/customers/{name}"

Also added CORS stuff, because the examples weren't working for POSTs.
And boy, the Endpoints I created two years ago aren't very RESTFUL. :P

@yahehe
Copy link
Owner

yahehe commented Feb 26, 2019

Looks good, thanks!

@yahehe yahehe merged commit 7843664 into yahehe:master Feb 26, 2019
@yahehe
Copy link
Owner

yahehe commented Feb 26, 2019

Gah, @jnallard my API key is out of date again, I'll fix that later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants