Last updated 2 years ago
Was this helpful?
> >
Abstracts the fetch API to append correct headers, host and parse responses to JSON for POST requests.
Signature:
ssxPost: (api: AxiosInstance, route: string, body: any) => Promise<boolean>