ynab 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +2 -2
  4. data/Rakefile +9 -0
  5. data/config.json +2 -2
  6. data/docs/Account.md +1 -1
  7. data/docs/AccountResponse.md +1 -1
  8. data/docs/AccountWrapper.md +1 -1
  9. data/docs/AccountsApi.md +1 -1
  10. data/docs/AccountsResponse.md +1 -1
  11. data/docs/AccountsWrapper.md +1 -1
  12. data/docs/BudgetDetail.md +1 -1
  13. data/docs/BudgetDetailResponse.md +1 -1
  14. data/docs/BudgetDetailWrapper.md +1 -1
  15. data/docs/BudgetSettings.md +9 -0
  16. data/docs/BudgetSettingsResponse.md +8 -0
  17. data/docs/BudgetSettingsWrapper.md +8 -0
  18. data/docs/BudgetSummary.md +1 -1
  19. data/docs/BudgetSummaryResponse.md +1 -1
  20. data/docs/BudgetSummaryWrapper.md +1 -1
  21. data/docs/BudgetsApi.md +19 -1
  22. data/docs/BulkIdWrapper.md +1 -1
  23. data/docs/BulkIds.md +1 -1
  24. data/docs/BulkResponse.md +1 -1
  25. data/docs/BulkTransactionCreateResponse.md +2 -2
  26. data/docs/BulkTransactionIds.md +2 -2
  27. data/docs/BulkTransactions.md +1 -1
  28. data/docs/CategoriesApi.md +1 -1
  29. data/docs/CategoriesResponse.md +1 -1
  30. data/docs/Category.md +2 -1
  31. data/docs/CategoryGroup.md +1 -1
  32. data/docs/CategoryGroupWithCategories.md +1 -1
  33. data/docs/CategoryGroupsWrapper.md +1 -1
  34. data/docs/CategoryResponse.md +1 -1
  35. data/docs/CategoryWrapper.md +1 -1
  36. data/docs/CurrencyFormat.md +1 -1
  37. data/docs/DateFormat.md +1 -1
  38. data/docs/ErrorDetail.md +1 -1
  39. data/docs/ErrorResponse.md +1 -1
  40. data/docs/HybridTransaction.md +1 -1
  41. data/docs/HybridTransactionsResponse.md +1 -1
  42. data/docs/HybridTransactionsWrapper.md +1 -1
  43. data/docs/MonthDetail.md +1 -1
  44. data/docs/MonthDetailResponse.md +1 -1
  45. data/docs/MonthDetailWrapper.md +1 -1
  46. data/docs/MonthSummariesResponse.md +1 -1
  47. data/docs/MonthSummariesWrapper.md +1 -1
  48. data/docs/MonthSummary.md +1 -1
  49. data/docs/MonthsApi.md +1 -1
  50. data/docs/Payee.md +1 -1
  51. data/docs/PayeeLocation.md +1 -1
  52. data/docs/PayeeLocationResponse.md +1 -1
  53. data/docs/PayeeLocationWrapper.md +1 -1
  54. data/docs/PayeeLocationsApi.md +1 -1
  55. data/docs/PayeeLocationsResponse.md +1 -1
  56. data/docs/PayeeLocationsWrapper.md +1 -1
  57. data/docs/PayeeResponse.md +1 -1
  58. data/docs/PayeeWrapper.md +1 -1
  59. data/docs/PayeesApi.md +1 -1
  60. data/docs/PayeesResponse.md +1 -1
  61. data/docs/PayeesWrapper.md +1 -1
  62. data/docs/SaveTransaction.md +2 -2
  63. data/docs/SaveTransactionWrapper.md +1 -1
  64. data/docs/ScheduledSubTransaction.md +1 -1
  65. data/docs/ScheduledTransactionDetail.md +1 -1
  66. data/docs/ScheduledTransactionResponse.md +1 -1
  67. data/docs/ScheduledTransactionSummary.md +1 -1
  68. data/docs/ScheduledTransactionWrapper.md +1 -1
  69. data/docs/ScheduledTransactionsApi.md +1 -1
  70. data/docs/ScheduledTransactionsResponse.md +1 -1
  71. data/docs/ScheduledTransactionsWrapper.md +1 -1
  72. data/docs/SubTransaction.md +1 -1
  73. data/docs/TransactionDetail.md +1 -1
  74. data/docs/TransactionResponse.md +1 -1
  75. data/docs/TransactionSummary.md +1 -1
  76. data/docs/TransactionWrapper.md +1 -1
  77. data/docs/TransactionsApi.md +5 -2
  78. data/docs/TransactionsResponse.md +1 -1
  79. data/docs/TransactionsWrapper.md +1 -1
  80. data/docs/User.md +1 -1
  81. data/docs/UserApi.md +1 -1
  82. data/docs/UserResponse.md +1 -1
  83. data/docs/UserWrapper.md +1 -1
  84. data/examples/budget-list.rb +1 -1
  85. data/examples/budget-month.rb +1 -1
  86. data/examples/category-balance.rb +1 -1
  87. data/lib/ynab.rb +27 -15
  88. data/lib/ynab/api/accounts_api.rb +1 -1
  89. data/lib/ynab/api/budgets_api.rb +53 -1
  90. data/lib/ynab/api/categories_api.rb +1 -1
  91. data/lib/ynab/api/months_api.rb +1 -1
  92. data/lib/ynab/api/payee_locations_api.rb +1 -1
  93. data/lib/ynab/api/payees_api.rb +1 -1
  94. data/lib/ynab/api/scheduled_transactions_api.rb +1 -1
  95. data/lib/ynab/api/transactions_api.rb +21 -3
  96. data/lib/ynab/api/user_api.rb +1 -1
  97. data/lib/ynab/api_client.rb +2 -2
  98. data/lib/ynab/api_error.rb +1 -1
  99. data/lib/ynab/configuration.rb +1 -1
  100. data/lib/ynab/models/account.rb +2 -2
  101. data/lib/ynab/models/account_response.rb +2 -2
  102. data/lib/ynab/models/account_wrapper.rb +2 -2
  103. data/lib/ynab/models/accounts_response.rb +2 -2
  104. data/lib/ynab/models/accounts_wrapper.rb +2 -2
  105. data/lib/ynab/models/budget_detail.rb +2 -2
  106. data/lib/ynab/models/budget_detail_response.rb +2 -2
  107. data/lib/ynab/models/budget_detail_wrapper.rb +2 -2
  108. data/lib/ynab/models/budget_settings.rb +202 -0
  109. data/lib/ynab/models/budget_settings_response.rb +188 -0
  110. data/lib/ynab/models/budget_settings_wrapper.rb +188 -0
  111. data/lib/ynab/models/budget_summary.rb +2 -2
  112. data/lib/ynab/models/budget_summary_response.rb +2 -2
  113. data/lib/ynab/models/budget_summary_wrapper.rb +2 -2
  114. data/lib/ynab/models/bulk_id_wrapper.rb +2 -2
  115. data/lib/ynab/models/bulk_ids.rb +2 -2
  116. data/lib/ynab/models/bulk_response.rb +2 -2
  117. data/lib/ynab/models/bulk_transaction_create_response.rb +2 -2
  118. data/lib/ynab/models/bulk_transaction_ids.rb +2 -2
  119. data/lib/ynab/models/bulk_transactions.rb +2 -2
  120. data/lib/ynab/models/categories_response.rb +2 -2
  121. data/lib/ynab/models/category.rb +13 -3
  122. data/lib/ynab/models/category_group.rb +2 -2
  123. data/lib/ynab/models/category_group_with_categories.rb +2 -2
  124. data/lib/ynab/models/category_groups_wrapper.rb +2 -2
  125. data/lib/ynab/models/category_response.rb +2 -2
  126. data/lib/ynab/models/category_wrapper.rb +2 -2
  127. data/lib/ynab/models/currency_format.rb +2 -2
  128. data/lib/ynab/models/date_format.rb +2 -2
  129. data/lib/ynab/models/error_detail.rb +2 -2
  130. data/lib/ynab/models/error_response.rb +2 -2
  131. data/lib/ynab/models/hybrid_transaction.rb +2 -2
  132. data/lib/ynab/models/hybrid_transactions_response.rb +2 -2
  133. data/lib/ynab/models/hybrid_transactions_wrapper.rb +2 -2
  134. data/lib/ynab/models/month_detail.rb +2 -2
  135. data/lib/ynab/models/month_detail_response.rb +2 -2
  136. data/lib/ynab/models/month_detail_wrapper.rb +2 -2
  137. data/lib/ynab/models/month_summaries_response.rb +2 -2
  138. data/lib/ynab/models/month_summaries_wrapper.rb +2 -2
  139. data/lib/ynab/models/month_summary.rb +2 -2
  140. data/lib/ynab/models/payee.rb +2 -2
  141. data/lib/ynab/models/payee_location.rb +2 -2
  142. data/lib/ynab/models/payee_location_response.rb +2 -2
  143. data/lib/ynab/models/payee_location_wrapper.rb +2 -2
  144. data/lib/ynab/models/payee_locations_response.rb +2 -2
  145. data/lib/ynab/models/payee_locations_wrapper.rb +2 -2
  146. data/lib/ynab/models/payee_response.rb +2 -2
  147. data/lib/ynab/models/payee_wrapper.rb +2 -2
  148. data/lib/ynab/models/payees_response.rb +2 -2
  149. data/lib/ynab/models/payees_wrapper.rb +2 -2
  150. data/lib/ynab/models/save_transaction.rb +3 -3
  151. data/lib/ynab/models/save_transaction_wrapper.rb +2 -2
  152. data/lib/ynab/models/scheduled_sub_transaction.rb +2 -2
  153. data/lib/ynab/models/scheduled_transaction_detail.rb +2 -2
  154. data/lib/ynab/models/scheduled_transaction_response.rb +2 -2
  155. data/lib/ynab/models/scheduled_transaction_summary.rb +2 -2
  156. data/lib/ynab/models/scheduled_transaction_wrapper.rb +2 -2
  157. data/lib/ynab/models/scheduled_transactions_response.rb +2 -2
  158. data/lib/ynab/models/scheduled_transactions_wrapper.rb +2 -2
  159. data/lib/ynab/models/sub_transaction.rb +2 -2
  160. data/lib/ynab/models/transaction_detail.rb +2 -2
  161. data/lib/ynab/models/transaction_response.rb +2 -2
  162. data/lib/ynab/models/transaction_summary.rb +2 -2
  163. data/lib/ynab/models/transaction_wrapper.rb +2 -2
  164. data/lib/ynab/models/transactions_response.rb +2 -2
  165. data/lib/ynab/models/transactions_wrapper.rb +2 -2
  166. data/lib/ynab/models/user.rb +2 -2
  167. data/lib/ynab/models/user_response.rb +2 -2
  168. data/lib/ynab/models/user_wrapper.rb +2 -2
  169. data/lib/ynab/version.rb +2 -2
  170. data/pkg/ynab-1.0.0.gem +0 -0
  171. data/pkg/ynab-1.1.0.gem +0 -0
  172. data/spec-v1-swagger.json +105 -3
  173. data/spec/api/accounts_spec.rb +13 -4
  174. data/spec/api/budgets_spec.rb +4 -4
  175. data/spec/api/categories_spec.rb +4 -4
  176. data/spec/api/months_spec.rb +4 -4
  177. data/spec/api/payee_locations_spec.rb +4 -4
  178. data/spec/api/payees_spec.rb +4 -4
  179. data/spec/api/scheduled_transactions_spec.rb +4 -4
  180. data/spec/api/transactions_spec.rb +4 -4
  181. data/swagger-templates/gem.mustache +83 -0
  182. data/ynab.gemspec +1 -1
  183. metadata +11 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 544ab7cc74a4009daffb2af9406312fb344e7fe2
