1.2.7 • Published 3 years ago

transferwise-ts v1.2.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

TransferWise TS

Wise Platform APIをもとに型定義をつけた API パッケージ

開発中

Usage

import { TransferWiseConfig, useTransferWise } from "transferwise-ts";

const config: TransferWiseConfig = {
  apiKey: "<ApiKey>",
  isSandBox: false,
};

const { getProfiles, createQuote } = useTransferWise(config);

const TestMethod = () => {
  const profiles = await getProfiles();

  console.log(profiles);
};
1.2.7

3 years ago

1.2.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago