1.0.2 • Published 1 year ago

@michelo11/expensify-sdk v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

expensify-sdk

An sdk to integrate with expensify APIs

Installation

npm install @michelo11/expensify-sdk
# OR
yarn add @michelo11/expensify-sdk
# OR
pnpm install @michelo11/expensify-sdk

Usage

import { createTransaction } "@michelo11/expensify-sdk";

createTransaction(
    [
        {
            description: "Example transaction",
            amount: 100,
            createdAt: new Date(),
            action: "DEPOSIT",
        },
    ],
    "ORGANIZATION ID",
    "API KEY"
).then(console.log);
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago