ApiRequestMethod

Represents the standard HTTP methods that can be used in an ApiRequest.

Entries

Link copied to clipboard

The HTTP GET method, used to request data from a specified resource.

Link copied to clipboard

The HTTP POST method, used to send data to a server to create a new resource.

Link copied to clipboard

The HTTP PUT method, used to update a resource or create a new one if it does not exist.

Link copied to clipboard

The HTTP DELETE method, used to delete a specified resource.

Link copied to clipboard

The HTTP PATCH method, used to apply partial modifications to a resource.

Link copied to clipboard

The HTTP HEAD method, used to retrieve the headers of a resource without the body.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.