Generates endpoint methods for the current instance.
An array of generated endpoint methods.
Retrieves a specific endpoint method by its name and HTTP method.
The name of the endpoint method.
The HTTP method of the endpoint.
The matching endpoint method or undefined if not found.
A base class for generating endpoint methods.
You can extend this class to create endpoint generators with helper methods, such as
generate
andgetEndpointMethod
.Example