up_banking 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +219 -0
- data/Rakefile +10 -0
- data/config.json +11 -0
- data/docs/AccountResource.md +26 -0
- data/docs/AccountResourceAttributes.md +26 -0
- data/docs/AccountResourceAttributesBalance.md +22 -0
- data/docs/AccountResourceLinks.md +18 -0
- data/docs/AccountResourceRelationships.md +18 -0
- data/docs/AccountResourceRelationshipsTransactions.md +18 -0
- data/docs/AccountResourceRelationshipsTransactionsLinks.md +18 -0
- data/docs/AccountTypeEnum.md +15 -0
- data/docs/AccountsApi.md +153 -0
- data/docs/CashbackObject.md +20 -0
- data/docs/CashbackObjectAmount.md +22 -0
- data/docs/CategoriesApi.md +222 -0
- data/docs/CategoryInputResourceIdentifier.md +20 -0
- data/docs/CategoryResource.md +26 -0
- data/docs/CategoryResourceAttributes.md +18 -0
- data/docs/CategoryResourceRelationships.md +20 -0
- data/docs/CategoryResourceRelationshipsChildren.md +20 -0
- data/docs/CategoryResourceRelationshipsChildrenDataInner.md +20 -0
- data/docs/CategoryResourceRelationshipsParent.md +20 -0
- data/docs/CategoryResourceRelationshipsParentData.md +20 -0
- data/docs/CreateWebhookRequest.md +18 -0
- data/docs/CreateWebhookRequestData.md +18 -0
- data/docs/CreateWebhookResponse.md +18 -0
- data/docs/CreateWebhookResponseData.md +26 -0
- data/docs/ErrorObject.md +24 -0
- data/docs/ErrorObjectSource.md +20 -0
- data/docs/ErrorResponse.md +18 -0
- data/docs/GetAccountResponse.md +18 -0
- data/docs/GetAccountResponseData.md +26 -0
- data/docs/GetCategoryResponse.md +18 -0
- data/docs/GetCategoryResponseData.md +26 -0
- data/docs/GetTransactionResponse.md +18 -0
- data/docs/GetTransactionResponseData.md +26 -0
- data/docs/GetWebhookResponse.md +18 -0
- data/docs/GetWebhookResponseData.md +26 -0
- data/docs/HoldInfoObject.md +20 -0
- data/docs/HoldInfoObjectAmount.md +22 -0
- data/docs/HoldInfoObjectForeignAmount.md +22 -0
- data/docs/ListAccountsResponse.md +20 -0
- data/docs/ListAccountsResponseLinks.md +20 -0
- data/docs/ListCategoriesResponse.md +18 -0
- data/docs/ListTagsResponse.md +20 -0
- data/docs/ListTransactionsResponse.md +20 -0
- data/docs/ListWebhookDeliveryLogsResponse.md +20 -0
- data/docs/ListWebhooksResponse.md +20 -0
- data/docs/MoneyObject.md +22 -0
- data/docs/OwnershipTypeEnum.md +15 -0
- data/docs/PingResponse.md +18 -0
- data/docs/PingResponseMeta.md +20 -0
- data/docs/RoundUpObject.md +20 -0
- data/docs/RoundUpObjectAmount.md +22 -0
- data/docs/RoundUpObjectBoostPortion.md +22 -0
- data/docs/TagInputResourceIdentifier.md +20 -0
- data/docs/TagResource.md +22 -0
- data/docs/TagsApi.md +225 -0
- data/docs/TransactionResource.md +26 -0
- data/docs/TransactionResourceAttributes.md +40 -0
- data/docs/TransactionResourceAttributesAmount.md +22 -0
- data/docs/TransactionResourceAttributesCashback.md +20 -0
- data/docs/TransactionResourceAttributesForeignAmount.md +22 -0
- data/docs/TransactionResourceAttributesHoldInfo.md +20 -0
- data/docs/TransactionResourceAttributesRoundUp.md +20 -0
- data/docs/TransactionResourceRelationships.md +26 -0
- data/docs/TransactionResourceRelationshipsAccount.md +20 -0
- data/docs/TransactionResourceRelationshipsAccountData.md +20 -0
- data/docs/TransactionResourceRelationshipsCategory.md +20 -0
- data/docs/TransactionResourceRelationshipsCategoryLinks.md +20 -0
- data/docs/TransactionResourceRelationshipsTags.md +20 -0
- data/docs/TransactionResourceRelationshipsTagsDataInner.md +20 -0
- data/docs/TransactionResourceRelationshipsTagsLinks.md +18 -0
- data/docs/TransactionResourceRelationshipsTransferAccount.md +20 -0
- data/docs/TransactionResourceRelationshipsTransferAccountData.md +20 -0
- data/docs/TransactionStatusEnum.md +15 -0
- data/docs/TransactionsApi.md +243 -0
- data/docs/UpdateTransactionCategoryRequest.md +18 -0
- data/docs/UpdateTransactionCategoryRequestData.md +20 -0
- data/docs/UpdateTransactionTagsRequest.md +18 -0
- data/docs/UtilityEndpointsApi.md +74 -0
- data/docs/WebhookDeliveryLogResource.md +24 -0
- data/docs/WebhookDeliveryLogResourceAttributes.md +24 -0
- data/docs/WebhookDeliveryLogResourceAttributesRequest.md +18 -0
- data/docs/WebhookDeliveryLogResourceAttributesResponse.md +20 -0
- data/docs/WebhookDeliveryLogResourceRelationships.md +18 -0
- data/docs/WebhookDeliveryLogResourceRelationshipsWebhookEvent.md +18 -0
- data/docs/WebhookDeliveryLogResourceRelationshipsWebhookEventData.md +20 -0
- data/docs/WebhookDeliveryStatusEnum.md +15 -0
- data/docs/WebhookEventCallback.md +18 -0
- data/docs/WebhookEventCallbackData.md +24 -0
- data/docs/WebhookEventResource.md +24 -0
- data/docs/WebhookEventResourceAttributes.md +20 -0
- data/docs/WebhookEventResourceRelationships.md +20 -0
- data/docs/WebhookEventResourceRelationshipsTransaction.md +20 -0
- data/docs/WebhookEventResourceRelationshipsTransactionData.md +20 -0
- data/docs/WebhookEventResourceRelationshipsWebhook.md +20 -0
- data/docs/WebhookEventResourceRelationshipsWebhookData.md +20 -0
- data/docs/WebhookEventTypeEnum.md +15 -0
- data/docs/WebhookInputResource.md +18 -0
- data/docs/WebhookInputResourceAttributes.md +20 -0
- data/docs/WebhookResource.md +26 -0
- data/docs/WebhookResourceAttributes.md +24 -0
- data/docs/WebhookResourceRelationships.md +18 -0
- data/docs/WebhooksApi.md +434 -0
- data/git_push.sh +57 -0
- data/lib/.DS_Store +0 -0
- data/lib/up_banking/.DS_Store +0 -0
- data/lib/up_banking/api/accounts_api.rb +151 -0
- data/lib/up_banking/api/categories_api.rb +213 -0
- data/lib/up_banking/api/tags_api.rb +218 -0
- data/lib/up_banking/api/transactions_api.rb +241 -0
- data/lib/up_banking/api/utility_endpoints_api.rb +79 -0
- data/lib/up_banking/api/webhooks_api.rb +399 -0
- data/lib/up_banking/api_client.rb +392 -0
- data/lib/up_banking/api_error.rb +57 -0
- data/lib/up_banking/configuration.rb +279 -0
- data/lib/up_banking/models/account_resource.rb +278 -0
- data/lib/up_banking/models/account_resource_attributes.rb +284 -0
- data/lib/up_banking/models/account_resource_attributes_balance.rb +263 -0
- data/lib/up_banking/models/account_resource_links.rb +225 -0
- data/lib/up_banking/models/account_resource_relationships.rb +224 -0
- data/lib/up_banking/models/account_resource_relationships_transactions.rb +219 -0
- data/lib/up_banking/models/account_resource_relationships_transactions_links.rb +225 -0
- data/lib/up_banking/models/account_type_enum.rb +40 -0
- data/lib/up_banking/models/cashback_object.rb +240 -0
- data/lib/up_banking/models/cashback_object_amount.rb +263 -0
- data/lib/up_banking/models/category_input_resource_identifier.rb +241 -0
- data/lib/up_banking/models/category_resource.rb +278 -0
- data/lib/up_banking/models/category_resource_attributes.rb +225 -0
- data/lib/up_banking/models/category_resource_relationships.rb +238 -0
- data/lib/up_banking/models/category_resource_relationships_children.rb +235 -0
- data/lib/up_banking/models/category_resource_relationships_children_data_inner.rb +240 -0
- data/lib/up_banking/models/category_resource_relationships_parent.rb +229 -0
- data/lib/up_banking/models/category_resource_relationships_parent_data.rb +240 -0
- data/lib/up_banking/models/create_webhook_request.rb +225 -0
- data/lib/up_banking/models/create_webhook_request_data.rb +232 -0
- data/lib/up_banking/models/create_webhook_response.rb +225 -0
- data/lib/up_banking/models/create_webhook_response_data.rb +285 -0
- data/lib/up_banking/models/error_object.rb +265 -0
- data/lib/up_banking/models/error_object_source.rb +231 -0
- data/lib/up_banking/models/error_response.rb +228 -0
- data/lib/up_banking/models/get_account_response.rb +225 -0
- data/lib/up_banking/models/get_account_response_data.rb +285 -0
- data/lib/up_banking/models/get_category_response.rb +225 -0
- data/lib/up_banking/models/get_category_response_data.rb +285 -0
- data/lib/up_banking/models/get_transaction_response.rb +225 -0
- data/lib/up_banking/models/get_transaction_response_data.rb +285 -0
- data/lib/up_banking/models/get_webhook_response.rb +225 -0
- data/lib/up_banking/models/get_webhook_response_data.rb +285 -0
- data/lib/up_banking/models/hold_info_object.rb +235 -0
- data/lib/up_banking/models/hold_info_object_amount.rb +263 -0
- data/lib/up_banking/models/hold_info_object_foreign_amount.rb +263 -0
- data/lib/up_banking/models/list_accounts_response.rb +242 -0
- data/lib/up_banking/models/list_accounts_response_links.rb +232 -0
- data/lib/up_banking/models/list_categories_response.rb +228 -0
- data/lib/up_banking/models/list_tags_response.rb +242 -0
- data/lib/up_banking/models/list_transactions_response.rb +242 -0
- data/lib/up_banking/models/list_webhook_delivery_logs_response.rb +242 -0
- data/lib/up_banking/models/list_webhooks_response.rb +242 -0
- data/lib/up_banking/models/money_object.rb +256 -0
- data/lib/up_banking/models/ownership_type_enum.rb +40 -0
- data/lib/up_banking/models/ping_response.rb +225 -0
- data/lib/up_banking/models/ping_response_meta.rb +240 -0
- data/lib/up_banking/models/round_up_object.rb +235 -0
- data/lib/up_banking/models/round_up_object_amount.rb +263 -0
- data/lib/up_banking/models/round_up_object_boost_portion.rb +263 -0
- data/lib/up_banking/models/tag_input_resource_identifier.rb +241 -0
- data/lib/up_banking/models/tag_resource.rb +255 -0
- data/lib/up_banking/models/transaction_resource.rb +277 -0
- data/lib/up_banking/models/transaction_resource_attributes.rb +357 -0
- data/lib/up_banking/models/transaction_resource_attributes_amount.rb +263 -0
- data/lib/up_banking/models/transaction_resource_attributes_cashback.rb +247 -0
- data/lib/up_banking/models/transaction_resource_attributes_foreign_amount.rb +263 -0
- data/lib/up_banking/models/transaction_resource_attributes_hold_info.rb +242 -0
- data/lib/up_banking/models/transaction_resource_attributes_round_up.rb +242 -0
- data/lib/up_banking/models/transaction_resource_relationships.rb +280 -0
- data/lib/up_banking/models/transaction_resource_relationships_account.rb +233 -0
- data/lib/up_banking/models/transaction_resource_relationships_account_data.rb +240 -0
- data/lib/up_banking/models/transaction_resource_relationships_category.rb +229 -0
- data/lib/up_banking/models/transaction_resource_relationships_category_links.rb +235 -0
- data/lib/up_banking/models/transaction_resource_relationships_tags.rb +235 -0
- data/lib/up_banking/models/transaction_resource_relationships_tags_data_inner.rb +240 -0
- data/lib/up_banking/models/transaction_resource_relationships_tags_links.rb +225 -0
- data/lib/up_banking/models/transaction_resource_relationships_transfer_account.rb +230 -0
- data/lib/up_banking/models/transaction_resource_relationships_transfer_account_data.rb +240 -0
- data/lib/up_banking/models/transaction_status_enum.rb +40 -0
- data/lib/up_banking/models/update_transaction_category_request.rb +221 -0
- data/lib/up_banking/models/update_transaction_category_request_data.rb +248 -0
- data/lib/up_banking/models/update_transaction_tags_request.rb +228 -0
- data/lib/up_banking/models/webhook_delivery_log_resource.rb +269 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_attributes.rb +264 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_attributes_request.rb +226 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_attributes_response.rb +241 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_relationships.rb +224 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_relationships_webhook_event.rb +224 -0
- data/lib/up_banking/models/webhook_delivery_log_resource_relationships_webhook_event_data.rb +240 -0
- data/lib/up_banking/models/webhook_delivery_status_enum.rb +41 -0
- data/lib/up_banking/models/webhook_event_callback.rb +225 -0
- data/lib/up_banking/models/webhook_event_callback_data.rb +276 -0
- data/lib/up_banking/models/webhook_event_resource.rb +269 -0
- data/lib/up_banking/models/webhook_event_resource_attributes.rb +240 -0
- data/lib/up_banking/models/webhook_event_resource_relationships.rb +233 -0
- data/lib/up_banking/models/webhook_event_resource_relationships_transaction.rb +233 -0
- data/lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb +240 -0
- data/lib/up_banking/models/webhook_event_resource_relationships_webhook.rb +233 -0
- data/lib/up_banking/models/webhook_event_resource_relationships_webhook_data.rb +240 -0
- data/lib/up_banking/models/webhook_event_type_enum.rb +42 -0
- data/lib/up_banking/models/webhook_input_resource.rb +225 -0
- data/lib/up_banking/models/webhook_input_resource_attributes.rb +236 -0
- data/lib/up_banking/models/webhook_resource.rb +278 -0
- data/lib/up_banking/models/webhook_resource_attributes.rb +261 -0
- data/lib/up_banking/models/webhook_resource_relationships.rb +224 -0
- data/lib/up_banking/version.rb +15 -0
- data/lib/up_banking.rb +141 -0
- data/spec/.DS_Store +0 -0
- data/spec/api/accounts_api_spec.rb +61 -0
- data/spec/api/categories_api_spec.rb +72 -0
- data/spec/api/tags_api_spec.rb +73 -0
- data/spec/api/transactions_api_spec.rb +82 -0
- data/spec/api/utility_endpoints_api_spec.rb +46 -0
- data/spec/api/webhooks_api_spec.rb +108 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_resource_attributes_balance_spec.rb +46 -0
- data/spec/models/account_resource_attributes_spec.rb +58 -0
- data/spec/models/account_resource_links_spec.rb +34 -0
- data/spec/models/account_resource_relationships_spec.rb +34 -0
- data/spec/models/account_resource_relationships_transactions_links_spec.rb +34 -0
- data/spec/models/account_resource_relationships_transactions_spec.rb +34 -0
- data/spec/models/account_resource_spec.rb +58 -0
- data/spec/models/account_type_enum_spec.rb +28 -0
- data/spec/models/cashback_object_amount_spec.rb +46 -0
- data/spec/models/cashback_object_spec.rb +40 -0
- data/spec/models/category_input_resource_identifier_spec.rb +40 -0
- data/spec/models/category_resource_attributes_spec.rb +34 -0
- data/spec/models/category_resource_relationships_children_data_inner_spec.rb +40 -0
- data/spec/models/category_resource_relationships_children_spec.rb +40 -0
- data/spec/models/category_resource_relationships_parent_data_spec.rb +40 -0
- data/spec/models/category_resource_relationships_parent_spec.rb +40 -0
- data/spec/models/category_resource_relationships_spec.rb +40 -0
- data/spec/models/category_resource_spec.rb +58 -0
- data/spec/models/create_webhook_request_data_spec.rb +34 -0
- data/spec/models/create_webhook_request_spec.rb +34 -0
- data/spec/models/create_webhook_response_data_spec.rb +58 -0
- data/spec/models/create_webhook_response_spec.rb +34 -0
- data/spec/models/error_object_source_spec.rb +40 -0
- data/spec/models/error_object_spec.rb +52 -0
- data/spec/models/error_response_spec.rb +34 -0
- data/spec/models/get_account_response_data_spec.rb +58 -0
- data/spec/models/get_account_response_spec.rb +34 -0
- data/spec/models/get_category_response_data_spec.rb +58 -0
- data/spec/models/get_category_response_spec.rb +34 -0
- data/spec/models/get_transaction_response_data_spec.rb +58 -0
- data/spec/models/get_transaction_response_spec.rb +34 -0
- data/spec/models/get_webhook_response_data_spec.rb +58 -0
- data/spec/models/get_webhook_response_spec.rb +34 -0
- data/spec/models/hold_info_object_amount_spec.rb +46 -0
- data/spec/models/hold_info_object_foreign_amount_spec.rb +46 -0
- data/spec/models/hold_info_object_spec.rb +40 -0
- data/spec/models/list_accounts_response_links_spec.rb +40 -0
- data/spec/models/list_accounts_response_spec.rb +40 -0
- data/spec/models/list_categories_response_spec.rb +34 -0
- data/spec/models/list_tags_response_spec.rb +40 -0
- data/spec/models/list_transactions_response_spec.rb +40 -0
- data/spec/models/list_webhook_delivery_logs_response_spec.rb +40 -0
- data/spec/models/list_webhooks_response_spec.rb +40 -0
- data/spec/models/money_object_spec.rb +46 -0
- data/spec/models/ownership_type_enum_spec.rb +28 -0
- data/spec/models/ping_response_meta_spec.rb +40 -0
- data/spec/models/ping_response_spec.rb +34 -0
- data/spec/models/round_up_object_amount_spec.rb +46 -0
- data/spec/models/round_up_object_boost_portion_spec.rb +46 -0
- data/spec/models/round_up_object_spec.rb +40 -0
- data/spec/models/tag_input_resource_identifier_spec.rb +40 -0
- data/spec/models/tag_resource_spec.rb +46 -0
- data/spec/models/transaction_resource_attributes_amount_spec.rb +46 -0
- data/spec/models/transaction_resource_attributes_cashback_spec.rb +40 -0
- data/spec/models/transaction_resource_attributes_foreign_amount_spec.rb +46 -0
- data/spec/models/transaction_resource_attributes_hold_info_spec.rb +40 -0
- data/spec/models/transaction_resource_attributes_round_up_spec.rb +40 -0
- data/spec/models/transaction_resource_attributes_spec.rb +100 -0
- data/spec/models/transaction_resource_relationships_account_data_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_account_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_category_links_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_category_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_spec.rb +58 -0
- data/spec/models/transaction_resource_relationships_tags_data_inner_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_tags_links_spec.rb +34 -0
- data/spec/models/transaction_resource_relationships_tags_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_transfer_account_data_spec.rb +40 -0
- data/spec/models/transaction_resource_relationships_transfer_account_spec.rb +40 -0
- data/spec/models/transaction_resource_spec.rb +58 -0
- data/spec/models/transaction_status_enum_spec.rb +28 -0
- data/spec/models/update_transaction_category_request_data_spec.rb +40 -0
- data/spec/models/update_transaction_category_request_spec.rb +34 -0
- data/spec/models/update_transaction_tags_request_spec.rb +34 -0
- data/spec/models/webhook_delivery_log_resource_attributes_request_spec.rb +34 -0
- data/spec/models/webhook_delivery_log_resource_attributes_response_spec.rb +40 -0
- data/spec/models/webhook_delivery_log_resource_attributes_spec.rb +52 -0
- data/spec/models/webhook_delivery_log_resource_relationships_spec.rb +34 -0
- data/spec/models/webhook_delivery_log_resource_relationships_webhook_event_data_spec.rb +40 -0
- data/spec/models/webhook_delivery_log_resource_relationships_webhook_event_spec.rb +34 -0
- data/spec/models/webhook_delivery_log_resource_spec.rb +52 -0
- data/spec/models/webhook_delivery_status_enum_spec.rb +28 -0
- data/spec/models/webhook_event_callback_data_spec.rb +52 -0
- data/spec/models/webhook_event_callback_spec.rb +34 -0
- data/spec/models/webhook_event_resource_attributes_spec.rb +40 -0
- data/spec/models/webhook_event_resource_relationships_spec.rb +40 -0
- data/spec/models/webhook_event_resource_relationships_transaction_data_spec.rb +40 -0
- data/spec/models/webhook_event_resource_relationships_transaction_spec.rb +40 -0
- data/spec/models/webhook_event_resource_relationships_webhook_data_spec.rb +40 -0
- data/spec/models/webhook_event_resource_relationships_webhook_spec.rb +40 -0
- data/spec/models/webhook_event_resource_spec.rb +52 -0
- data/spec/models/webhook_event_type_enum_spec.rb +28 -0
- data/spec/models/webhook_input_resource_attributes_spec.rb +40 -0
- data/spec/models/webhook_input_resource_spec.rb +34 -0
- data/spec/models/webhook_resource_attributes_spec.rb +52 -0
- data/spec/models/webhook_resource_relationships_spec.rb +34 -0
- data/spec/models/webhook_resource_spec.rb +58 -0
- data/spec/spec_helper.rb +111 -0
- data/up_banking.gemspec +38 -0
- metadata +511 -0
data/up_banking.gemspec
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
=begin
|
|
4
|
+
#Up API
|
|
5
|
+
|
|
6
|
+
#The Up API gives you programmatic access to your balances and transaction data. You can request past transactions or set up webhooks to receive real-time events when new transactions hit your account. It’s new, it’s exciting and it’s just the beginning.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v1
|
|
9
|
+
|
|
10
|
+
Generated by: https://openapi-generator.tech
|
|
11
|
+
OpenAPI Generator version: 6.2.0
|
|
12
|
+
|
|
13
|
+
=end
|
|
14
|
+
|
|
15
|
+
$:.push File.expand_path("../lib", __FILE__)
|
|
16
|
+
require "up_banking/version"
|
|
17
|
+
|
|
18
|
+
Gem::Specification.new do |s|
|
|
19
|
+
s.name = "up_banking"
|
|
20
|
+
s.version = UpBankingClient::VERSION
|
|
21
|
+
s.platform = Gem::Platform::RUBY
|
|
22
|
+
s.authors = ["Ben Richardson"]
|
|
23
|
+
s.email = [""]
|
|
24
|
+
s.homepage = "https://github.com/ben-gy/up_banking"
|
|
25
|
+
s.summary = "Unofficial Ruby gem for the Up Banking API"
|
|
26
|
+
s.description = "Unofficial Ruby gem for the Up Banking API"
|
|
27
|
+
s.license = "Unlicense"
|
|
28
|
+
s.required_ruby_version = ">= 2.4"
|
|
29
|
+
|
|
30
|
+
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
31
|
+
|
|
32
|
+
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
33
|
+
|
|
34
|
+
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
|
35
|
+
s.test_files = `find spec/*`.split("\n")
|
|
36
|
+
s.executables = []
|
|
37
|
+
s.require_paths = ["lib"]
|
|
38
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,511 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: up_banking
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Ben Richardson
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2022-10-05 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: typhoeus
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.0'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 1.0.1
|
|
23
|
+
type: :runtime
|
|
24
|
+
prerelease: false
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - "~>"
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '1.0'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 1.0.1
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: rspec
|
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '3.6'
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 3.6.0
|
|
43
|
+
type: :development
|
|
44
|
+
prerelease: false
|
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
46
|
+
requirements:
|
|
47
|
+
- - "~>"
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '3.6'
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: 3.6.0
|
|
53
|
+
description: Unofficial Ruby gem for the Up Banking API
|
|
54
|
+
email:
|
|
55
|
+
- ''
|
|
56
|
+
executables: []
|
|
57
|
+
extensions: []
|
|
58
|
+
extra_rdoc_files: []
|
|
59
|
+
files:
|
|
60
|
+
- Gemfile
|
|
61
|
+
- README.md
|
|
62
|
+
- Rakefile
|
|
63
|
+
- config.json
|
|
64
|
+
- docs/AccountResource.md
|
|
65
|
+
- docs/AccountResourceAttributes.md
|
|
66
|
+
- docs/AccountResourceAttributesBalance.md
|
|
67
|
+
- docs/AccountResourceLinks.md
|
|
68
|
+
- docs/AccountResourceRelationships.md
|
|
69
|
+
- docs/AccountResourceRelationshipsTransactions.md
|
|
70
|
+
- docs/AccountResourceRelationshipsTransactionsLinks.md
|
|
71
|
+
- docs/AccountTypeEnum.md
|
|
72
|
+
- docs/AccountsApi.md
|
|
73
|
+
- docs/CashbackObject.md
|
|
74
|
+
- docs/CashbackObjectAmount.md
|
|
75
|
+
- docs/CategoriesApi.md
|
|
76
|
+
- docs/CategoryInputResourceIdentifier.md
|
|
77
|
+
- docs/CategoryResource.md
|
|
78
|
+
- docs/CategoryResourceAttributes.md
|
|
79
|
+
- docs/CategoryResourceRelationships.md
|
|
80
|
+
- docs/CategoryResourceRelationshipsChildren.md
|
|
81
|
+
- docs/CategoryResourceRelationshipsChildrenDataInner.md
|
|
82
|
+
- docs/CategoryResourceRelationshipsParent.md
|
|
83
|
+
- docs/CategoryResourceRelationshipsParentData.md
|
|
84
|
+
- docs/CreateWebhookRequest.md
|
|
85
|
+
- docs/CreateWebhookRequestData.md
|
|
86
|
+
- docs/CreateWebhookResponse.md
|
|
87
|
+
- docs/CreateWebhookResponseData.md
|
|
88
|
+
- docs/ErrorObject.md
|
|
89
|
+
- docs/ErrorObjectSource.md
|
|
90
|
+
- docs/ErrorResponse.md
|
|
91
|
+
- docs/GetAccountResponse.md
|
|
92
|
+
- docs/GetAccountResponseData.md
|
|
93
|
+
- docs/GetCategoryResponse.md
|
|
94
|
+
- docs/GetCategoryResponseData.md
|
|
95
|
+
- docs/GetTransactionResponse.md
|
|
96
|
+
- docs/GetTransactionResponseData.md
|
|
97
|
+
- docs/GetWebhookResponse.md
|
|
98
|
+
- docs/GetWebhookResponseData.md
|
|
99
|
+
- docs/HoldInfoObject.md
|
|
100
|
+
- docs/HoldInfoObjectAmount.md
|
|
101
|
+
- docs/HoldInfoObjectForeignAmount.md
|
|
102
|
+
- docs/ListAccountsResponse.md
|
|
103
|
+
- docs/ListAccountsResponseLinks.md
|
|
104
|
+
- docs/ListCategoriesResponse.md
|
|
105
|
+
- docs/ListTagsResponse.md
|
|
106
|
+
- docs/ListTransactionsResponse.md
|
|
107
|
+
- docs/ListWebhookDeliveryLogsResponse.md
|
|
108
|
+
- docs/ListWebhooksResponse.md
|
|
109
|
+
- docs/MoneyObject.md
|
|
110
|
+
- docs/OwnershipTypeEnum.md
|
|
111
|
+
- docs/PingResponse.md
|
|
112
|
+
- docs/PingResponseMeta.md
|
|
113
|
+
- docs/RoundUpObject.md
|
|
114
|
+
- docs/RoundUpObjectAmount.md
|
|
115
|
+
- docs/RoundUpObjectBoostPortion.md
|
|
116
|
+
- docs/TagInputResourceIdentifier.md
|
|
117
|
+
- docs/TagResource.md
|
|
118
|
+
- docs/TagsApi.md
|
|
119
|
+
- docs/TransactionResource.md
|
|
120
|
+
- docs/TransactionResourceAttributes.md
|
|
121
|
+
- docs/TransactionResourceAttributesAmount.md
|
|
122
|
+
- docs/TransactionResourceAttributesCashback.md
|
|
123
|
+
- docs/TransactionResourceAttributesForeignAmount.md
|
|
124
|
+
- docs/TransactionResourceAttributesHoldInfo.md
|
|
125
|
+
- docs/TransactionResourceAttributesRoundUp.md
|
|
126
|
+
- docs/TransactionResourceRelationships.md
|
|
127
|
+
- docs/TransactionResourceRelationshipsAccount.md
|
|
128
|
+
- docs/TransactionResourceRelationshipsAccountData.md
|
|
129
|
+
- docs/TransactionResourceRelationshipsCategory.md
|
|
130
|
+
- docs/TransactionResourceRelationshipsCategoryLinks.md
|
|
131
|
+
- docs/TransactionResourceRelationshipsTags.md
|
|
132
|
+
- docs/TransactionResourceRelationshipsTagsDataInner.md
|
|
133
|
+
- docs/TransactionResourceRelationshipsTagsLinks.md
|
|
134
|
+
- docs/TransactionResourceRelationshipsTransferAccount.md
|
|
135
|
+
- docs/TransactionResourceRelationshipsTransferAccountData.md
|
|
136
|
+
- docs/TransactionStatusEnum.md
|
|
137
|
+
- docs/TransactionsApi.md
|
|
138
|
+
- docs/UpdateTransactionCategoryRequest.md
|
|
139
|
+
- docs/UpdateTransactionCategoryRequestData.md
|
|
140
|
+
- docs/UpdateTransactionTagsRequest.md
|
|
141
|
+
- docs/UtilityEndpointsApi.md
|
|
142
|
+
- docs/WebhookDeliveryLogResource.md
|
|
143
|
+
- docs/WebhookDeliveryLogResourceAttributes.md
|
|
144
|
+
- docs/WebhookDeliveryLogResourceAttributesRequest.md
|
|
145
|
+
- docs/WebhookDeliveryLogResourceAttributesResponse.md
|
|
146
|
+
- docs/WebhookDeliveryLogResourceRelationships.md
|
|
147
|
+
- docs/WebhookDeliveryLogResourceRelationshipsWebhookEvent.md
|
|
148
|
+
- docs/WebhookDeliveryLogResourceRelationshipsWebhookEventData.md
|
|
149
|
+
- docs/WebhookDeliveryStatusEnum.md
|
|
150
|
+
- docs/WebhookEventCallback.md
|
|
151
|
+
- docs/WebhookEventCallbackData.md
|
|
152
|
+
- docs/WebhookEventResource.md
|
|
153
|
+
- docs/WebhookEventResourceAttributes.md
|
|
154
|
+
- docs/WebhookEventResourceRelationships.md
|
|
155
|
+
- docs/WebhookEventResourceRelationshipsTransaction.md
|
|
156
|
+
- docs/WebhookEventResourceRelationshipsTransactionData.md
|
|
157
|
+
- docs/WebhookEventResourceRelationshipsWebhook.md
|
|
158
|
+
- docs/WebhookEventResourceRelationshipsWebhookData.md
|
|
159
|
+
- docs/WebhookEventTypeEnum.md
|
|
160
|
+
- docs/WebhookInputResource.md
|
|
161
|
+
- docs/WebhookInputResourceAttributes.md
|
|
162
|
+
- docs/WebhookResource.md
|
|
163
|
+
- docs/WebhookResourceAttributes.md
|
|
164
|
+
- docs/WebhookResourceRelationships.md
|
|
165
|
+
- docs/WebhooksApi.md
|
|
166
|
+
- git_push.sh
|
|
167
|
+
- lib/.DS_Store
|
|
168
|
+
- lib/up_banking.rb
|
|
169
|
+
- lib/up_banking/.DS_Store
|
|
170
|
+
- lib/up_banking/api/accounts_api.rb
|
|
171
|
+
- lib/up_banking/api/categories_api.rb
|
|
172
|
+
- lib/up_banking/api/tags_api.rb
|
|
173
|
+
- lib/up_banking/api/transactions_api.rb
|
|
174
|
+
- lib/up_banking/api/utility_endpoints_api.rb
|
|
175
|
+
- lib/up_banking/api/webhooks_api.rb
|
|
176
|
+
- lib/up_banking/api_client.rb
|
|
177
|
+
- lib/up_banking/api_error.rb
|
|
178
|
+
- lib/up_banking/configuration.rb
|
|
179
|
+
- lib/up_banking/models/account_resource.rb
|
|
180
|
+
- lib/up_banking/models/account_resource_attributes.rb
|
|
181
|
+
- lib/up_banking/models/account_resource_attributes_balance.rb
|
|
182
|
+
- lib/up_banking/models/account_resource_links.rb
|
|
183
|
+
- lib/up_banking/models/account_resource_relationships.rb
|
|
184
|
+
- lib/up_banking/models/account_resource_relationships_transactions.rb
|
|
185
|
+
- lib/up_banking/models/account_resource_relationships_transactions_links.rb
|
|
186
|
+
- lib/up_banking/models/account_type_enum.rb
|
|
187
|
+
- lib/up_banking/models/cashback_object.rb
|
|
188
|
+
- lib/up_banking/models/cashback_object_amount.rb
|
|
189
|
+
- lib/up_banking/models/category_input_resource_identifier.rb
|
|
190
|
+
- lib/up_banking/models/category_resource.rb
|
|
191
|
+
- lib/up_banking/models/category_resource_attributes.rb
|
|
192
|
+
- lib/up_banking/models/category_resource_relationships.rb
|
|
193
|
+
- lib/up_banking/models/category_resource_relationships_children.rb
|
|
194
|
+
- lib/up_banking/models/category_resource_relationships_children_data_inner.rb
|
|
195
|
+
- lib/up_banking/models/category_resource_relationships_parent.rb
|
|
196
|
+
- lib/up_banking/models/category_resource_relationships_parent_data.rb
|
|
197
|
+
- lib/up_banking/models/create_webhook_request.rb
|
|
198
|
+
- lib/up_banking/models/create_webhook_request_data.rb
|
|
199
|
+
- lib/up_banking/models/create_webhook_response.rb
|
|
200
|
+
- lib/up_banking/models/create_webhook_response_data.rb
|
|
201
|
+
- lib/up_banking/models/error_object.rb
|
|
202
|
+
- lib/up_banking/models/error_object_source.rb
|
|
203
|
+
- lib/up_banking/models/error_response.rb
|
|
204
|
+
- lib/up_banking/models/get_account_response.rb
|
|
205
|
+
- lib/up_banking/models/get_account_response_data.rb
|
|
206
|
+
- lib/up_banking/models/get_category_response.rb
|
|
207
|
+
- lib/up_banking/models/get_category_response_data.rb
|
|
208
|
+
- lib/up_banking/models/get_transaction_response.rb
|
|
209
|
+
- lib/up_banking/models/get_transaction_response_data.rb
|
|
210
|
+
- lib/up_banking/models/get_webhook_response.rb
|
|
211
|
+
- lib/up_banking/models/get_webhook_response_data.rb
|
|
212
|
+
- lib/up_banking/models/hold_info_object.rb
|
|
213
|
+
- lib/up_banking/models/hold_info_object_amount.rb
|
|
214
|
+
- lib/up_banking/models/hold_info_object_foreign_amount.rb
|
|
215
|
+
- lib/up_banking/models/list_accounts_response.rb
|
|
216
|
+
- lib/up_banking/models/list_accounts_response_links.rb
|
|
217
|
+
- lib/up_banking/models/list_categories_response.rb
|
|
218
|
+
- lib/up_banking/models/list_tags_response.rb
|
|
219
|
+
- lib/up_banking/models/list_transactions_response.rb
|
|
220
|
+
- lib/up_banking/models/list_webhook_delivery_logs_response.rb
|
|
221
|
+
- lib/up_banking/models/list_webhooks_response.rb
|
|
222
|
+
- lib/up_banking/models/money_object.rb
|
|
223
|
+
- lib/up_banking/models/ownership_type_enum.rb
|
|
224
|
+
- lib/up_banking/models/ping_response.rb
|
|
225
|
+
- lib/up_banking/models/ping_response_meta.rb
|
|
226
|
+
- lib/up_banking/models/round_up_object.rb
|
|
227
|
+
- lib/up_banking/models/round_up_object_amount.rb
|
|
228
|
+
- lib/up_banking/models/round_up_object_boost_portion.rb
|
|
229
|
+
- lib/up_banking/models/tag_input_resource_identifier.rb
|
|
230
|
+
- lib/up_banking/models/tag_resource.rb
|
|
231
|
+
- lib/up_banking/models/transaction_resource.rb
|
|
232
|
+
- lib/up_banking/models/transaction_resource_attributes.rb
|
|
233
|
+
- lib/up_banking/models/transaction_resource_attributes_amount.rb
|
|
234
|
+
- lib/up_banking/models/transaction_resource_attributes_cashback.rb
|
|
235
|
+
- lib/up_banking/models/transaction_resource_attributes_foreign_amount.rb
|
|
236
|
+
- lib/up_banking/models/transaction_resource_attributes_hold_info.rb
|
|
237
|
+
- lib/up_banking/models/transaction_resource_attributes_round_up.rb
|
|
238
|
+
- lib/up_banking/models/transaction_resource_relationships.rb
|
|
239
|
+
- lib/up_banking/models/transaction_resource_relationships_account.rb
|
|
240
|
+
- lib/up_banking/models/transaction_resource_relationships_account_data.rb
|
|
241
|
+
- lib/up_banking/models/transaction_resource_relationships_category.rb
|
|
242
|
+
- lib/up_banking/models/transaction_resource_relationships_category_links.rb
|
|
243
|
+
- lib/up_banking/models/transaction_resource_relationships_tags.rb
|
|
244
|
+
- lib/up_banking/models/transaction_resource_relationships_tags_data_inner.rb
|
|
245
|
+
- lib/up_banking/models/transaction_resource_relationships_tags_links.rb
|
|
246
|
+
- lib/up_banking/models/transaction_resource_relationships_transfer_account.rb
|
|
247
|
+
- lib/up_banking/models/transaction_resource_relationships_transfer_account_data.rb
|
|
248
|
+
- lib/up_banking/models/transaction_status_enum.rb
|
|
249
|
+
- lib/up_banking/models/update_transaction_category_request.rb
|
|
250
|
+
- lib/up_banking/models/update_transaction_category_request_data.rb
|
|
251
|
+
- lib/up_banking/models/update_transaction_tags_request.rb
|
|
252
|
+
- lib/up_banking/models/webhook_delivery_log_resource.rb
|
|
253
|
+
- lib/up_banking/models/webhook_delivery_log_resource_attributes.rb
|
|
254
|
+
- lib/up_banking/models/webhook_delivery_log_resource_attributes_request.rb
|
|
255
|
+
- lib/up_banking/models/webhook_delivery_log_resource_attributes_response.rb
|
|
256
|
+
- lib/up_banking/models/webhook_delivery_log_resource_relationships.rb
|
|
257
|
+
- lib/up_banking/models/webhook_delivery_log_resource_relationships_webhook_event.rb
|
|
258
|
+
- lib/up_banking/models/webhook_delivery_log_resource_relationships_webhook_event_data.rb
|
|
259
|
+
- lib/up_banking/models/webhook_delivery_status_enum.rb
|
|
260
|
+
- lib/up_banking/models/webhook_event_callback.rb
|
|
261
|
+
- lib/up_banking/models/webhook_event_callback_data.rb
|
|
262
|
+
- lib/up_banking/models/webhook_event_resource.rb
|
|
263
|
+
- lib/up_banking/models/webhook_event_resource_attributes.rb
|
|
264
|
+
- lib/up_banking/models/webhook_event_resource_relationships.rb
|
|
265
|
+
- lib/up_banking/models/webhook_event_resource_relationships_transaction.rb
|
|
266
|
+
- lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb
|
|
267
|
+
- lib/up_banking/models/webhook_event_resource_relationships_webhook.rb
|
|
268
|
+
- lib/up_banking/models/webhook_event_resource_relationships_webhook_data.rb
|
|
269
|
+
- lib/up_banking/models/webhook_event_type_enum.rb
|
|
270
|
+
- lib/up_banking/models/webhook_input_resource.rb
|
|
271
|
+
- lib/up_banking/models/webhook_input_resource_attributes.rb
|
|
272
|
+
- lib/up_banking/models/webhook_resource.rb
|
|
273
|
+
- lib/up_banking/models/webhook_resource_attributes.rb
|
|
274
|
+
- lib/up_banking/models/webhook_resource_relationships.rb
|
|
275
|
+
- lib/up_banking/version.rb
|
|
276
|
+
- spec/.DS_Store
|
|
277
|
+
- spec/api/accounts_api_spec.rb
|
|
278
|
+
- spec/api/categories_api_spec.rb
|
|
279
|
+
- spec/api/tags_api_spec.rb
|
|
280
|
+
- spec/api/transactions_api_spec.rb
|
|
281
|
+
- spec/api/utility_endpoints_api_spec.rb
|
|
282
|
+
- spec/api/webhooks_api_spec.rb
|
|
283
|
+
- spec/api_client_spec.rb
|
|
284
|
+
- spec/configuration_spec.rb
|
|
285
|
+
- spec/models/account_resource_attributes_balance_spec.rb
|
|
286
|
+
- spec/models/account_resource_attributes_spec.rb
|
|
287
|
+
- spec/models/account_resource_links_spec.rb
|
|
288
|
+
- spec/models/account_resource_relationships_spec.rb
|
|
289
|
+
- spec/models/account_resource_relationships_transactions_links_spec.rb
|
|
290
|
+
- spec/models/account_resource_relationships_transactions_spec.rb
|
|
291
|
+
- spec/models/account_resource_spec.rb
|
|
292
|
+
- spec/models/account_type_enum_spec.rb
|
|
293
|
+
- spec/models/cashback_object_amount_spec.rb
|
|
294
|
+
- spec/models/cashback_object_spec.rb
|
|
295
|
+
- spec/models/category_input_resource_identifier_spec.rb
|
|
296
|
+
- spec/models/category_resource_attributes_spec.rb
|
|
297
|
+
- spec/models/category_resource_relationships_children_data_inner_spec.rb
|
|
298
|
+
- spec/models/category_resource_relationships_children_spec.rb
|
|
299
|
+
- spec/models/category_resource_relationships_parent_data_spec.rb
|
|
300
|
+
- spec/models/category_resource_relationships_parent_spec.rb
|
|
301
|
+
- spec/models/category_resource_relationships_spec.rb
|
|
302
|
+
- spec/models/category_resource_spec.rb
|
|
303
|
+
- spec/models/create_webhook_request_data_spec.rb
|
|
304
|
+
- spec/models/create_webhook_request_spec.rb
|
|
305
|
+
- spec/models/create_webhook_response_data_spec.rb
|
|
306
|
+
- spec/models/create_webhook_response_spec.rb
|
|
307
|
+
- spec/models/error_object_source_spec.rb
|
|
308
|
+
- spec/models/error_object_spec.rb
|
|
309
|
+
- spec/models/error_response_spec.rb
|
|
310
|
+
- spec/models/get_account_response_data_spec.rb
|
|
311
|
+
- spec/models/get_account_response_spec.rb
|
|
312
|
+
- spec/models/get_category_response_data_spec.rb
|
|
313
|
+
- spec/models/get_category_response_spec.rb
|
|
314
|
+
- spec/models/get_transaction_response_data_spec.rb
|
|
315
|
+
- spec/models/get_transaction_response_spec.rb
|
|
316
|
+
- spec/models/get_webhook_response_data_spec.rb
|
|
317
|
+
- spec/models/get_webhook_response_spec.rb
|
|
318
|
+
- spec/models/hold_info_object_amount_spec.rb
|
|
319
|
+
- spec/models/hold_info_object_foreign_amount_spec.rb
|
|
320
|
+
- spec/models/hold_info_object_spec.rb
|
|
321
|
+
- spec/models/list_accounts_response_links_spec.rb
|
|
322
|
+
- spec/models/list_accounts_response_spec.rb
|
|
323
|
+
- spec/models/list_categories_response_spec.rb
|
|
324
|
+
- spec/models/list_tags_response_spec.rb
|
|
325
|
+
- spec/models/list_transactions_response_spec.rb
|
|
326
|
+
- spec/models/list_webhook_delivery_logs_response_spec.rb
|
|
327
|
+
- spec/models/list_webhooks_response_spec.rb
|
|
328
|
+
- spec/models/money_object_spec.rb
|
|
329
|
+
- spec/models/ownership_type_enum_spec.rb
|
|
330
|
+
- spec/models/ping_response_meta_spec.rb
|
|
331
|
+
- spec/models/ping_response_spec.rb
|
|
332
|
+
- spec/models/round_up_object_amount_spec.rb
|
|
333
|
+
- spec/models/round_up_object_boost_portion_spec.rb
|
|
334
|
+
- spec/models/round_up_object_spec.rb
|
|
335
|
+
- spec/models/tag_input_resource_identifier_spec.rb
|
|
336
|
+
- spec/models/tag_resource_spec.rb
|
|
337
|
+
- spec/models/transaction_resource_attributes_amount_spec.rb
|
|
338
|
+
- spec/models/transaction_resource_attributes_cashback_spec.rb
|
|
339
|
+
- spec/models/transaction_resource_attributes_foreign_amount_spec.rb
|
|
340
|
+
- spec/models/transaction_resource_attributes_hold_info_spec.rb
|
|
341
|
+
- spec/models/transaction_resource_attributes_round_up_spec.rb
|
|
342
|
+
- spec/models/transaction_resource_attributes_spec.rb
|
|
343
|
+
- spec/models/transaction_resource_relationships_account_data_spec.rb
|
|
344
|
+
- spec/models/transaction_resource_relationships_account_spec.rb
|
|
345
|
+
- spec/models/transaction_resource_relationships_category_links_spec.rb
|
|
346
|
+
- spec/models/transaction_resource_relationships_category_spec.rb
|
|
347
|
+
- spec/models/transaction_resource_relationships_spec.rb
|
|
348
|
+
- spec/models/transaction_resource_relationships_tags_data_inner_spec.rb
|
|
349
|
+
- spec/models/transaction_resource_relationships_tags_links_spec.rb
|
|
350
|
+
- spec/models/transaction_resource_relationships_tags_spec.rb
|
|
351
|
+
- spec/models/transaction_resource_relationships_transfer_account_data_spec.rb
|
|
352
|
+
- spec/models/transaction_resource_relationships_transfer_account_spec.rb
|
|
353
|
+
- spec/models/transaction_resource_spec.rb
|
|
354
|
+
- spec/models/transaction_status_enum_spec.rb
|
|
355
|
+
- spec/models/update_transaction_category_request_data_spec.rb
|
|
356
|
+
- spec/models/update_transaction_category_request_spec.rb
|
|
357
|
+
- spec/models/update_transaction_tags_request_spec.rb
|
|
358
|
+
- spec/models/webhook_delivery_log_resource_attributes_request_spec.rb
|
|
359
|
+
- spec/models/webhook_delivery_log_resource_attributes_response_spec.rb
|
|
360
|
+
- spec/models/webhook_delivery_log_resource_attributes_spec.rb
|
|
361
|
+
- spec/models/webhook_delivery_log_resource_relationships_spec.rb
|
|
362
|
+
- spec/models/webhook_delivery_log_resource_relationships_webhook_event_data_spec.rb
|
|
363
|
+
- spec/models/webhook_delivery_log_resource_relationships_webhook_event_spec.rb
|
|
364
|
+
- spec/models/webhook_delivery_log_resource_spec.rb
|
|
365
|
+
- spec/models/webhook_delivery_status_enum_spec.rb
|
|
366
|
+
- spec/models/webhook_event_callback_data_spec.rb
|
|
367
|
+
- spec/models/webhook_event_callback_spec.rb
|
|
368
|
+
- spec/models/webhook_event_resource_attributes_spec.rb
|
|
369
|
+
- spec/models/webhook_event_resource_relationships_spec.rb
|
|
370
|
+
- spec/models/webhook_event_resource_relationships_transaction_data_spec.rb
|
|
371
|
+
- spec/models/webhook_event_resource_relationships_transaction_spec.rb
|
|
372
|
+
- spec/models/webhook_event_resource_relationships_webhook_data_spec.rb
|
|
373
|
+
- spec/models/webhook_event_resource_relationships_webhook_spec.rb
|
|
374
|
+
- spec/models/webhook_event_resource_spec.rb
|
|
375
|
+
- spec/models/webhook_event_type_enum_spec.rb
|
|
376
|
+
- spec/models/webhook_input_resource_attributes_spec.rb
|
|
377
|
+
- spec/models/webhook_input_resource_spec.rb
|
|
378
|
+
- spec/models/webhook_resource_attributes_spec.rb
|
|
379
|
+
- spec/models/webhook_resource_relationships_spec.rb
|
|
380
|
+
- spec/models/webhook_resource_spec.rb
|
|
381
|
+
- spec/spec_helper.rb
|
|
382
|
+
- up_banking.gemspec
|
|
383
|
+
homepage: https://github.com/ben-gy/up_banking
|
|
384
|
+
licenses:
|
|
385
|
+
- Unlicense
|
|
386
|
+
metadata: {}
|
|
387
|
+
post_install_message:
|
|
388
|
+
rdoc_options: []
|
|
389
|
+
require_paths:
|
|
390
|
+
- lib
|
|
391
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
392
|
+
requirements:
|
|
393
|
+
- - ">="
|
|
394
|
+
- !ruby/object:Gem::Version
|
|
395
|
+
version: '2.4'
|
|
396
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
397
|
+
requirements:
|
|
398
|
+
- - ">="
|
|
399
|
+
- !ruby/object:Gem::Version
|
|
400
|
+
version: '0'
|
|
401
|
+
requirements: []
|
|
402
|
+
rubygems_version: 3.3.7
|
|
403
|
+
signing_key:
|
|
404
|
+
specification_version: 4
|
|
405
|
+
summary: Unofficial Ruby gem for the Up Banking API
|
|
406
|
+
test_files:
|
|
407
|
+
- spec/api/transactions_api_spec.rb
|
|
408
|
+
- spec/api/webhooks_api_spec.rb
|
|
409
|
+
- spec/api/accounts_api_spec.rb
|
|
410
|
+
- spec/api/categories_api_spec.rb
|
|
411
|
+
- spec/api/utility_endpoints_api_spec.rb
|
|
412
|
+
- spec/api/tags_api_spec.rb
|
|
413
|
+
- spec/api_client_spec.rb
|
|
414
|
+
- spec/configuration_spec.rb
|
|
415
|
+
- spec/models/webhook_event_callback_data_spec.rb
|
|
416
|
+
- spec/models/update_transaction_tags_request_spec.rb
|
|
417
|
+
- spec/models/webhook_delivery_log_resource_attributes_response_spec.rb
|
|
418
|
+
- spec/models/get_webhook_response_data_spec.rb
|
|
419
|
+
- spec/models/tag_input_resource_identifier_spec.rb
|
|
420
|
+
- spec/models/webhook_input_resource_attributes_spec.rb
|
|
421
|
+
- spec/models/hold_info_object_amount_spec.rb
|
|
422
|
+
- spec/models/webhook_resource_attributes_spec.rb
|
|
423
|
+
- spec/models/transaction_resource_attributes_cashback_spec.rb
|
|
424
|
+
- spec/models/category_resource_relationships_children_spec.rb
|
|
425
|
+
- spec/models/category_resource_relationships_parent_spec.rb
|
|
426
|
+
- spec/models/webhook_delivery_log_resource_relationships_webhook_event_data_spec.rb
|
|
427
|
+
- spec/models/webhook_delivery_log_resource_attributes_request_spec.rb
|
|
428
|
+
- spec/models/webhook_event_resource_relationships_transaction_data_spec.rb
|
|
429
|
+
- spec/models/cashback_object_spec.rb
|
|
430
|
+
- spec/models/error_object_source_spec.rb
|
|
431
|
+
- spec/models/error_response_spec.rb
|
|
432
|
+
- spec/models/transaction_resource_relationships_category_links_spec.rb
|
|
433
|
+
- spec/models/webhook_event_callback_spec.rb
|
|
434
|
+
- spec/models/money_object_spec.rb
|
|
435
|
+
- spec/models/webhook_delivery_log_resource_relationships_webhook_event_spec.rb
|
|
436
|
+
- spec/models/webhook_event_resource_relationships_transaction_spec.rb
|
|
437
|
+
- spec/models/hold_info_object_foreign_amount_spec.rb
|
|
438
|
+
- spec/models/cashback_object_amount_spec.rb
|
|
439
|
+
- spec/models/webhook_event_resource_relationships_spec.rb
|
|
440
|
+
- spec/models/transaction_resource_relationships_tags_data_inner_spec.rb
|
|
441
|
+
- spec/models/list_webhooks_response_spec.rb
|
|
442
|
+
- spec/models/webhook_resource_relationships_spec.rb
|
|
443
|
+
- spec/models/category_resource_relationships_children_data_inner_spec.rb
|
|
444
|
+
- spec/models/list_categories_response_spec.rb
|
|
445
|
+
- spec/models/get_webhook_response_spec.rb
|
|
446
|
+
- spec/models/round_up_object_amount_spec.rb
|
|
447
|
+
- spec/models/account_resource_spec.rb
|
|
448
|
+
- spec/models/transaction_resource_attributes_foreign_amount_spec.rb
|
|
449
|
+
- spec/models/ownership_type_enum_spec.rb
|
|
450
|
+
- spec/models/account_resource_relationships_spec.rb
|
|
451
|
+
- spec/models/transaction_resource_spec.rb
|
|
452
|
+
- spec/models/ping_response_meta_spec.rb
|
|
453
|
+
- spec/models/account_resource_relationships_transactions_links_spec.rb
|
|
454
|
+
- spec/models/error_object_spec.rb
|
|
455
|
+
- spec/models/get_account_response_data_spec.rb
|
|
456
|
+
- spec/models/update_transaction_category_request_spec.rb
|
|
457
|
+
- spec/models/webhook_delivery_log_resource_spec.rb
|
|
458
|
+
- spec/models/get_account_response_spec.rb
|
|
459
|
+
- spec/models/round_up_object_spec.rb
|
|
460
|
+
- spec/models/hold_info_object_spec.rb
|
|
461
|
+
- spec/models/create_webhook_response_data_spec.rb
|
|
462
|
+
- spec/models/account_resource_attributes_balance_spec.rb
|
|
463
|
+
- spec/models/transaction_resource_attributes_hold_info_spec.rb
|
|
464
|
+
- spec/models/transaction_resource_attributes_spec.rb
|
|
465
|
+
- spec/models/webhook_input_resource_spec.rb
|
|
466
|
+
- spec/models/webhook_event_type_enum_spec.rb
|
|
467
|
+
- spec/models/account_resource_attributes_spec.rb
|
|
468
|
+
- spec/models/category_input_resource_identifier_spec.rb
|
|
469
|
+
- spec/models/webhook_event_resource_relationships_webhook_data_spec.rb
|
|
470
|
+
- spec/models/list_transactions_response_spec.rb
|
|
471
|
+
- spec/models/account_resource_links_spec.rb
|
|
472
|
+
- spec/models/transaction_resource_attributes_round_up_spec.rb
|
|
473
|
+
- spec/models/webhook_event_resource_attributes_spec.rb
|
|
474
|
+
- spec/models/list_webhook_delivery_logs_response_spec.rb
|
|
475
|
+
- spec/models/create_webhook_request_spec.rb
|
|
476
|
+
- spec/models/get_transaction_response_spec.rb
|
|
477
|
+
- spec/models/webhook_resource_spec.rb
|
|
478
|
+
- spec/models/transaction_resource_relationships_tags_spec.rb
|
|
479
|
+
- spec/models/transaction_resource_relationships_spec.rb
|
|
480
|
+
- spec/models/webhook_delivery_status_enum_spec.rb
|
|
481
|
+
- spec/models/transaction_status_enum_spec.rb
|
|
482
|
+
- spec/models/webhook_delivery_log_resource_attributes_spec.rb
|
|
483
|
+
- spec/models/round_up_object_boost_portion_spec.rb
|
|
484
|
+
- spec/models/transaction_resource_relationships_transfer_account_data_spec.rb
|
|
485
|
+
- spec/models/transaction_resource_attributes_amount_spec.rb
|
|
486
|
+
- spec/models/transaction_resource_relationships_account_spec.rb
|
|
487
|
+
- spec/models/list_accounts_response_spec.rb
|
|
488
|
+
- spec/models/get_transaction_response_data_spec.rb
|
|
489
|
+
- spec/models/webhook_delivery_log_resource_relationships_spec.rb
|
|
490
|
+
- spec/models/transaction_resource_relationships_transfer_account_spec.rb
|
|
491
|
+
- spec/models/transaction_resource_relationships_category_spec.rb
|
|
492
|
+
- spec/models/account_type_enum_spec.rb
|
|
493
|
+
- spec/models/create_webhook_response_spec.rb
|
|
494
|
+
- spec/models/category_resource_relationships_parent_data_spec.rb
|
|
495
|
+
- spec/models/transaction_resource_relationships_account_data_spec.rb
|
|
496
|
+
- spec/models/webhook_event_resource_relationships_webhook_spec.rb
|
|
497
|
+
- spec/models/category_resource_attributes_spec.rb
|
|
498
|
+
- spec/models/ping_response_spec.rb
|
|
499
|
+
- spec/models/list_tags_response_spec.rb
|
|
500
|
+
- spec/models/category_resource_spec.rb
|
|
501
|
+
- spec/models/create_webhook_request_data_spec.rb
|
|
502
|
+
- spec/models/update_transaction_category_request_data_spec.rb
|
|
503
|
+
- spec/models/webhook_event_resource_spec.rb
|
|
504
|
+
- spec/models/tag_resource_spec.rb
|
|
505
|
+
- spec/models/list_accounts_response_links_spec.rb
|
|
506
|
+
- spec/models/transaction_resource_relationships_tags_links_spec.rb
|
|
507
|
+
- spec/models/account_resource_relationships_transactions_spec.rb
|
|
508
|
+
- spec/models/category_resource_relationships_spec.rb
|
|
509
|
+
- spec/models/get_category_response_spec.rb
|
|
510
|
+
- spec/models/get_category_response_data_spec.rb
|
|
511
|
+
- spec/spec_helper.rb
|