-
Notifications
You must be signed in to change notification settings - Fork 250
Home
Tim Burks edited this page Jan 25, 2017
·
25 revisions
The OpenAPI Compiler (openapic
) is a tool for reading and processing API models described by the OpenAPI Specification. API models can be in JSON or YAML and referenced with local file names or URLs. openapic
reads specified models, checks for errors, and generates a binary Protocol Buffer representation of the API that can be used by other tools and openapic
plugins. These tools and plugins can use models and support code that allow efficient, statically-typed access to OpenAPI models.
Here are some notes on our plans to generate Extension Compilers for parsing OpenAPI vendor extensions.