Request Function
Code
const [data, state, request] = useApi(config, options)
// request the API data again
request(config?: ReactUseApi.Config, keepState = false)Request Arguments
Last updated
Was this helpful?
const [data, state, request] = useApi(config, options)
// request the API data again
request(config?: ReactUseApi.Config, keepState = false)Last updated
Was this helpful?
Was this helpful?