ky
This is an HTTP Client for the Platform SDK. The implementation makes use of ky and adheres to the contracts laid out in the specification.
Repository
Installation
yarn add @arkecosystem/platform-sdk-http-ky
Usage
import { Environment } from "@arkecosystem/platform-sdk-profiles";
import { Request } from "@arkecosystem/platform-sdk-http-ky";
new 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 months ago
Edit Page