interface RequestOptions {
    params?: [string, string][];
    maxAge?: number;
}

Properties

Properties

params?: [string, string][]

Additional params to pass to endpoints

maxAge?: number

If using a cache, max age of the cache for this endpoint in seconds