miragejs / discuss

Ask questions, get help, and share what you've built with Mirage
MIT License
2 stars 0 forks source link

Add support for OpenAPI #8

Open InfoSec812 opened 4 years ago

InfoSec812 commented 4 years ago

It would be awesome if Mirage could load and parse an OpenAPI Specification and use that to configure the routes and data stores.

asantos00 commented 4 years ago

The first efforts to do this started here: https://github.com/asantos00/miragejs-open-api. Still in development though 👍

InfoSec812 commented 4 years ago

Woot! :+1:

samselikoff commented 4 years ago

FYI: Transferred this to our Discuss repo, our new home for more open-ended conversations about Mirage!

If things become more concrete + actionable we can create a tracking issue in the main repo.

sakari commented 3 years ago

I made this last week https://www.npmjs.com/package/@smartlyio/oats-mirage-adapter, although its more concerned at the moment with providing typescript types and runtime checks for the endpoints than providing examples as test data.

hnipps commented 2 months ago

Any update on this?