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

Support OpenAPI Specifications for Mocking #5

Open
Shelnutt2 opened this issue Apr 20, 2019 · 2 comments
Open

Support OpenAPI Specifications for Mocking #5

Shelnutt2 opened this issue Apr 20, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Shelnutt2
Copy link

What you did:
See of opeanpi/swagger specs were supported.

What happened:
OpenAPI v2 (Swagger) and OpenAPI v3 are not supported.

Problem description:

Suggested solution:

Add support for serving openapi v2 (swagger) and openapi v3 specifications. A lot of people already use openapi v2/3 to document and provide examples for their apis. There is a lack of good mocking tools around openapi, it'd be great if mockit supported serving an openapi specification. Supporting both versions of the OpenAPI format (v2/v3) would be ideal as a large amount of tooling and specs already exist around v2 (formerly swagger).

@boyney123 boyney123 added the enhancement New feature or request label Apr 23, 2019
@daKmoR
Copy link

daKmoR commented May 2, 2019

I'm curious how would such an integration look like?

also what would be different compared to Prism?

@boyney123
Copy link
Owner

Thanks @Shelnutt2 , this sounds like a great idea! I have no idea how I could go about doing this, but I will spend some time thinking about it.

Does anybody have any thoughts on how this could work?

@Shelnutt2 what would you expect as a user?

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

No branches or pull requests

3 participants