.gitignore
.travis.yml
Cargo.toml
README.md
docs/Account.md
docs/AccountResponse.md
docs/AccountResponseData.md
docs/AccountType.md
docs/AccountsApi.md
docs/AccountsResponse.md
docs/AccountsResponseData.md
docs/BudgetDetail.md
docs/BudgetDetailResponse.md
docs/BudgetDetailResponseData.md
docs/BudgetSettings.md
docs/BudgetSettingsResponse.md
docs/BudgetSettingsResponseData.md
docs/BudgetSummary.md
docs/BudgetSummaryResponse.md
docs/BudgetSummaryResponseData.md
docs/BudgetsApi.md
docs/BulkResponse.md
docs/BulkResponseData.md
docs/BulkResponseDataBulk.md
docs/BulkTransactions.md
docs/CategoriesApi.md
docs/CategoriesResponse.md
docs/CategoriesResponseData.md
docs/Category.md
docs/CategoryGroup.md
docs/CategoryGroupWithCategories.md
docs/CategoryResponse.md
docs/CategoryResponseData.md
docs/CurrencyFormat.md
docs/DateFormat.md
docs/ErrorDetail.md
docs/ErrorResponse.md
docs/ExistingTransaction.md
docs/HybridTransaction.md
docs/HybridTransactionsResponse.md
docs/HybridTransactionsResponseData.md
docs/MonthDetail.md
docs/MonthDetailResponse.md
docs/MonthDetailResponseData.md
docs/MonthSummariesResponse.md
docs/MonthSummariesResponseData.md
docs/MonthSummary.md
docs/MonthsApi.md
docs/NewTransaction.md
docs/PatchCategoryWrapper.md
docs/PatchMonthCategoryWrapper.md
docs/PatchPayeeWrapper.md
docs/PatchTransactionsWrapper.md
docs/Payee.md
docs/PayeeLocation.md
docs/PayeeLocationResponse.md
docs/PayeeLocationResponseData.md
docs/PayeeLocationsApi.md
docs/PayeeLocationsResponse.md
docs/PayeeLocationsResponseData.md
docs/PayeeResponse.md
docs/PayeeResponseData.md
docs/PayeesApi.md
docs/PayeesResponse.md
docs/PayeesResponseData.md
docs/PostAccountWrapper.md
docs/PostScheduledTransactionWrapper.md
docs/PostTransactionsWrapper.md
docs/PutTransactionWrapper.md
docs/SaveAccount.md
docs/SaveCategory.md
docs/SaveCategoryResponse.md
docs/SaveCategoryResponseData.md
docs/SaveMonthCategory.md
docs/SavePayee.md
docs/SavePayeeResponse.md
docs/SavePayeeResponseData.md
docs/SaveScheduledTransaction.md
docs/SaveSubTransaction.md
docs/SaveTransactionWithIdOrImportId.md
docs/SaveTransactionWithOptionalFields.md
docs/SaveTransactionsResponse.md
docs/SaveTransactionsResponseData.md
docs/ScheduledSubTransaction.md
docs/ScheduledTransactionDetail.md
docs/ScheduledTransactionFrequency.md
docs/ScheduledTransactionResponse.md
docs/ScheduledTransactionResponseData.md
docs/ScheduledTransactionSummary.md
docs/ScheduledTransactionsApi.md
docs/ScheduledTransactionsResponse.md
docs/ScheduledTransactionsResponseData.md
docs/SubTransaction.md
docs/TransactionClearedStatus.md
docs/TransactionDetail.md
docs/TransactionFlagColor.md
docs/TransactionResponse.md
docs/TransactionResponseData.md
docs/TransactionSummary.md
docs/TransactionsApi.md
docs/TransactionsImportResponse.md
docs/TransactionsImportResponseData.md
docs/TransactionsResponse.md
docs/TransactionsResponseData.md
docs/User.md
docs/UserApi.md
docs/UserResponse.md
docs/UserResponseData.md
git_push.sh
src/apis/accounts_api.rs
src/apis/budgets_api.rs
src/apis/categories_api.rs
src/apis/configuration.rs
src/apis/mod.rs
src/apis/months_api.rs
src/apis/payee_locations_api.rs
src/apis/payees_api.rs
src/apis/scheduled_transactions_api.rs
src/apis/transactions_api.rs
src/apis/user_api.rs
src/lib.rs
src/models/account.rs
src/models/account_response.rs
src/models/account_response_data.rs
src/models/account_type.rs
src/models/accounts_response.rs
src/models/accounts_response_data.rs
src/models/budget_detail.rs
src/models/budget_detail_response.rs
src/models/budget_detail_response_data.rs
src/models/budget_settings.rs
src/models/budget_settings_response.rs
src/models/budget_settings_response_data.rs
src/models/budget_summary.rs
src/models/budget_summary_response.rs
src/models/budget_summary_response_data.rs
src/models/bulk_response.rs
src/models/bulk_response_data.rs
src/models/bulk_response_data_bulk.rs
src/models/bulk_transactions.rs
src/models/categories_response.rs
src/models/categories_response_data.rs
src/models/category.rs
src/models/category_group.rs
src/models/category_group_with_categories.rs
src/models/category_response.rs
src/models/category_response_data.rs
src/models/currency_format.rs
src/models/date_format.rs
src/models/error_detail.rs
src/models/error_response.rs
src/models/existing_transaction.rs
src/models/hybrid_transaction.rs
src/models/hybrid_transactions_response.rs
src/models/hybrid_transactions_response_data.rs
src/models/mod.rs
src/models/month_detail.rs
src/models/month_detail_response.rs
src/models/month_detail_response_data.rs
src/models/month_summaries_response.rs
src/models/month_summaries_response_data.rs
src/models/month_summary.rs
src/models/new_transaction.rs
src/models/patch_category_wrapper.rs
src/models/patch_month_category_wrapper.rs
src/models/patch_payee_wrapper.rs
src/models/patch_transactions_wrapper.rs
src/models/payee.rs
src/models/payee_location.rs
src/models/payee_location_response.rs
src/models/payee_location_response_data.rs
src/models/payee_locations_response.rs
src/models/payee_locations_response_data.rs
src/models/payee_response.rs
src/models/payee_response_data.rs
src/models/payees_response.rs
src/models/payees_response_data.rs
src/models/post_account_wrapper.rs
src/models/post_scheduled_transaction_wrapper.rs
src/models/post_transactions_wrapper.rs
src/models/put_transaction_wrapper.rs
src/models/save_account.rs
src/models/save_category.rs
src/models/save_category_response.rs
src/models/save_category_response_data.rs
src/models/save_month_category.rs
src/models/save_payee.rs
src/models/save_payee_response.rs
src/models/save_payee_response_data.rs
src/models/save_scheduled_transaction.rs
src/models/save_sub_transaction.rs
src/models/save_transaction_with_id_or_import_id.rs
src/models/save_transaction_with_optional_fields.rs
src/models/save_transactions_response.rs
src/models/save_transactions_response_data.rs
src/models/scheduled_sub_transaction.rs
src/models/scheduled_transaction_detail.rs
src/models/scheduled_transaction_frequency.rs
src/models/scheduled_transaction_response.rs
src/models/scheduled_transaction_response_data.rs
src/models/scheduled_transaction_summary.rs
src/models/scheduled_transactions_response.rs
src/models/scheduled_transactions_response_data.rs
src/models/sub_transaction.rs
src/models/transaction_cleared_status.rs
src/models/transaction_detail.rs
src/models/transaction_flag_color.rs
src/models/transaction_response.rs
src/models/transaction_response_data.rs
src/models/transaction_summary.rs
src/models/transactions_import_response.rs
src/models/transactions_import_response_data.rs
src/models/transactions_response.rs
src/models/transactions_response_data.rs
src/models/user.rs
src/models/user_response.rs
src/models/user_response_data.rs