ssxpost

Home > @spruceid/ssx-core > ssxPost

ssxPost variable

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>

Last updated