fmex-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

fmex-sdk

fmex js sdk


Use

  import { GetFMexAPI } from 'fmex-sdk';

  const FMexRequest = GetFMexAPI({
    APIKey: 'xxxxxxxxxx',
    APISecret: 'xxxxxxxxxx',
    // Agent: ..., // if you want
  });

  FMexRequest({
    Method: 'POST',
    
  });

Package Sidebar

Install

npm i fmex-sdk

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

13.6 kB

Total Files

12

Last publish

Collaborators

  • imconfig