Param ReturnsParam ReturnsFetches 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 ReturnsFetches 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 ReturnsFetches 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 ReturnsFetches 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 ReturnsFetches 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.
OptionalrequestOptions: Omit<RequestOptions<false>, "returnRaw"> & { returnRaw?: false }Param ReturnsFetches 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.
Optionalparams: ExtractParams<S>OptionalrequestOptions: Omit<RequestOptions<false>, "returnRaw"> & { returnRaw?: false }Param ReturnsFetches 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.
OptionalrequestOptions: 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.