Hello, I'm working on a library for parsing RAML (http://raml.org/) files
and other tooling around it (such as auto-generating Web::Machine
scaffolding from them).

I can envision a point at which there are several API Spec modules such as
ones for Swagger (there is already a CPAN modules for this, Swagger2), JSON
API, and there are others.

So I'm thinking it makes sense to start a namespace, and possibly a common
interface, that these modules will live in.  For my module I am thinking:

APISpec::RAML

Any thoughts?

Thanks,

Aran

Reply via email to