Param
Returns
Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Optional
requestOptions: Omit<RequestOptions<false>, "returnRaw"> & { returnRaw?: false }Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Optional
params: ExtractParams<S>Optional
requestOptions: Omit<RequestOptions<false>, "returnRaw"> & { returnRaw?: false }Param
Returns
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params Optional parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.
Optional
requestOptions: RequestOptions<R>
Fetches the data from the given endpoint and returns it.
endpoint The endpoint to fetch from. params The parameters to pass to the endpoint. requestOptions Any additional options to pass to fetch. The response from the endpoint.