fetch
This is an HTTP Client for the Platform SDK. The implementation makes use of cross-fetch and adheres to the contracts laid out in the specification.
Repository
Installation
1yarn add @ardenthq/sdk-fetch
Usage
1import { Environment } from "@ardenthq/sdk-profiles";2import { Request } from "@ardenthq/sdk-fetch";3 4new Environment({ httpClient: new Request() });
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Last updated 2 years ago
Edit Page