Methods
toObject() → {object}
Convert params for the request to a an object.
- Source:
Returns:
trimmed down parameters object.
- Type
- object
toQueryString() → {string}
Convert params for the request to a query string.
- Source:
Returns:
parameters in the format of '?='.
- Type
- string