Socket
Socket
Sign inDemoInstall

organizze-api-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    organizze-api-sdk

SDK to interface with the Organizze REST API


Version published
Weekly downloads
1
Maintainers
1
Install size
118 kB
Created
Weekly downloads
 

Readme

Source

Organizze API SDK for Typescript/Javascript

Connect to your personal finance data on Organizze.

Disclaimer

This package and its owner are not affiliated with Organizze and offers no guarantee with regards to API stability or reliability. More legal information about license and liabilities, please check the license file

Installation

  • For NPM: npm install --save organizze-api-sdk
  • For Yarn: yarn add organizze-api-sdk
  • For pNpm: pnpm install organizze-api-sdk

Compatiblity

  • Browsers: Any modern browser capable of supporting ES6
  • Node.JS: >= 18 due to the usage of the Fetch API

Quick Start

import { UsersApi } from "organizze-api-sdk";

Available APIs and operations

APIOperation
BankAccountsApilistBankAccounts
BankAccountsApireadBankAccount
CategoriesApilistCategories
CategoriesApireadCategory
UsersApilistUsers
UsersApireadUser
CreditCardsApilistCreditCards
CreditCardsApireadCreditCard
CreditCardsApilistCreditCardInvoices
CreditCardsApireadCreditCardInvoice
CreditCardsApilistCreditCardInvoicePayments
TransactionsApilistTransactions
TransactionsApicreateTransaction
TransactionsApireadTransaction
TransactionsApiupdateTransaction
TransactionsApideleteTransaction

Keywords

FAQs

Last updated on 13 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc