encodeParam
encodeParam
encodeParam(key: string, value: any): string
Encodes keys and parameters for use in a URL's query string.
Parameters
Parameter | Type | Notes |
---|---|---|
key | string | Parameter's key |
value | any | Parameter's value |
Returns
string
Query string with key and value pairs separated by "&"