GithubHelp home page GithubHelp logo

cedricpim / firefly-iii-rs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from barskern/firefly-iii-rs

0.0 2.0 0.0 317 KB

A client for `firefly-iii` automatically generated by `openapi-generator`

License: GNU Affero General Public License v3.0

Shell 0.42% Rust 95.52% Mustache 4.06%

firefly-iii-rs's Introduction

Rust API client for firefly-iii

Crates.io Documentation

This is the official documentation of the Firefly III API. You can find accompanying documentation on the website of Firefly III itself (see below). Please report any bugs or issues. This version of the API is live from version v5.6.11 and onwards. You may use the "Authorize" button to try the API below.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.5.5
  • Package version: 0.2.4-alpha.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen For more information, please visit https://firefly-iii.org

Installation

Put the package under your project folder and add the following to Cargo.toml under [dependencies]:

firefly-iii = "0.2.4-alpha.0"

Documentation for API Endpoints

All URIs are relative to https://demo.firefly-iii.org

Class Method HTTP request Description
AboutApi get_about GET /api/v1/about System information end point.
AboutApi get_cron GET /api/v1/cron/{cliToken} Cron job endpoint
AboutApi get_current_user GET /api/v1/about/user Currently authenticated user endpoint.
AccountsApi delete_account DELETE /api/v1/accounts/{id} Permanently delete account.
AccountsApi get_account GET /api/v1/accounts/{id} Get single account.
AccountsApi list_account GET /api/v1/accounts List all accounts.
AccountsApi list_attachment_by_account GET /api/v1/accounts/{id}/attachments Lists all attachments.
AccountsApi list_piggy_bank_by_account GET /api/v1/accounts/{id}/piggy_banks List all piggy banks related to the account.
AccountsApi list_transaction_by_account GET /api/v1/accounts/{id}/transactions List all transactions related to the account.
AccountsApi store_account POST /api/v1/accounts Create new account.
AccountsApi update_account PUT /api/v1/accounts/{id} Update existing account.
AttachmentsApi delete_attachment DELETE /api/v1/attachments/{id} Delete an attachment.
AttachmentsApi download_attachment GET /api/v1/attachments/{id}/download Download a single attachment.
AttachmentsApi get_attachment GET /api/v1/attachments/{id} Get a single attachment.
AttachmentsApi list_attachment GET /api/v1/attachments List all attachments.
AttachmentsApi store_attachment POST /api/v1/attachments Store a new attachment.
AttachmentsApi update_attachment PUT /api/v1/attachments/{id} Update existing attachment.
AttachmentsApi upload_attachment POST /api/v1/attachments/{id}/upload Upload an attachment.
AutocompleteApi get_accounts_ac GET /api/v1/autocomplete/accounts Returns all accounts of the user returned in a basic auto-complete array.
AutocompleteApi get_bills_ac GET /api/v1/autocomplete/bills Returns all bills of the user returned in a basic auto-complete array.
AutocompleteApi get_budgets_ac GET /api/v1/autocomplete/budgets Returns all budgets of the user returned in a basic auto-complete array.
AutocompleteApi get_categories_ac GET /api/v1/autocomplete/categories Returns all categories of the user returned in a basic auto-complete array.
AutocompleteApi get_currencies_ac GET /api/v1/autocomplete/currencies Returns all currencies of the user returned in a basic auto-complete array.
AutocompleteApi get_currencies_code_ac GET /api/v1/autocomplete/currencies-with-code Returns all currencies of the user returned in a basic auto-complete array. This endpoint is DEPRECATED and I suggest you DO NOT use it.
AutocompleteApi get_object_groups_ac GET /api/v1/autocomplete/object-groups Returns all object groups of the user returned in a basic auto-complete array.
AutocompleteApi get_piggies_ac GET /api/v1/autocomplete/piggy-banks Returns all piggy banks of the user returned in a basic auto-complete array.
AutocompleteApi get_piggies_balance_ac GET /api/v1/autocomplete/piggy-banks-with-balance Returns all piggy banks of the user returned in a basic auto-complete array complemented with balance information.
AutocompleteApi get_recurring_ac GET /api/v1/autocomplete/recurring Returns all recurring transactions of the user returned in a basic auto-complete array.
AutocompleteApi get_rule_groups_ac GET /api/v1/autocomplete/rule-groups Returns all rule groups of the user returned in a basic auto-complete array.
AutocompleteApi get_rules_ac GET /api/v1/autocomplete/rules Returns all rules of the user returned in a basic auto-complete array.
AutocompleteApi get_tag_ac GET /api/v1/autocomplete/tags Returns all tags of the user returned in a basic auto-complete array.
AutocompleteApi get_transaction_types_ac GET /api/v1/autocomplete/transaction-types Returns all transaction types returned in a basic auto-complete array. English only.
AutocompleteApi get_transactions_ac GET /api/v1/autocomplete/transactions Returns all transaction descriptions of the user returned in a basic auto-complete array.
AutocompleteApi get_transactions_idac GET /api/v1/autocomplete/transactions-with-id Returns all transactions, complemented with their ID, of the user returned in a basic auto-complete array. This endpoint is DEPRECATED and I suggest you DO NOT use it.
AvailableBudgetsApi delete_available_budget DELETE /api/v1/available_budgets/{id} Delete an available budget.
AvailableBudgetsApi get_available_budget GET /api/v1/available_budgets/{id} Get a single available budget.
AvailableBudgetsApi list_available_budget GET /api/v1/available_budgets List all available budget amounts.
AvailableBudgetsApi store_available_budget POST /api/v1/available_budgets Store a new available budget
AvailableBudgetsApi update_available_budget PUT /api/v1/available_budgets/{id} Update existing available budget, to change for example the date range of the amount or the amount itself.
BillsApi delete_bill DELETE /api/v1/bills/{id} Delete a bill.
BillsApi get_bill GET /api/v1/bills/{id} Get a single bill.
BillsApi list_attachment_by_bill GET /api/v1/bills/{id}/attachments List all attachments uploaded to the bill.
BillsApi list_bill GET /api/v1/bills List all bills.
BillsApi list_rule_by_bill GET /api/v1/bills/{id}/rules List all rules associated with the bill.
BillsApi list_transaction_by_bill GET /api/v1/bills/{id}/transactions List all transactions associated with the bill.
BillsApi store_bill POST /api/v1/bills Store a new bill
BillsApi update_bill PUT /api/v1/bills/{id} Update existing bill.
BudgetsApi delete_budget DELETE /api/v1/budgets/{id} Delete a budget.
BudgetsApi delete_budget_limit DELETE /api/v1/budgets/{id}/limits/{limitId} Delete a budget limit.
BudgetsApi get_budget GET /api/v1/budgets/{id} Get a single budget.
BudgetsApi get_budget_limit GET /api/v1/budgets/{id}/limits/{limitId} Get single budget limit.
BudgetsApi list_attachment_by_budget GET /api/v1/budgets/{id}/attachments Lists all attachments of a budget.
BudgetsApi list_budget GET /api/v1/budgets List all budgets.
BudgetsApi list_budget_limit GET /api/v1/budget-limits Get list of budget limits by date
BudgetsApi list_budget_limit_by_budget GET /api/v1/budgets/{id}/limits Get all limits for a budget.
BudgetsApi list_transaction_by_budget GET /api/v1/budgets/{id}/transactions All transactions to a budget.
BudgetsApi list_transaction_by_budget_limit GET /api/v1/budgets/{id}/limits/{limitId}/transactions List all transactions by a budget limit ID.
BudgetsApi store_budget POST /api/v1/budgets Store a new budget
BudgetsApi store_budget_limit POST /api/v1/budgets/{id}/limits Store new budget limit.
BudgetsApi update_budget PUT /api/v1/budgets/{id} Update existing budget.
BudgetsApi update_budget_limit PUT /api/v1/budgets/{id}/limits/{limitId} Update existing budget limit.
CategoriesApi delete_category DELETE /api/v1/categories/{id} Delete a category.
CategoriesApi get_category GET /api/v1/categories/{id} Get a single category.
CategoriesApi list_attachment_by_category GET /api/v1/categories/{id}/attachments Lists all attachments.
CategoriesApi list_category GET /api/v1/categories List all categories.
CategoriesApi list_transaction_by_category GET /api/v1/categories/{id}/transactions List all transactions in a category.
CategoriesApi store_category POST /api/v1/categories Store a new category
CategoriesApi update_category PUT /api/v1/categories/{id} Update existing category.
ChartsApi get_chart_account_overview GET /api/v1/chart/account/overview Dashboard chart with asset account balance information.
ConfigurationApi get_configuration GET /api/v1/configuration Get Firefly III system configuration values.
CurrenciesApi default_currency POST /api/v1/currencies/{code}/default Make currency default currency.
CurrenciesApi delete_currency DELETE /api/v1/currencies/{code} Delete a currency.
CurrenciesApi disable_currency POST /api/v1/currencies/{code}/disable Disable a currency.
CurrenciesApi enable_currency POST /api/v1/currencies/{code}/enable Enable a single currency.
CurrenciesApi get_currency GET /api/v1/currencies/{code} Get a single currency.
CurrenciesApi get_default_currency GET /api/v1/currencies/default Get the user's default currency.
CurrenciesApi list_account_by_currency GET /api/v1/currencies/{code}/accounts List all accounts with this currency.
CurrenciesApi list_available_budget_by_currency GET /api/v1/currencies/{code}/available_budgets List all available budgets with this currency.
CurrenciesApi list_bill_by_currency GET /api/v1/currencies/{code}/bills List all bills with this currency.
CurrenciesApi list_budget_limit_by_currency GET /api/v1/currencies/{code}/budget_limits List all budget limits with this currency
CurrenciesApi list_currency GET /api/v1/currencies List all currencies.
CurrenciesApi list_recurrence_by_currency GET /api/v1/currencies/{code}/recurrences List all recurring transactions with this currency.
CurrenciesApi list_rule_by_currency GET /api/v1/currencies/{code}/rules List all rules with this currency.
CurrenciesApi list_transaction_by_currency GET /api/v1/currencies/{code}/transactions List all transactions with this currency.
CurrenciesApi store_currency POST /api/v1/currencies Store a new currency
CurrenciesApi update_currency PUT /api/v1/currencies/{code} Update existing currency.
DataApi bulk_update_transactions POST /api/v1/data/bulk/transactions Bulk update transaction properties. For more information, see https://docs.firefly-iii.org/firefly-iii/api/specials
DataApi destroy_data DELETE /api/v1/data/destroy Endpoint to destroy user data
DataApi export_accounts GET /api/v1/data/export/accounts Export account data from Firefly III
DataApi export_bills GET /api/v1/data/export/bills Export bills from Firefly III
DataApi export_budgets GET /api/v1/data/export/budgets Export budgets and budget amount data from Firefly III
DataApi export_categories GET /api/v1/data/export/categories Export category data from Firefly III
DataApi export_piggies GET /api/v1/data/export/piggy-banks Export piggy banks from Firefly III
DataApi export_recurring GET /api/v1/data/export/recurring Export recurring transaction data from Firefly III
DataApi export_rules GET /api/v1/data/export/rules Export rule groups and rule data from Firefly III
DataApi export_tags GET /api/v1/data/export/tags Export tag data from Firefly III
DataApi export_transactions GET /api/v1/data/export/transactions Export transaction data from Firefly III
InsightApi insight_expense_asset GET /api/v1/insight/expense/asset Insight into expenses, grouped by asset account.
InsightApi insight_expense_bill GET /api/v1/insight/expense/bill Insight into expenses, grouped by bill.
InsightApi insight_expense_budget GET /api/v1/insight/expense/budget Insight into expenses, grouped by budget.
InsightApi insight_expense_category GET /api/v1/insight/expense/category Insight into expenses, grouped by category.
InsightApi insight_expense_expense GET /api/v1/insight/expense/expense Insight into expenses, grouped by expense account.
InsightApi insight_expense_no_bill GET /api/v1/insight/expense/no-bill Insight into expenses, without bill.
InsightApi insight_expense_no_budget GET /api/v1/insight/expense/no-budget Insight into expenses, without budget.
InsightApi insight_expense_no_category GET /api/v1/insight/expense/no-category Insight into expenses, without category.
InsightApi insight_expense_no_tag GET /api/v1/insight/expense/no-tag Insight into expenses, without tag.
InsightApi insight_expense_tag GET /api/v1/insight/expense/tag Insight into expenses, grouped by tag.
InsightApi insight_expense_total GET /api/v1/insight/expense/total Insight into total expenses.
InsightApi insight_income_asset GET /api/v1/insight/income/asset Insight into income, grouped by asset account.
InsightApi insight_income_category GET /api/v1/insight/income/category Insight into income, grouped by category.
InsightApi insight_income_no_category GET /api/v1/insight/income/no-category Insight into income, without category.
InsightApi insight_income_no_tag GET /api/v1/insight/income/no-tag Insight into income, without tag.
InsightApi insight_income_revenue GET /api/v1/insight/income/revenue Insight into income, grouped by revenue account.
InsightApi insight_income_tag GET /api/v1/insight/income/tag Insight into income, grouped by tag.
InsightApi insight_income_total GET /api/v1/insight/income/total Insight into total income.
InsightApi insight_transfer_category GET /api/v1/insight/transfer/category Insight into transfers, grouped by category.
InsightApi insight_transfer_no_category GET /api/v1/insight/transfer/no-category Insight into transfers, without category.
InsightApi insight_transfer_no_tag GET /api/v1/insight/transfer/no-tag Insight into expenses, without tag.
InsightApi insight_transfer_tag GET /api/v1/insight/transfer/tag Insight into transfers, grouped by tag.
InsightApi insight_transfer_total GET /api/v1/insight/transfer/total Insight into total transfers.
InsightApi insight_transfers GET /api/v1/insight/transfer/asset Insight into transfers, grouped by account.
LinksApi delete_link_type DELETE /api/v1/link_types/{id} Permanently delete link type.
LinksApi delete_transaction_link DELETE /api/v1/transaction_links/{id} Permanently delete link between transactions.
LinksApi get_link_type GET /api/v1/link_types/{id} Get single a link type.
LinksApi get_transaction_link GET /api/v1/transaction_links/{id} Get a single link.
LinksApi list_link_type GET /api/v1/link_types List all types of links.
LinksApi list_transaction_by_link_type GET /api/v1/link_types/{id}/transactions List all transactions under this link type.
LinksApi list_transaction_link GET /api/v1/transaction_links List all transaction links.
LinksApi store_link_type POST /api/v1/link_types Create a new link type
LinksApi store_transaction_link POST /api/v1/transaction_links Create a new link between transactions
LinksApi update_link_type PUT /api/v1/link_types/{id} Update existing link type.
LinksApi update_transaction_link PUT /api/v1/transaction_links/{id} Update an existing link between transactions.
ObjectGroupsApi delete_object_group DELETE /api/v1/object_groups/{id} Delete a object group.
ObjectGroupsApi get_object_group GET /api/v1/object_groups/{id} Get a single object group.
ObjectGroupsApi list_bill_by_object_group GET /api/v1/object_groups/{id}/bills List all bills with this object group.
ObjectGroupsApi list_object_groups GET /api/v1/object_groups List all oject groups.
ObjectGroupsApi list_piggy_bank_by_object_group GET /api/v1/object_groups/{id}/piggy_banks List all piggy banks related to the object group.
ObjectGroupsApi update_object_group PUT /api/v1/object_groups/{id} Update existing object group.
PiggyBanksApi delete_piggy_bank DELETE /api/v1/piggy_banks/{id} Delete a piggy bank.
PiggyBanksApi get_piggy_bank GET /api/v1/piggy_banks/{id} Get a single piggy bank.
PiggyBanksApi list_attachment_by_piggy_bank GET /api/v1/piggy_banks/{id}/attachments Lists all attachments.
PiggyBanksApi list_event_by_piggy_bank GET /api/v1/piggy_banks/{id}/events List all events linked to a piggy bank.
PiggyBanksApi list_piggy_bank GET /api/v1/piggy_banks List all piggy banks.
PiggyBanksApi store_piggy_bank POST /api/v1/piggy_banks Store a new piggy bank
PiggyBanksApi update_piggy_bank PUT /api/v1/piggy_banks/{id} Update existing piggy bank.
PreferencesApi get_preference GET /api/v1/preferences/{name} Return a single preference.
PreferencesApi list_preference GET /api/v1/preferences List all users preferences.
PreferencesApi store_preference POST /api/v1/preferences Store a new preference for this user.
PreferencesApi update_preference PUT /api/v1/preferences/{name} Update preference
RecurrencesApi delete_recurrence DELETE /api/v1/recurrences/{id} Delete a recurring transaction.
RecurrencesApi get_recurrence GET /api/v1/recurrences/{id} Get a single recurring transaction.
RecurrencesApi list_recurrence GET /api/v1/recurrences List all recurring transactions.
RecurrencesApi list_transaction_by_recurrence GET /api/v1/recurrences/{id}/transactions List all transactions created by a recurring transaction.
RecurrencesApi store_recurrence POST /api/v1/recurrences Store a new recurring transaction
RecurrencesApi update_recurrence PUT /api/v1/recurrences/{id} Update existing recurring transaction.
RuleGroupsApi delete_rule_group DELETE /api/v1/rule_groups/{id} Delete a rule group.
RuleGroupsApi fire_rule_group POST /api/v1/rule_groups/{id}/trigger Fire the rule group on your transactions.
RuleGroupsApi get_rule_group GET /api/v1/rule_groups/{id} Get a single rule group.
RuleGroupsApi list_rule_by_group GET /api/v1/rule_groups/{id}/rules List rules in this rule group.
RuleGroupsApi list_rule_group GET /api/v1/rule_groups List all rule groups.
RuleGroupsApi store_rule_group POST /api/v1/rule_groups Store a new rule group.
RuleGroupsApi test_rule_group GET /api/v1/rule_groups/{id}/test Test which transactions would be hit by the rule group. No changes will be made.
RuleGroupsApi update_rule_group PUT /api/v1/rule_groups/{id} Update existing rule group.
RulesApi delete_rule DELETE /api/v1/rules/{id} Delete an rule.
RulesApi fire_rule POST /api/v1/rules/{id}/trigger Fire the rule on your transactions.
RulesApi get_rule GET /api/v1/rules/{id} Get a single rule.
RulesApi list_rule GET /api/v1/rules List all rules.
RulesApi store_rule POST /api/v1/rules Store a new rule
RulesApi test_rule GET /api/v1/rules/{id}/test Test which transactions would be hit by the rule. No changes will be made.
RulesApi update_rule PUT /api/v1/rules/{id} Update existing rule.
SearchApi search_accounts GET /api/v1/search/accounts Search for accounts
SearchApi search_transactions GET /api/v1/search/transactions Search for transactions
SummaryApi get_basic_summary GET /api/v1/summary/basic Returns basic sums of the users data.
TagsApi delete_tag DELETE /api/v1/tags/{tag} Delete an tag.
TagsApi get_tag GET /api/v1/tags/{tag} Get a single tag.
TagsApi list_attachment_by_tag GET /api/v1/tags/{tag}/attachments Lists all attachments.
TagsApi list_tag GET /api/v1/tags List all tags.
TagsApi list_transaction_by_tag GET /api/v1/tags/{tag}/transactions List all transactions with this tag.
TagsApi store_tag POST /api/v1/tags Store a new tag
TagsApi update_tag PUT /api/v1/tags/{tag} Update existing tag.
TransactionsApi delete_transaction DELETE /api/v1/transactions/{id} Delete a transaction.
TransactionsApi delete_transaction_journal DELETE /api/v1/transaction-journals/{id} Delete split from transaction
TransactionsApi get_transaction GET /api/v1/transactions/{id} Get a single transaction.
TransactionsApi get_transaction_by_journal GET /api/v1/transaction-journals/{id} Get a single transaction, based on one of the underlying transaction journals (transaction splits).
TransactionsApi list_attachment_by_transaction GET /api/v1/transactions/{id}/attachments Lists all attachments.
TransactionsApi list_event_by_transaction GET /api/v1/transactions/{id}/piggy_bank_events Lists all piggy bank events.
TransactionsApi list_links_by_journal GET /api/v1/transaction-journals/{id}/links Lists all the transaction links for an individual journal (individual split).
TransactionsApi list_transaction GET /api/v1/transactions List all the user's transactions.
TransactionsApi store_transaction POST /api/v1/transactions Store a new transaction
TransactionsApi update_transaction PUT /api/v1/transactions/{id} Update existing transaction. For more information, see https://docs.firefly-iii.org/firefly-iii/api/specials
UsersApi delete_user DELETE /api/v1/users/{id} Delete a user.
UsersApi get_user GET /api/v1/users/{id} Get a single user.
UsersApi list_user GET /api/v1/users List all users.
UsersApi store_user POST /api/v1/users Store a new user
UsersApi update_user PUT /api/v1/users/{id} Update an existing user's information.
WebhooksApi delete_webhook DELETE /api/v1/webhooks/{id} Delete a webhook.
WebhooksApi delete_webhook_message DELETE /api/v1/webhooks/{id}/messages/{messageId} Delete a webhook message.
WebhooksApi delete_webhook_message_attempt DELETE /api/v1/webhooks/{id}/messages/{messageId}/attempts/{attemptId} Delete a webhook attempt.
WebhooksApi get_single_webhook_message GET /api/v1/webhooks/{id}/messages/{messageId} Get a single message from a webhook.
WebhooksApi get_single_webhook_message_attempt GET /api/v1/webhooks/{id}/messages/{messageId}/attempts/{attemptId} Get a single failed attempt from a single webhook message.
WebhooksApi get_webhook GET /api/v1/webhooks/{id} Get a single webhook.
WebhooksApi get_webhook_message_attempts GET /api/v1/webhooks/{id}/messages/{messageId}/attempts Get all the failed attempts of a single webhook message.
WebhooksApi get_webhook_messages GET /api/v1/webhooks/{id}/messages Get all the messages of a single webhook.
WebhooksApi list_webhook GET /api/v1/webhooks List all webhooks.
WebhooksApi store_webhook POST /api/v1/webhooks Store a new webhook
WebhooksApi submit_webook POST /api/v1/webhooks/{id}/submit Submit messages for a webhook.
WebhooksApi update_webhook PUT /api/v1/webhooks/{id} Update existing webhook.

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

[email protected]

firefly-iii-rs's People

Contributors

barskern avatar georgehahn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.