Methods
(static) create(String)
Start an HTTP POST query with the given `resource.`
Parameters:
Name | Type | Description |
---|---|---|
String |
resource |
Returns:
Store
(static) destroy(String)
Start an HTTP DELETE query with the given `resource.`
Parameters:
Name | Type | Description |
---|---|---|
String |
resource |
Returns:
Store
(static) find(String)
Start an HTTP GET query with the given `resource.`
Parameters:
Name | Type | Description |
---|---|---|
String |
resource |
Returns:
Store
(static) replace(String)
Start an HTTP PUT query with the given `resource.`
Parameters:
Name | Type | Description |
---|---|---|
String |
resource |
Returns:
Store
(static) update(String)
Start an HTTP PATCH query with the given `resource.`
Parameters:
Name | Type | Description |
---|---|---|
String |
resource |
Returns:
Store