API-Flow icon indicating copy to clipboard operation
API-Flow copied to clipboard

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

Open JonathanMontane opened this issue 9 years ago • 1 comments

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.

JonathanMontane avatar Oct 19 '16 09:10 JonathanMontane

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: …")

mittsh avatar Oct 19 '16 10:10 mittsh