Skip to content

V3ntus/lunchmoney_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunchmoney

A simple to use, asynchronous API wrapper for the Lunch Money personal finance service.

Features

  • Fetch your user profile
  • Fetch, create, and update assets
  • Fetch, upsert, and remove budgets
  • Fetch, create, delete, and update a category
  • Create and add to a category group
  • Fetch and update crypto assets
  • Fetch Plaid accounts
  • Fetch recurring expenses
  • Fetch tags
  • Fetch, insert, update, and unsplit transactions
  • Fetch, create, and delete transaction groups

Getting started

Add this library to your project:

dart pub add lunchmoney_dart

Usage

import 'package:lunchmoney/lunchmoney.dart';

void main() async {
  final client = LunchMoney(ACCESS_TOKEN);

  final user = await client.user.me;
  print(user.userName);
}

Additional information

To learn more about the Lunch Money API, visit the developer page.

About

A Lunch Money API wrapper written in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages