apiaryio / api-elements

API Elements is a structure for describing APIs and the complex data structures used within them.
http://apielements.org/
MIT License
28 stars 10 forks source link

Single API Elements Package #17

Closed smizell closed 5 years ago

smizell commented 8 years ago

Deprecate minim-parse-result and minim-api-description and have a single api-elements package which depends on minim, and contains code from the deprecated packages.

kylef commented 5 years ago

This has been completed as https://www.npmjs.com/package/api-elements, and https://www.npmjs.com/package/fury. api-elements and Fury are effectively the only two packages you need to be concerned with when using API Elements. Perhaps we can go a step further and the parse/serialise/compose plugins can go directly into the API Elements package.