INNER CODE UNIT · TypeScript

apiPost

Flaque/quirk · src/api/index.ts:26

export function apiPost(path: string, body: any) {
  return api("post", path, body);
}

export function apiGet(path: string) {
  return api("get", path);
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…