Methods
(static) encodeQueryData(data) → {string}
Encodes a given object to use as a query string
Parameters:
Name | Type | Description |
---|---|---|
data |
object | The data to encode |
- Source:
Returns:
The encoded query string
- Type
- string