query string handler function
Methods
(static) makeQuery(queryParams) → {String}
Make query string out of an object that holds parameters
Parameters:
Name | Type | Description |
---|---|---|
queryParams |
Object | The query parameters |
Returns:
- The query string
- Type
- String