Absolute or relative URL
Optional
queryString: QueryStringObjectObject with all keys to add to the querystring
Returns the created URL
import { utils } from "@hboictcloud/api";
const url = utils.createUrl("matches.html", {
search: "paris",
filters: [
"tagA",
"tagB"
]
});
console.log(url); //matches.html?search=paris&filters=tagA&filters=tagB
Generated using TypeDoc
Create a URL with a querystring