MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / FetchOptions

Interface FetchOptions

lib/utils/api-client.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { PortfolioData, ContributionData } from "@/types/portfolio"
4
5interface FetchOptions {
6 cache?: RequestCache
7 revalidate?: number
8}
9
10export class APIClient {
11 private baseUrl: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected