- Companion:
- class
Type members
Value members
Concrete methods
Constructs an API for a DELETE endpoint, given the specified input. It is
not necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a DELETE endpoint, given the specified input. It is
not necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a GET endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a GET endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a POST endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a POST endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a PUT endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.
Constructs an API for a PUT endpoint, given the specified input. It is not
necessary to specify the full input to the endpoint upfront, as the
API#in
method can be used to incrementally append additional input to the
definition of the API.