Make a request to API v1. Use as a format string function, all fillers will be encoded with encodeURIComponent. For example, "requestpath/${name}" would end up requesting to "path/${encodeURIComponent(name)}".
path/${name}
path/${encodeURIComponent(name)}
The parsed JSON data recieved from the API
Rest
Generated using TypeDoc
Make a request to API v1. Use as a format string function, all fillers will be encoded with encodeURIComponent. For example, "request
path/${name}
" would end up requesting to "path/${encodeURIComponent(name)}
".Returns
The parsed JSON data recieved from the API