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

Serializers - Paw - Raise a warning when some requests are ignored #87

Open
JonathanMontane opened this issue Oct 19, 2016 · 1 comment

Comments

@JonathanMontane
Copy link
Contributor

Swagger and RAML require requests to have unique paths/method product.

If a user has multiple requests that share the same path and method, the export is not fully compatible with Swagger and RAML, and it would be a good idea to raise a warning or something.

@mittsh
Copy link
Contributor

mittsh commented Oct 19, 2016

So a console.error() for now? Maybe that can be added to a warning mechanism in Paw? ("File has been imported but there are some issues: …")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment