1.2.7 • Published 2 years ago

transferwise-ts v1.2.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.2.0

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago