Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

Duplicate queries + informative errors #403

Closed johnlegeyt closed 5 years ago

johnlegeyt commented 5 years ago

1) The UI should no longer allow duplicate query names (i.e. you cannot submit if you have two queries with the same name)

2) Error messages from a failed publish should now be more informative. The user will be displayed whatever message is thrown from the publish service.

closes #387