0.30.0 • Published 2 years ago

@speakeasy-sdks/formance v0.30.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

SDK Installation

NPM

npm add @speakeasy-sdks/formance

Yarn

yarn add @speakeasy-sdks/formance

SDK Example Usage

import { Formance } from "@speakeasy-sdks/formance";
import { GetVersionsResponse } from "@speakeasy-sdks/formance/dist/sdk/models/operations";

const sdk = new Formance({
  security: {
    authorization: "",
  },
});

sdk.getVersions().then((res: GetVersionsResponse) => {
  if (res.statusCode == 200) {
    // handle response
  }
});

Available Resources and Operations

Formance SDK

accounts

auth

balances

clients

ledger

logs

orchestration

payments

scopes

search

server

stats

transactions

users

wallets

webhooks

SDK Generated by Speakeasy

0.30.0

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago