diff --git a/_modules/index.html b/_modules/index.html index 4bdbcb3d..27864944 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -3,7 +3,7 @@
assets (Dict[int, lunchable.models.assets.AssetsObject])
categories (Dict[int, lunchable.models.categories.CategoriesObject])
crypto (Dict[int, lunchable.models.user.UserObject])
crypto (Dict[int, lunchable.models.crypto.CryptoObject])
plaid_accounts (Dict[int, lunchable.models.plaid_accounts.PlaidAccountObject])
tags (Dict[int, lunchable.models.tags.TagsObject])
transactions (Dict[int, lunchable.models.transactions.TransactionObject])
Dict
int
UserObject
CryptoObject
List of Assets
List[AssetsObject]
List of Categories
List[CategoriesObject]
List of Crypto
List[CryptoObject]
List of Plaid Accounts
List[PlaidAccountObject]
List of Tags
List[TagsObject]
List of Transactions
List[TransactionObject]
Refresh App data with the latest transactions
Denotes the beginning of the time period to fetch transactions for. Defaults +to beginning of current month. Required if end_date exists. Format: YYYY-MM-DD.
Denotes the end of the time period you’d like to get transactions for. +Defaults to end of current month. Required if start_date exists.
Filter by tag. Only accepts IDs, not names.
Filter by recurring expense
Filter by Plaid account
Filter by category. Will also match category groups.
Filter by asset
Filter by group_id (if the transaction is part of a specific group)
Filter by group (returns transaction groups)
Filter by status (Can be cleared or uncleared. For recurring +transactions, use recurring)
Sets the offset for the records returned
Sets the maximum number of records to return. Note: The server will not +respond with any indication that there are more records to be returned. +Please check the response length to determine if you should make another +call with an offset to fetch more transactions.
Pass in true if you’d like expenses to be returned as negative amounts and +credits as positive amounts. Defaults to false.
Pass in true if you’d like to include imported transactions with a pending status.
Additional Query String Params
Dict[int, TransactionObject]
start_date (optional) – [Default]: None
None
end_date (optional) – [Default]: None
tag_id (optional) – [Default]: None
recurring_id (optional) – [Default]: None
plaid_account_id (optional) – [Default]: None
category_id (optional) – [Default]: None
asset_id (optional) – [Default]: None
group_id (optional) – [Default]: None
is_group (optional) – [Default]: None
status (optional) – [Default]: None
offset (optional) – [Default]: None
limit (optional) – [Default]: None
debit_as_negative (optional) – [Default]: None
pending (optional) – [Default]: None
params (optional) – [Default]: None
LunchableDataContainer.transactions
LunchableDataContainer.user
LunchableDataContainer.asset_map
LunchableDataContainer.assets_list
LunchableDataContainer.categories_list
LunchableDataContainer.crypto_list
LunchableDataContainer.plaid_accounts_list
LunchableDataContainer.tags_list
LunchableDataContainer.transactions_list
BaseLunchableApp
Bases: object
object
Bases: LunchableApp
LunchableApp
Lunch Money Pushover Notifications via Lunchable
app_token (optional) – [Default]: None
lunchmoney_access_token (optional) – [Default]: None
lunchable_client (optional) – [Default]: None
user_key (optional) – [Default]: None