auth
- Description:
- Authentication
- Source:
Classes
Type Definitions
RouteStore
- Description:
- A key/value store linking API route/HTTP methods to values
- Source:
Properties:
Name | Type | Description |
---|---|---|
post |
Array | Data relating to the post HTTP method |
get |
Array | Data relating to the get HTTP method |
put |
Array | Data relating to the put HTTP method |
patch |
Array | Data relating to the patch HTTP method |
delete |
Array | Data relating to the delete HTTP method |
A key/value store linking API route/HTTP methods to values
Type:
- Object