v2 library

Support for doing something awesome.

More dartdocs go here.

Classes

APIContact
Represents contact information in the OpenAPI specification.
APIDocument
Represents an OpenAPI 2.0 specification.
APIHeader
Represents a header in the OpenAPI specification.
APIInfo
Represents a metadata for an API in the OpenAPI specification.
APILicense
Represents a copyright/open source license in the OpenAPI specification.
APIOperation
Represents a HTTP operation (a path/method pair) in the OpenAPI specification.
APIParameter
Represents a parameter in the OpenAPI specification.
APIParameterLocationCodec
APIPath
Represents a path (also known as a route) in the OpenAPI specification.
APIResponse
Represents an HTTP response in the OpenAPI specification.
APISchemaObject
Represents a schema object in the OpenAPI specification.
APISecurityScheme
Represents a security scheme in the OpenAPI specification.
APISecuritySchemeFlowCodec
APITag
APITypeCodec

Enums

APIParameterLocation
Represents a parameter location in the OpenAPI specification.
APISecuritySchemeFlow
Represents a OAuth 2.0 security scheme flow in the OpenAPI specification.
APIType