UNPKG

binance-api-client

Version:

A wrapper which can be used to interact with Binance's API. Entirely developed in TypeScript.

10 lines (9 loc) 103 B
/** * Represents a single HTTP method. */ export enum HttpMethod { GET, POST, PUT, DELETE, }