Provider alias
Event emitter to broadcast provider events
Full name of the provider including a namespace
Add new data to the provider. This method is similar for a POST request.
Returns the base part of URL of any request
Sets the base part of URL for any request. This method returns a new provider object with context.
Deletes data of the provider by a query. This method is similar for a DELETE request.
Drops the request cache of the current provider
Requests the provider for data by a query. This method is similar for a GET request.
Returns the custom HTTP request method of any request
Sets the custom HTTP request method for any request. This method returns a new provider object with context.
Returns the custom logical name of any request. If a request has the name, then it will fire an event with the same name after successful receiving.
Sets the custom logical name for any request. If a request has the name, then it will fire an event with the same name after successful receiving. This method returns a new provider object with context.
Checks accessibility of the provider by a query. This method is similar for a HEAD request.
Sends custom data to the provider without any logically effect. This method is similar for a POST request.
Updates data of the provider by a query. This method is similar for a PUT request.
Returns the full URL of any request
Sets an extra URL part for any request (it is concatenated with the base part of URL). This method returns a new provider object with context.
Base interface of a data provider