4
- data.tar.gz: 26cb2562cdd186372478ddaf5703ae1530c8f41a
3
+ metadata.gz: 9234cd3a793053cfa67ca0cffd6d08c638989742
4
+ data.tar.gz: 955cc21173d5c86526d57d53bef16c46fc9cb59e
5
5
  SHA512:
6
- metadata.gz: 1ed32df6c4d6efd0bae29bf2d028aca82cbaeb5be3a33550290243963d243bafbb6342a2cdb51cbde66a52af47b03c9da247c43416d93d368c9f8da1b5ed51e7
7
- data.tar.gz: ee5ce1269201903e408019e01f713ec1c186735823ee28436e77199e1915d003b00bf07e3628b0e415bfb599998440e15b2804119ff6a50f765b4d33465bf81b
6
+ metadata.gz: 699bf0e03df428ddef46ad497a07dfae2c4e7059f293fc301859724731db22e0e6fef5dd5f390ed051b344241b90cd40932635191fa05c053165bef6aabbdb39
7
+ data.tar.gz: fc3b48d22d5a3ed98d387710c498d470c53947186f9c76e98d5a766b72739859d6fd22204c9ab3564c7972969d90f239badcec797fd681d7dccb39c91c9730d8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ynab (1.0.0)
4
+ ynab (1.1.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/README.md CHANGED
@@ -28,7 +28,7 @@ require 'ynab'
28
28
 
29
29
  access_token = 'bf0cbb14b4330-not-real-3de12e66a389eaafe2'
30
30
 
31
- ynab = YnabApi::Client.new(access_token)
31
+ ynab = YNAB::API.new(access_token)
32
32
 
33
33
  budget_response = ynab.budgets.get_budgets
34
34
  budgets = budget_response.data.budgets
@@ -77,7 +77,7 @@ The following methods are available in this library.
77
77
  - Install dependencies: `bundle`
78
78
  - Generate latest client based on swagger spec: `rake generate`
79
79
  - Run tests: `rake spec` or `rspec`
80
- - Publish: Update `gemVersion` in config.json and then `rake generate && rspec && gem build ynab && gem push ynab-0.0.0.gem`
80
+ - Publish: Bump `gemVersion` in config.json and then run `rake publish`
81
81
 
82
82
  ## License
83
83
 
data/Rakefile CHANGED
@@ -8,6 +8,7 @@ begin
8
8
  rescue LoadError
9
9
  # no rspec available
10
10
  end
11
+
11
12
  task :default => [:spec]
12
13
 
13
14
  desc "Run Swagger Code Generator to update the client from the Swagger spec"
@@ -29,3 +30,11 @@ task :generate do
29
30
  " -c /local/config.json -o /local"\
30
31
  " -t /local/swagger-templates"
31
32
  end
33
+
34
+ task :commit_version_bump do
35
+ sh "git add lib/ynab/version.rb Gemfile.lock && git diff-index --quiet HEAD || git commit -m 'Bumping version for release'"
36
+ end
37
+
38
+ desc "Bump version, run specs build a gem and release on RubyGems"
39
+ task :publish => ['generate', 'commit_version_bump', 'spec', 'release']
40
+
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "gemName": "ynab",
3
- "moduleName": "YnabApi",
4
- "gemVersion": "1.0.0",
3
+ "moduleName": "YNAB",
4
+ "gemVersion": "1.1.0",
5
5
  "gemDescription": "Ruby gem wrapper for the YNAB API. Read the documentation at https://api.youneedabudget.com",
6
6
  "gemHomepage": "https://github.com/ynab/ynab-sdk-ruby",
7
7
  "gemLicense": "Apache-2.0",
@@ -1,4 +1,4 @@
1
- # YnabApi::Account
1
+ # YNAB::Account
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::AccountResponse
1
+ # YNAB::AccountResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::AccountWrapper
1
+ # YNAB::AccountWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::AccountsApi
1
+ # YNAB::AccountsApi
2
2
 
3
3
  All URIs are relative to *https://api.youneedabudget.com/v1*
4
4
 
@@ -1,4 +1,4 @@
1
- # YnabApi::AccountsResponse
1
+ # YNAB::AccountsResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::AccountsWrapper
1
+ # YNAB::AccountsWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetDetail
1
+ # YNAB::BudgetDetail
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetDetailResponse
1
+ # YNAB::BudgetDetailResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetDetailWrapper
1
+ # YNAB::BudgetDetailWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -0,0 +1,9 @@
1
+ # YNAB::BudgetSettings
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **date_format** | [**DateFormat**](DateFormat.md) | |
7
+ **currency_format** | [**CurrencyFormat**](CurrencyFormat.md) | |
8
+
9
+
@@ -0,0 +1,8 @@
1
+ # YNAB::BudgetSettingsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **data** | [**BudgetSettingsWrapper**](BudgetSettingsWrapper.md) | |
7
+
8
+
@@ -0,0 +1,8 @@
1
+ # YNAB::BudgetSettingsWrapper
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **settings** | [**BudgetSettings**](BudgetSettings.md) | |
7
+
8
+
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetSummary
1
+ # YNAB::BudgetSummary
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetSummaryResponse
1
+ # YNAB::BudgetSummaryResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BudgetSummaryWrapper
1
+ # YNAB::BudgetSummaryWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,10 +1,11 @@
1
- # YnabApi::BudgetsApi
1
+ # YNAB::BudgetsApi
2
2
 
3
3
  All URIs are relative to *https://api.youneedabudget.com/v1*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**get_budget_by_id**](BudgetsApi.md#get_budget_by_id) | **GET** /budgets/{budget_id} | Single budget
8
+ [**get_budget_settings_by_id**](BudgetsApi.md#get_budget_settings_by_id) | **GET** /budgets/{budget_id}/settings | Budget Settings
8
9
  [**get_budgets**](BudgetsApi.md#get_budgets) | **GET** /budgets | List budgets
9
10
 
10
11
 
@@ -26,6 +27,23 @@ Name | Type | Description | Notes
26
27
 
27
28
  [**BudgetDetailResponse**](BudgetDetailResponse.md)
28
29
 
30
+ # **get_budget_settings_by_id**
31
+ > BudgetSettingsResponse get_budget_settings_by_id(budget_id)
32
+
33
+ Budget Settings
34
+
35
+ Returns settings for a budget.
36
+
37
+ ### Parameters
38
+
39
+ Name | Type | Description | Notes
40
+ ------------- | ------------- | ------------- | -------------
41
+ **budget_id** | [**String**](.md)| The ID of the Budget. |
42
+
43
+ ### Return type
44
+
45
+ [**BudgetSettingsResponse**](BudgetSettingsResponse.md)
46
+
29
47
  # **get_budgets**
30
48
  > BudgetSummaryResponse get_budgets
31
49
 
@@ -1,4 +1,4 @@
1
- # YnabApi::BulkIdWrapper
1
+ # YNAB::BulkIdWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BulkIds
1
+ # YNAB::BulkIds
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::BulkResponse
1
+ # YNAB::BulkResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,8 +1,8 @@
1
- # YnabApi::BulkTransactionCreateResponse
1
+ # YNAB::BulkTransactionCreateResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **data** | [**BulkTransactionIds**](BulkTransactionIds.md) | |
6
+ **data** | [**BulkTransactionIds**](BulkTransactionIds.md) | |
7
7
 
8
8
 
@@ -1,8 +1,8 @@
1
- # YnabApi::BulkTransactionIds
1
+ # YNAB::BulkTransactionIds
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transaction_ids** | **Array<String>** | |
6
+ **transaction_ids** | **Array<String>** | |
7
7
 
8
8
 
@@ -1,4 +1,4 @@
1
- # YnabApi::BulkTransactions
1
+ # YNAB::BulkTransactions
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoriesApi
1
+ # YNAB::CategoriesApi
2
2
 
3
3
  All URIs are relative to *https://api.youneedabudget.com/v1*
4
4
 
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoriesResponse
1
+ # YNAB::CategoriesResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::Category
1
+ # YNAB::Category
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **category_group_id** | **String** | |
8
8
  **name** | **String** | |
9
9
  **hidden** | **BOOLEAN** | Whether or not the category is hidden |
10
+ **original_category_group_id** | **String** | If category is hidden this is the id of the category group it originally belonged to before it was hidden. | [optional]
10
11
  **note** | **String** | |
11
12
  **budgeted** | **Float** | Budgeted amount in current month in milliunits format |
12
13
  **activity** | **Float** | Activity amount in current month in milliunits format |
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoryGroup
1
+ # YNAB::CategoryGroup
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoryGroupWithCategories
1
+ # YNAB::CategoryGroupWithCategories
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoryGroupsWrapper
1
+ # YNAB::CategoryGroupsWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoryResponse
1
+ # YNAB::CategoryResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CategoryWrapper
1
+ # YNAB::CategoryWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::CurrencyFormat
1
+ # YNAB::CurrencyFormat
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::DateFormat
1
+ # YNAB::DateFormat
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::ErrorDetail
1
+ # YNAB::ErrorDetail
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::ErrorResponse
1
+ # YNAB::ErrorResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::HybridTransaction
1
+ # YNAB::HybridTransaction
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::HybridTransactionsResponse
1
+ # YNAB::HybridTransactionsResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::HybridTransactionsWrapper
1
+ # YNAB::HybridTransactionsWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthDetail
1
+ # YNAB::MonthDetail
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthDetailResponse
1
+ # YNAB::MonthDetailResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthDetailWrapper
1
+ # YNAB::MonthDetailWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthSummariesResponse
1
+ # YNAB::MonthSummariesResponse
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthSummariesWrapper
1
+ # YNAB::MonthSummariesWrapper
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthSummary
1
+ # YNAB::MonthSummary
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::MonthsApi
1
+ # YNAB::MonthsApi
2
2
 
3
3
  All URIs are relative to *https://api.youneedabudget.com/v1*
4
4
 
@@ -1,4 +1,4 @@
1
- # YnabApi::Payee
1
+ # YNAB::Payee
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # YnabApi::PayeeLocation
1
+ # YNAB::PayeeLocation
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes