Crate openapi_utils[][src]

Enums

This error happens when it is not possible to dereference the full contents of the Openapi file.

Traits

Extends the IntegerType with convenience methods

Extends the NumberType with convenience methods

Extension methods for Operation

Extension methods for ParameterData

Extension methods for Parameter

This extension deals with ReferenceOr enums in the spec All these methods assume the spec has been previously dereferenced, see the deref_all method in the spec object. These methods are still needed because structs hold ReferenceOr enums, although these enums always have an item, never a reference.

Extension methods for Response

Extension methods for Schema

Extension methods for Server

Extends an openapi spec with a method to dereference all its contents

Extension methods for Type