apiaryio / Paw-APIBlueprintImporter

Paw extension to import API Blueprint
https://paw.cloud/extensions/APIBlueprintImporter
MIT License
9 stars 6 forks source link

Use fury.parse over depending on drafter.js #30

Closed kylef closed 5 years ago

kylef commented 5 years ago

drafter.js was used for the sync API, as Paw now supports returning promises we can use async/await with Fury.

Removing drafter.js simplifies package management as the dependency is also pulled in via fury-adapter-apib-parser.