types
library
Classes
-
Api
-
Represents the
api section of the schema.
-
ApiMethod
-
A single API method's input contract (params, body, query).
-
Config
-
Controls which presentation layer is generated.
-
Context
-
Root context passed to the Mustache template engine for code generation.
-
ContextField
-
A name/type pair representing a field or parameter.
-
ContextMethod
-
Template-ready representation of an API method.
-
Methods
-
Container for named ApiMethod entries.
-
NestedContextField
-
Template-ready representation of a nested field.
-
Schema
-
Top-level schema representation parsed from the user's JSON file.