budgea_client 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.
Files changed (284) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +12 -0
  3. data/Gemfile.lock +89 -0
  4. data/README.md +619 -0
  5. data/Rakefile +13 -0
  6. data/budgea_client.gemspec +35 -0
  7. data/docs/Access.md +12 -0
  8. data/docs/Account.md +25 -0
  9. data/docs/AccountLog.md +15 -0
  10. data/docs/AccountType.md +15 -0
  11. data/docs/AdministrationApi.md +944 -0
  12. data/docs/Alert.md +15 -0
  13. data/docs/AuthenticationApi.md +398 -0
  14. data/docs/Bank.md +18 -0
  15. data/docs/BankCategory.md +9 -0
  16. data/docs/BanksApi.md +6558 -0
  17. data/docs/Category.md +17 -0
  18. data/docs/Client.md +18 -0
  19. data/docs/Connection.md +16 -0
  20. data/docs/ConnectionContact.md +17 -0
  21. data/docs/ConnectionLog.md +21 -0
  22. data/docs/ConnectionsApi.md +934 -0
  23. data/docs/ConnectorLogo.md +11 -0
  24. data/docs/Currency.md +10 -0
  25. data/docs/Device.md +14 -0
  26. data/docs/Document.md +29 -0
  27. data/docs/DocumentType.md +10 -0
  28. data/docs/DocumentsApi.md +5228 -0
  29. data/docs/Field.md +15 -0
  30. data/docs/File.md +11 -0
  31. data/docs/Group.md +15 -0
  32. data/docs/HashTable.md +11 -0
  33. data/docs/InlineResponse200.md +8 -0
  34. data/docs/InlineResponse2001.md +9 -0
  35. data/docs/InlineResponse20010.md +8 -0
  36. data/docs/InlineResponse20011.md +8 -0
  37. data/docs/InlineResponse20012.md +8 -0
  38. data/docs/InlineResponse20013.md +8 -0
  39. data/docs/InlineResponse20014.md +8 -0
  40. data/docs/InlineResponse20015.md +8 -0
  41. data/docs/InlineResponse20016.md +8 -0
  42. data/docs/InlineResponse20017.md +8 -0
  43. data/docs/InlineResponse20018.md +8 -0
  44. data/docs/InlineResponse20019.md +8 -0
  45. data/docs/InlineResponse2002.md +10 -0
  46. data/docs/InlineResponse20020.md +8 -0
  47. data/docs/InlineResponse20021.md +8 -0
  48. data/docs/InlineResponse20022.md +8 -0
  49. data/docs/InlineResponse20023.md +8 -0
  50. data/docs/InlineResponse20024.md +8 -0
  51. data/docs/InlineResponse20025.md +8 -0
  52. data/docs/InlineResponse20026.md +8 -0
  53. data/docs/InlineResponse20027.md +8 -0
  54. data/docs/InlineResponse20028.md +8 -0
  55. data/docs/InlineResponse20029.md +8 -0
  56. data/docs/InlineResponse2003.md +10 -0
  57. data/docs/InlineResponse20030.md +8 -0
  58. data/docs/InlineResponse20031.md +8 -0
  59. data/docs/InlineResponse20032.md +8 -0
  60. data/docs/InlineResponse20033.md +8 -0
  61. data/docs/InlineResponse2004.md +12 -0
  62. data/docs/InlineResponse2005.md +9 -0
  63. data/docs/InlineResponse2006.md +10 -0
  64. data/docs/InlineResponse2007.md +8 -0
  65. data/docs/InlineResponse2008.md +8 -0
  66. data/docs/InlineResponse2009.md +8 -0
  67. data/docs/Investment.md +32 -0
  68. data/docs/InvestmentValue.md +13 -0
  69. data/docs/Invite.md +13 -0
  70. data/docs/LockedUser.md +10 -0
  71. data/docs/OCRApi.md +117 -0
  72. data/docs/OIDCApi.md +167 -0
  73. data/docs/OidcWhitelist.md +9 -0
  74. data/docs/PFMApi.md +2204 -0
  75. data/docs/Pocket.md +17 -0
  76. data/docs/Profile.md +15 -0
  77. data/docs/Project.md +16 -0
  78. data/docs/ProjectType.md +10 -0
  79. data/docs/ProvidersApi.md +7014 -0
  80. data/docs/Recipient.md +22 -0
  81. data/docs/RecipientsApi.md +244 -0
  82. data/docs/Security.md +12 -0
  83. data/docs/Subscription.md +18 -0
  84. data/docs/TermsApi.md +218 -0
  85. data/docs/TermsOfService.md +12 -0
  86. data/docs/Transaction.md +33 -0
  87. data/docs/TransactionInformation.md +11 -0
  88. data/docs/TransactionsCluster.md +16 -0
  89. data/docs/Transfer.md +23 -0
  90. data/docs/TransfersApi.md +2404 -0
  91. data/docs/User.md +10 -0
  92. data/docs/UserAlert.md +21 -0
  93. data/docs/UsersManagementApi.md +608 -0
  94. data/docs/WealthApi.md +828 -0
  95. data/docs/Webhook.md +15 -0
  96. data/git_push.sh +55 -0
  97. data/lib/budgea_client.rb +118 -0
  98. data/lib/budgea_client/api/administration_api.rb +1059 -0
  99. data/lib/budgea_client/api/authentication_api.rb +467 -0
  100. data/lib/budgea_client/api/banks_api.rb +7837 -0
  101. data/lib/budgea_client/api/connections_api.rb +1088 -0
  102. data/lib/budgea_client/api/documents_api.rb +6637 -0
  103. data/lib/budgea_client/api/ocr_api.rb +141 -0
  104. data/lib/budgea_client/api/oidc_api.rb +195 -0
  105. data/lib/budgea_client/api/pfm_api.rb +2630 -0
  106. data/lib/budgea_client/api/providers_api.rb +8694 -0
  107. data/lib/budgea_client/api/recipients_api.rb +293 -0
  108. data/lib/budgea_client/api/terms_api.rb +245 -0
  109. data/lib/budgea_client/api/transfers_api.rb +2941 -0
  110. data/lib/budgea_client/api/users_management_api.rb +695 -0
  111. data/lib/budgea_client/api/wealth_api.rb +994 -0
  112. data/lib/budgea_client/api_client.rb +378 -0
  113. data/lib/budgea_client/api_error.rb +28 -0
  114. data/lib/budgea_client/configuration.rb +192 -0
  115. data/lib/budgea_client/models/access.rb +224 -0
  116. data/lib/budgea_client/models/account.rb +383 -0
  117. data/lib/budgea_client/models/account_log.rb +266 -0
  118. data/lib/budgea_client/models/account_type.rb +281 -0
  119. data/lib/budgea_client/models/alert.rb +273 -0
  120. data/lib/budgea_client/models/bank.rb +308 -0
  121. data/lib/budgea_client/models/bank_category.rb +201 -0
  122. data/lib/budgea_client/models/category.rb +299 -0
  123. data/lib/budgea_client/models/client.rb +305 -0
  124. data/lib/budgea_client/models/connection.rb +276 -0
  125. data/lib/budgea_client/models/connection_contact.rb +274 -0
  126. data/lib/budgea_client/models/connection_log.rb +324 -0
  127. data/lib/budgea_client/models/connector_logo.rb +223 -0
  128. data/lib/budgea_client/models/currency.rb +216 -0
  129. data/lib/budgea_client/models/device.rb +269 -0
  130. data/lib/budgea_client/models/document.rb +398 -0
  131. data/lib/budgea_client/models/document_type.rb +213 -0
  132. data/lib/budgea_client/models/field.rb +273 -0
  133. data/lib/budgea_client/models/file.rb +225 -0
  134. data/lib/budgea_client/models/group.rb +246 -0
  135. data/lib/budgea_client/models/hash_table.rb +227 -0
  136. data/lib/budgea_client/models/inline_response_200.rb +185 -0
  137. data/lib/budgea_client/models/inline_response_200_1.rb +199 -0
  138. data/lib/budgea_client/models/inline_response_200_10.rb +185 -0
  139. data/lib/budgea_client/models/inline_response_200_11.rb +185 -0
  140. data/lib/budgea_client/models/inline_response_200_12.rb +185 -0
  141. data/lib/budgea_client/models/inline_response_200_13.rb +185 -0
  142. data/lib/budgea_client/models/inline_response_200_14.rb +185 -0
  143. data/lib/budgea_client/models/inline_response_200_15.rb +185 -0
  144. data/lib/budgea_client/models/inline_response_200_16.rb +185 -0
  145. data/lib/budgea_client/models/inline_response_200_17.rb +185 -0
  146. data/lib/budgea_client/models/inline_response_200_18.rb +185 -0
  147. data/lib/budgea_client/models/inline_response_200_19.rb +185 -0
  148. data/lib/budgea_client/models/inline_response_200_2.rb +209 -0
  149. data/lib/budgea_client/models/inline_response_200_20.rb +185 -0
  150. data/lib/budgea_client/models/inline_response_200_21.rb +185 -0
  151. data/lib/budgea_client/models/inline_response_200_22.rb +185 -0
  152. data/lib/budgea_client/models/inline_response_200_23.rb +185 -0
  153. data/lib/budgea_client/models/inline_response_200_24.rb +185 -0
  154. data/lib/budgea_client/models/inline_response_200_25.rb +185 -0
  155. data/lib/budgea_client/models/inline_response_200_26.rb +185 -0
  156. data/lib/budgea_client/models/inline_response_200_27.rb +185 -0
  157. data/lib/budgea_client/models/inline_response_200_28.rb +185 -0
  158. data/lib/budgea_client/models/inline_response_200_29.rb +185 -0
  159. data/lib/budgea_client/models/inline_response_200_3.rb +214 -0
  160. data/lib/budgea_client/models/inline_response_200_30.rb +185 -0
  161. data/lib/budgea_client/models/inline_response_200_31.rb +185 -0
  162. data/lib/budgea_client/models/inline_response_200_32.rb +185 -0
  163. data/lib/budgea_client/models/inline_response_200_33.rb +185 -0
  164. data/lib/budgea_client/models/inline_response_200_4.rb +239 -0
  165. data/lib/budgea_client/models/inline_response_200_5.rb +199 -0
  166. data/lib/budgea_client/models/inline_response_200_6.rb +214 -0
  167. data/lib/budgea_client/models/inline_response_200_7.rb +185 -0
  168. data/lib/budgea_client/models/inline_response_200_8.rb +185 -0
  169. data/lib/budgea_client/models/inline_response_200_9.rb +185 -0
  170. data/lib/budgea_client/models/investment.rb +449 -0
  171. data/lib/budgea_client/models/investment_value.rb +249 -0
  172. data/lib/budgea_client/models/invite.rb +233 -0
  173. data/lib/budgea_client/models/locked_user.rb +206 -0
  174. data/lib/budgea_client/models/oidc_whitelist.rb +198 -0
  175. data/lib/budgea_client/models/pocket.rb +298 -0
  176. data/lib/budgea_client/models/profile.rb +308 -0
  177. data/lib/budgea_client/models/project.rb +301 -0
  178. data/lib/budgea_client/models/project_type.rb +206 -0
  179. data/lib/budgea_client/models/recipient.rb +343 -0
  180. data/lib/budgea_client/models/security.rb +229 -0
  181. data/lib/budgea_client/models/subscription.rb +299 -0
  182. data/lib/budgea_client/models/terms_of_service.rb +229 -0
  183. data/lib/budgea_client/models/transaction.rb +507 -0
  184. data/lib/budgea_client/models/transaction_information.rb +224 -0
  185. data/lib/budgea_client/models/transactions_cluster.rb +277 -0
  186. data/lib/budgea_client/models/transfer.rb +354 -0
  187. data/lib/budgea_client/models/user.rb +244 -0
  188. data/lib/budgea_client/models/user_alert.rb +333 -0
  189. data/lib/budgea_client/models/webhook.rb +264 -0
  190. data/lib/budgea_client/version.rb +5 -0
  191. data/pkg/budgea_client-1.0.0.gem +0 -0
  192. data/spec/api/administration_api_spec.rb +271 -0
  193. data/spec/api/authentication_api_spec.rb +126 -0
  194. data/spec/api/banks_api_spec.rb +1787 -0
  195. data/spec/api/connections_api_spec.rb +279 -0
  196. data/spec/api/documents_api_spec.rb +1557 -0
  197. data/spec/api/ocr_api_spec.rb +54 -0
  198. data/spec/api/oidc_api_spec.rb +65 -0
  199. data/spec/api/pfm_api_spec.rb +613 -0
  200. data/spec/api/providers_api_spec.rb +2029 -0
  201. data/spec/api/recipients_api_spec.rb +89 -0
  202. data/spec/api/terms_api_spec.rb +79 -0
  203. data/spec/api/transfers_api_spec.rb +661 -0
  204. data/spec/api/users_management_api_spec.rb +177 -0
  205. data/spec/api/wealth_api_spec.rb +246 -0
  206. data/spec/api_client_spec.rb +216 -0
  207. data/spec/configuration_spec.rb +32 -0
  208. data/spec/models/access_spec.rb +56 -0
  209. data/spec/models/account_log_spec.rb +74 -0
  210. data/spec/models/account_spec.rb +134 -0
  211. data/spec/models/account_type_spec.rb +74 -0
  212. data/spec/models/alert_spec.rb +74 -0
  213. data/spec/models/bank_category_spec.rb +38 -0
  214. data/spec/models/bank_spec.rb +92 -0
  215. data/spec/models/category_spec.rb +86 -0
  216. data/spec/models/client_spec.rb +92 -0
  217. data/spec/models/connection_contact_spec.rb +86 -0
  218. data/spec/models/connection_log_spec.rb +110 -0
  219. data/spec/models/connection_spec.rb +80 -0
  220. data/spec/models/connector_logo_spec.rb +50 -0
  221. data/spec/models/currency_spec.rb +44 -0
  222. data/spec/models/device_spec.rb +68 -0
  223. data/spec/models/document_spec.rb +158 -0
  224. data/spec/models/document_type_spec.rb +44 -0
  225. data/spec/models/field_spec.rb +74 -0
  226. data/spec/models/file_spec.rb +50 -0
  227. data/spec/models/group_spec.rb +74 -0
  228. data/spec/models/hash_table_spec.rb +50 -0
  229. data/spec/models/inline_response_200_10_spec.rb +32 -0
  230. data/spec/models/inline_response_200_11_spec.rb +32 -0
  231. data/spec/models/inline_response_200_12_spec.rb +32 -0
  232. data/spec/models/inline_response_200_13_spec.rb +32 -0
  233. data/spec/models/inline_response_200_14_spec.rb +32 -0
  234. data/spec/models/inline_response_200_15_spec.rb +32 -0
  235. data/spec/models/inline_response_200_16_spec.rb +32 -0
  236. data/spec/models/inline_response_200_17_spec.rb +32 -0
  237. data/spec/models/inline_response_200_18_spec.rb +32 -0
  238. data/spec/models/inline_response_200_19_spec.rb +32 -0
  239. data/spec/models/inline_response_200_1_spec.rb +38 -0
  240. data/spec/models/inline_response_200_20_spec.rb +32 -0
  241. data/spec/models/inline_response_200_21_spec.rb +32 -0
  242. data/spec/models/inline_response_200_22_spec.rb +32 -0
  243. data/spec/models/inline_response_200_23_spec.rb +32 -0
  244. data/spec/models/inline_response_200_24_spec.rb +32 -0
  245. data/spec/models/inline_response_200_25_spec.rb +32 -0
  246. data/spec/models/inline_response_200_26_spec.rb +32 -0
  247. data/spec/models/inline_response_200_27_spec.rb +32 -0
  248. data/spec/models/inline_response_200_28_spec.rb +32 -0
  249. data/spec/models/inline_response_200_29_spec.rb +32 -0
  250. data/spec/models/inline_response_200_2_spec.rb +44 -0
  251. data/spec/models/inline_response_200_30_spec.rb +32 -0
  252. data/spec/models/inline_response_200_31_spec.rb +32 -0
  253. data/spec/models/inline_response_200_32_spec.rb +32 -0
  254. data/spec/models/inline_response_200_33_spec.rb +32 -0
  255. data/spec/models/inline_response_200_3_spec.rb +44 -0
  256. data/spec/models/inline_response_200_4_spec.rb +56 -0
  257. data/spec/models/inline_response_200_5_spec.rb +38 -0
  258. data/spec/models/inline_response_200_6_spec.rb +44 -0
  259. data/spec/models/inline_response_200_7_spec.rb +32 -0
  260. data/spec/models/inline_response_200_8_spec.rb +32 -0
  261. data/spec/models/inline_response_200_9_spec.rb +32 -0
  262. data/spec/models/inline_response_200_spec.rb +32 -0
  263. data/spec/models/investment_spec.rb +176 -0
  264. data/spec/models/investment_value_spec.rb +62 -0
  265. data/spec/models/invite_spec.rb +62 -0
  266. data/spec/models/locked_user_spec.rb +44 -0
  267. data/spec/models/oidc_whitelist_spec.rb +38 -0
  268. data/spec/models/pocket_spec.rb +86 -0
  269. data/spec/models/profile_spec.rb +78 -0
  270. data/spec/models/project_spec.rb +80 -0
  271. data/spec/models/project_type_spec.rb +44 -0
  272. data/spec/models/recipient_spec.rb +116 -0
  273. data/spec/models/security_spec.rb +56 -0
  274. data/spec/models/subscription_spec.rb +92 -0
  275. data/spec/models/terms_of_service_spec.rb +56 -0
  276. data/spec/models/transaction_information_spec.rb +50 -0
  277. data/spec/models/transaction_spec.rb +182 -0
  278. data/spec/models/transactions_cluster_spec.rb +80 -0
  279. data/spec/models/transfer_spec.rb +122 -0
  280. data/spec/models/user_alert_spec.rb +110 -0
  281. data/spec/models/user_spec.rb +48 -0
  282. data/spec/models/webhook_spec.rb +74 -0
  283. data/spec/spec_helper.rb +51 -0
  284. metadata +599 -0
@@ -0,0 +1,122 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+ require 'json'
5
+ require 'date'
6
+
7
+ # Unit tests for BudgeaClient::Transfer
8
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
9
+ # Please update as you see appropriate
10
+ describe 'Transfer' do
11
+ before do
12
+ # run before each test
13
+ @instance = BudgeaClient::Transfer.new
14
+ end
15
+
16
+ after do
17
+ # run after each test
18
+ end
19
+
20
+ describe 'test an instance of Transfer' do
21
+ it 'should create an instance of Transfer' do
22
+ expect(@instance).to be_instance_of(BudgeaClient::Transfer)
23
+ end
24
+ end
25
+ describe 'test attribute "id"' do
26
+ it 'should work' do
27
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
+ end
29
+ end
30
+
31
+ describe 'test attribute "id_account"' do
32
+ it 'should work' do
33
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
+ end
35
+ end
36
+
37
+ describe 'test attribute "id_recipient"' do
38
+ it 'should work' do
39
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
+ end
41
+ end
42
+
43
+ describe 'test attribute "account_iban"' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
49
+ describe 'test attribute "recipient_iban"' do
50
+ it 'should work' do
51
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ end
53
+ end
54
+
55
+ describe 'test attribute "exec_date"' do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ describe 'test attribute "register_date"' do
62
+ it 'should work' do
63
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
+ end
65
+ end
66
+
67
+ describe 'test attribute "amount"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
73
+ describe 'test attribute "fees"' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
79
+ describe 'test attribute "webid"' do
80
+ it 'should work' do
81
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
+ end
83
+ end
84
+
85
+ describe 'test attribute "state"' do
86
+ it 'should work' do
87
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
+ end
89
+ end
90
+
91
+ describe 'test attribute "error"' do
92
+ it 'should work' do
93
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
+ end
95
+ end
96
+
97
+ describe 'test attribute "label"' do
98
+ it 'should work' do
99
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
+ end
101
+ end
102
+
103
+ describe 'test attribute "account_balance"' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
109
+ describe 'test attribute "id_transaction"' do
110
+ it 'should work' do
111
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
+ end
113
+ end
114
+
115
+ describe 'test attribute "currency"' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
+ end
119
+ end
120
+
121
+ end
122
+
@@ -0,0 +1,110 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+ require 'json'
5
+ require 'date'
6
+
7
+ # Unit tests for BudgeaClient::UserAlert
8
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
9
+ # Please update as you see appropriate
10
+ describe 'UserAlert' do
11
+ before do
12
+ # run before each test
13
+ @instance = BudgeaClient::UserAlert.new
14
+ end
15
+
16
+ after do
17
+ # run after each test
18
+ end
19
+
20
+ describe 'test an instance of UserAlert' do
21
+ it 'should create an instance of UserAlert' do
22
+ expect(@instance).to be_instance_of(BudgeaClient::UserAlert)
23
+ end
24
+ end
25
+ describe 'test attribute "id"' do
26
+ it 'should work' do
27
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
+ end
29
+ end
30
+
31
+ describe 'test attribute "income_max"' do
32
+ it 'should work' do
33
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
+ end
35
+ end
36
+
37
+ describe 'test attribute "expense_max"' do
38
+ it 'should work' do
39
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
+ end
41
+ end
42
+
43
+ describe 'test attribute "balance_min1"' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
49
+ describe 'test attribute "balance_min2"' do
50
+ it 'should work' do
51
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ end
53
+ end
54
+
55
+ describe 'test attribute "balance_max"' do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ describe 'test attribute "resume_enabled"' do
62
+ it 'should work' do
63
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
+ end
65
+ end
66
+
67
+ describe 'test attribute "enabled"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
73
+ describe 'test attribute "value_type"' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
79
+ describe 'test attribute "type"' do
80
+ it 'should work' do
81
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
+ end
83
+ end
84
+
85
+ describe 'test attribute "transaction_types"' do
86
+ it 'should work' do
87
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
+ end
89
+ end
90
+
91
+ describe 'test attribute "date_range"' do
92
+ it 'should work' do
93
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
+ end
95
+ end
96
+
97
+ describe 'test attribute "apply"' do
98
+ it 'should work' do
99
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
+ end
101
+ end
102
+
103
+ describe 'test attribute "resume_frequency"' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
109
+ end
110
+
@@ -0,0 +1,48 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+ require 'json'
5
+ require 'date'
6
+
7
+ # Unit tests for BudgeaClient::User
8
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
9
+ # Please update as you see appropriate
10
+ describe 'User' do
11
+ before do
12
+ # run before each test
13
+ @instance = BudgeaClient::User.new
14
+ end
15
+
16
+ after do
17
+ # run after each test
18
+ end
19
+
20
+ describe 'test an instance of User' do
21
+ it 'should create an instance of User' do
22
+ expect(@instance).to be_instance_of(BudgeaClient::User)
23
+ end
24
+ end
25
+ describe 'test attribute "id"' do
26
+ it 'should work' do
27
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
+ end
29
+ end
30
+
31
+ describe 'test attribute "signin"' do
32
+ it 'should work' do
33
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
+ end
35
+ end
36
+
37
+ describe 'test attribute "platform"' do
38
+ it 'should work' do
39
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
+ #validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["web", "iPad", "iPhone", "Android", "CAstore", "requestAccess", "sharedAccess", "transfer"])
41
+ #validator.allowable_values.each do |value|
42
+ # expect { @instance.platform = value }.not_to raise_error
43
+ #end
44
+ end
45
+ end
46
+
47
+ end
48
+
@@ -0,0 +1,74 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+ require 'json'
5
+ require 'date'
6
+
7
+ # Unit tests for BudgeaClient::Webhook
8
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
9
+ # Please update as you see appropriate
10
+ describe 'Webhook' do
11
+ before do
12
+ # run before each test
13
+ @instance = BudgeaClient::Webhook.new
14
+ end
15
+
16
+ after do
17
+ # run after each test
18
+ end
19
+
20
+ describe 'test an instance of Webhook' do
21
+ it 'should create an instance of Webhook' do
22
+ expect(@instance).to be_instance_of(BudgeaClient::Webhook)
23
+ end
24
+ end
25
+ describe 'test attribute "id"' do
26
+ it 'should work' do
27
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
+ end
29
+ end
30
+
31
+ describe 'test attribute "created"' do
32
+ it 'should work' do
33
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
+ end
35
+ end
36
+
37
+ describe 'test attribute "updated"' do
38
+ it 'should work' do
39
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
+ end
41
+ end
42
+
43
+ describe 'test attribute "deleted"' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
49
+ describe 'test attribute "id_service"' do
50
+ it 'should work' do
51
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ end
53
+ end
54
+
55
+ describe 'test attribute "id_user"' do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ describe 'test attribute "id_event"' do
62
+ it 'should work' do
63
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
+ end
65
+ end
66
+
67
+ describe 'test attribute "url"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
73
+ end
74
+
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # load the gem
4
+ require 'budgea_client'
5
+
6
+ # The following was generated by the `rspec --init` command. Conventionally, all
7
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
8
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
9
+ # this file to always be loaded, without a need to explicitly require it in any
10
+ # files.
11
+ #
12
+ # Given that it is always loaded, you are encouraged to keep this file as
13
+ # light-weight as possible. Requiring heavyweight dependencies from this file
14
+ # will add to the boot time of your test suite on EVERY test run, even for an
15
+ # individual file that may not need all of that loaded. Instead, consider making
16
+ # a separate helper file that requires the additional dependencies and performs
17
+ # the additional setup, and require it from the spec files that actually need
18
+ # it.
19
+ #
20
+ # The `.rspec` file also contains a few flags that are not defaults but that
21
+ # users commonly want.
22
+ #
23
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
24
+ RSpec.configure do |config|
25
+ # rspec-expectations config goes here. You can use an alternate
26
+ # assertion/expectation library such as wrong or the stdlib/minitest
27
+ # assertions if you prefer.
28
+ config.expect_with :rspec do |expectations|
29
+ # This option will default to `true` in RSpec 4. It makes the `description`
30
+ # and `failure_message` of custom matchers include text for helper methods
31
+ # defined using `chain`, e.g.:
32
+ # be_bigger_than(2).and_smaller_than(4).description
33
+ # # => "be bigger than 2 and smaller than 4"
34
+ # ...rather than:
35
+ # # => "be bigger than 2"
36
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
37
+ end
38
+
39
+ # rspec-mocks config goes here. You can use an alternate test double
40
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
41
+ config.mock_with :rspec do |mocks|
42
+ # Prevents you from mocking or stubbing a method that does not exist on
43
+ # a real object. This is generally recommended, and will default to
44
+ # `true` in RSpec 4.
45
+ mocks.verify_partial_doubles = true
46
+ end
47
+
48
+ # The settings below are suggested to provide a good initial experience
49
+ # with RSpec, but feel free to customize to your heart's content.
50
+ # frozen_string_literal: true
51
+ end
metadata ADDED
@@ -0,0 +1,599 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: budgea_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Chaker Nakhli
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-09-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 2.1.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '2.1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 2.1.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: typhoeus
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.0.1
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.0'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.0.1
53
+ - !ruby/object:Gem::Dependency
54
+ name: autotest
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '4.4'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 4.4.6
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '4.4'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 4.4.6
73
+ - !ruby/object:Gem::Dependency
74
+ name: autotest-fsevent
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '0.2'
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 0.2.12
83
+ type: :development
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.2'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 0.2.12
93
+ - !ruby/object:Gem::Dependency
94
+ name: autotest-growl
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '0.2'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 0.2.16
103
+ type: :development
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '0.2'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 0.2.16
113
+ - !ruby/object:Gem::Dependency
114
+ name: autotest-rails-pure
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - "~>"
118
+ - !ruby/object:Gem::Version
119
+ version: '4.1'
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: 4.1.2
123
+ type: :development
124
+ prerelease: false
125
+ version_requirements: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '4.1'
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: 4.1.2
133
+ - !ruby/object:Gem::Dependency
134
+ name: rspec
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '3.6'
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: 3.6.0
143
+ type: :development
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '3.6'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 3.6.0
153
+ - !ruby/object:Gem::Dependency
154
+ name: vcr
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '3.0'
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: 3.0.1
163
+ type: :development
164
+ prerelease: false
165
+ version_requirements: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '3.0'
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: 3.0.1
173
+ - !ruby/object:Gem::Dependency
174
+ name: webmock
175
+ requirement: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - "~>"
178
+ - !ruby/object:Gem::Version
179
+ version: '1.24'
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ version: 1.24.3
183
+ type: :development
184
+ prerelease: false
185
+ version_requirements: !ruby/object:Gem::Requirement
186
+ requirements:
187
+ - - "~>"
188
+ - !ruby/object:Gem::Version
189
+ version: '1.24'
190
+ - - ">="
191
+ - !ruby/object:Gem::Version
192
+ version: 1.24.3
193
+ description: Budgea API Documentation Ruby Gem
194
+ email:
195
+ - chaker.nakhli@cashbee.fr
196
+ executables: []
197
+ extensions: []
198
+ extra_rdoc_files: []
199
+ files:
200
+ - Gemfile
201
+ - Gemfile.lock
202
+ - README.md
203
+ - Rakefile
204
+ - budgea_client.gemspec
205
+ - docs/Access.md
206
+ - docs/Account.md
207
+ - docs/AccountLog.md
208
+ - docs/AccountType.md
209
+ - docs/AdministrationApi.md
210
+ - docs/Alert.md
211
+ - docs/AuthenticationApi.md
212
+ - docs/Bank.md
213
+ - docs/BankCategory.md
214
+ - docs/BanksApi.md
215
+ - docs/Category.md
216
+ - docs/Client.md
217
+ - docs/Connection.md
218
+ - docs/ConnectionContact.md
219
+ - docs/ConnectionLog.md
220
+ - docs/ConnectionsApi.md
221
+ - docs/ConnectorLogo.md
222
+ - docs/Currency.md
223
+ - docs/Device.md
224
+ - docs/Document.md
225
+ - docs/DocumentType.md
226
+ - docs/DocumentsApi.md
227
+ - docs/Field.md
228
+ - docs/File.md
229
+ - docs/Group.md
230
+ - docs/HashTable.md
231
+ - docs/InlineResponse200.md
232
+ - docs/InlineResponse2001.md
233
+ - docs/InlineResponse20010.md
234
+ - docs/InlineResponse20011.md
235
+ - docs/InlineResponse20012.md
236
+ - docs/InlineResponse20013.md
237
+ - docs/InlineResponse20014.md
238
+ - docs/InlineResponse20015.md
239
+ - docs/InlineResponse20016.md
240
+ - docs/InlineResponse20017.md
241
+ - docs/InlineResponse20018.md
242
+ - docs/InlineResponse20019.md
243
+ - docs/InlineResponse2002.md
244
+ - docs/InlineResponse20020.md
245
+ - docs/InlineResponse20021.md
246
+ - docs/InlineResponse20022.md
247
+ - docs/InlineResponse20023.md
248
+ - docs/InlineResponse20024.md
249
+ - docs/InlineResponse20025.md
250
+ - docs/InlineResponse20026.md
251
+ - docs/InlineResponse20027.md
252
+ - docs/InlineResponse20028.md
253
+ - docs/InlineResponse20029.md
254
+ - docs/InlineResponse2003.md
255
+ - docs/InlineResponse20030.md
256
+ - docs/InlineResponse20031.md
257
+ - docs/InlineResponse20032.md
258
+ - docs/InlineResponse20033.md
259
+ - docs/InlineResponse2004.md
260
+ - docs/InlineResponse2005.md
261
+ - docs/InlineResponse2006.md
262
+ - docs/InlineResponse2007.md
263
+ - docs/InlineResponse2008.md
264
+ - docs/InlineResponse2009.md
265
+ - docs/Investment.md
266
+ - docs/InvestmentValue.md
267
+ - docs/Invite.md
268
+ - docs/LockedUser.md
269
+ - docs/OCRApi.md
270
+ - docs/OIDCApi.md
271
+ - docs/OidcWhitelist.md
272
+ - docs/PFMApi.md
273
+ - docs/Pocket.md
274
+ - docs/Profile.md
275
+ - docs/Project.md
276
+ - docs/ProjectType.md
277
+ - docs/ProvidersApi.md
278
+ - docs/Recipient.md
279
+ - docs/RecipientsApi.md
280
+ - docs/Security.md
281
+ - docs/Subscription.md
282
+ - docs/TermsApi.md
283
+ - docs/TermsOfService.md
284
+ - docs/Transaction.md
285
+ - docs/TransactionInformation.md
286
+ - docs/TransactionsCluster.md
287
+ - docs/Transfer.md
288
+ - docs/TransfersApi.md
289
+ - docs/User.md
290
+ - docs/UserAlert.md
291
+ - docs/UsersManagementApi.md
292
+ - docs/WealthApi.md
293
+ - docs/Webhook.md
294
+ - git_push.sh
295
+ - lib/budgea_client.rb
296
+ - lib/budgea_client/api/administration_api.rb
297
+ - lib/budgea_client/api/authentication_api.rb
298
+ - lib/budgea_client/api/banks_api.rb
299
+ - lib/budgea_client/api/connections_api.rb
300
+ - lib/budgea_client/api/documents_api.rb
301
+ - lib/budgea_client/api/ocr_api.rb
302
+ - lib/budgea_client/api/oidc_api.rb
303
+ - lib/budgea_client/api/pfm_api.rb
304
+ - lib/budgea_client/api/providers_api.rb
305
+ - lib/budgea_client/api/recipients_api.rb
306
+ - lib/budgea_client/api/terms_api.rb
307
+ - lib/budgea_client/api/transfers_api.rb
308
+ - lib/budgea_client/api/users_management_api.rb
309
+ - lib/budgea_client/api/wealth_api.rb
310
+ - lib/budgea_client/api_client.rb
311
+ - lib/budgea_client/api_error.rb
312
+ - lib/budgea_client/configuration.rb
313
+ - lib/budgea_client/models/access.rb
314
+ - lib/budgea_client/models/account.rb
315
+ - lib/budgea_client/models/account_log.rb
316
+ - lib/budgea_client/models/account_type.rb
317
+ - lib/budgea_client/models/alert.rb
318
+ - lib/budgea_client/models/bank.rb
319
+ - lib/budgea_client/models/bank_category.rb
320
+ - lib/budgea_client/models/category.rb
321
+ - lib/budgea_client/models/client.rb
322
+ - lib/budgea_client/models/connection.rb
323
+ - lib/budgea_client/models/connection_contact.rb
324
+ - lib/budgea_client/models/connection_log.rb
325
+ - lib/budgea_client/models/connector_logo.rb
326
+ - lib/budgea_client/models/currency.rb
327
+ - lib/budgea_client/models/device.rb
328
+ - lib/budgea_client/models/document.rb
329
+ - lib/budgea_client/models/document_type.rb
330
+ - lib/budgea_client/models/field.rb
331
+ - lib/budgea_client/models/file.rb
332
+ - lib/budgea_client/models/group.rb
333
+ - lib/budgea_client/models/hash_table.rb
334
+ - lib/budgea_client/models/inline_response_200.rb
335
+ - lib/budgea_client/models/inline_response_200_1.rb
336
+ - lib/budgea_client/models/inline_response_200_10.rb
337
+ - lib/budgea_client/models/inline_response_200_11.rb
338
+ - lib/budgea_client/models/inline_response_200_12.rb
339
+ - lib/budgea_client/models/inline_response_200_13.rb
340
+ - lib/budgea_client/models/inline_response_200_14.rb
341
+ - lib/budgea_client/models/inline_response_200_15.rb
342
+ - lib/budgea_client/models/inline_response_200_16.rb
343
+ - lib/budgea_client/models/inline_response_200_17.rb
344
+ - lib/budgea_client/models/inline_response_200_18.rb
345
+ - lib/budgea_client/models/inline_response_200_19.rb
346
+ - lib/budgea_client/models/inline_response_200_2.rb
347
+ - lib/budgea_client/models/inline_response_200_20.rb
348
+ - lib/budgea_client/models/inline_response_200_21.rb
349
+ - lib/budgea_client/models/inline_response_200_22.rb
350
+ - lib/budgea_client/models/inline_response_200_23.rb
351
+ - lib/budgea_client/models/inline_response_200_24.rb
352
+ - lib/budgea_client/models/inline_response_200_25.rb
353
+ - lib/budgea_client/models/inline_response_200_26.rb
354
+ - lib/budgea_client/models/inline_response_200_27.rb
355
+ - lib/budgea_client/models/inline_response_200_28.rb
356
+ - lib/budgea_client/models/inline_response_200_29.rb
357
+ - lib/budgea_client/models/inline_response_200_3.rb
358
+ - lib/budgea_client/models/inline_response_200_30.rb
359
+ - lib/budgea_client/models/inline_response_200_31.rb
360
+ - lib/budgea_client/models/inline_response_200_32.rb
361
+ - lib/budgea_client/models/inline_response_200_33.rb
362
+ - lib/budgea_client/models/inline_response_200_4.rb
363
+ - lib/budgea_client/models/inline_response_200_5.rb
364
+ - lib/budgea_client/models/inline_response_200_6.rb
365
+ - lib/budgea_client/models/inline_response_200_7.rb
366
+ - lib/budgea_client/models/inline_response_200_8.rb
367
+ - lib/budgea_client/models/inline_response_200_9.rb
368
+ - lib/budgea_client/models/investment.rb
369
+ - lib/budgea_client/models/investment_value.rb
370
+ - lib/budgea_client/models/invite.rb
371
+ - lib/budgea_client/models/locked_user.rb
372
+ - lib/budgea_client/models/oidc_whitelist.rb
373
+ - lib/budgea_client/models/pocket.rb
374
+ - lib/budgea_client/models/profile.rb
375
+ - lib/budgea_client/models/project.rb
376
+ - lib/budgea_client/models/project_type.rb
377
+ - lib/budgea_client/models/recipient.rb
378
+ - lib/budgea_client/models/security.rb
379
+ - lib/budgea_client/models/subscription.rb
380
+ - lib/budgea_client/models/terms_of_service.rb
381
+ - lib/budgea_client/models/transaction.rb
382
+ - lib/budgea_client/models/transaction_information.rb
383
+ - lib/budgea_client/models/transactions_cluster.rb
384
+ - lib/budgea_client/models/transfer.rb
385
+ - lib/budgea_client/models/user.rb
386
+ - lib/budgea_client/models/user_alert.rb
387
+ - lib/budgea_client/models/webhook.rb
388
+ - lib/budgea_client/version.rb
389
+ - pkg/budgea_client-1.0.0.gem
390
+ - spec/api/administration_api_spec.rb
391
+ - spec/api/authentication_api_spec.rb
392
+ - spec/api/banks_api_spec.rb
393
+ - spec/api/connections_api_spec.rb
394
+ - spec/api/documents_api_spec.rb
395
+ - spec/api/ocr_api_spec.rb
396
+ - spec/api/oidc_api_spec.rb
397
+ - spec/api/pfm_api_spec.rb
398
+ - spec/api/providers_api_spec.rb
399
+ - spec/api/recipients_api_spec.rb
400
+ - spec/api/terms_api_spec.rb
401
+ - spec/api/transfers_api_spec.rb
402
+ - spec/api/users_management_api_spec.rb
403
+ - spec/api/wealth_api_spec.rb
404
+ - spec/api_client_spec.rb
405
+ - spec/configuration_spec.rb
406
+ - spec/models/access_spec.rb
407
+ - spec/models/account_log_spec.rb
408
+ - spec/models/account_spec.rb
409
+ - spec/models/account_type_spec.rb
410
+ - spec/models/alert_spec.rb
411
+ - spec/models/bank_category_spec.rb
412
+ - spec/models/bank_spec.rb
413
+ - spec/models/category_spec.rb
414
+ - spec/models/client_spec.rb
415
+ - spec/models/connection_contact_spec.rb
416
+ - spec/models/connection_log_spec.rb
417
+ - spec/models/connection_spec.rb
418
+ - spec/models/connector_logo_spec.rb
419
+ - spec/models/currency_spec.rb
420
+ - spec/models/device_spec.rb
421
+ - spec/models/document_spec.rb
422
+ - spec/models/document_type_spec.rb
423
+ - spec/models/field_spec.rb
424
+ - spec/models/file_spec.rb
425
+ - spec/models/group_spec.rb
426
+ - spec/models/hash_table_spec.rb
427
+ - spec/models/inline_response_200_10_spec.rb
428
+ - spec/models/inline_response_200_11_spec.rb
429
+ - spec/models/inline_response_200_12_spec.rb
430
+ - spec/models/inline_response_200_13_spec.rb
431
+ - spec/models/inline_response_200_14_spec.rb
432
+ - spec/models/inline_response_200_15_spec.rb
433
+ - spec/models/inline_response_200_16_spec.rb
434
+ - spec/models/inline_response_200_17_spec.rb
435
+ - spec/models/inline_response_200_18_spec.rb
436
+ - spec/models/inline_response_200_19_spec.rb
437
+ - spec/models/inline_response_200_1_spec.rb
438
+ - spec/models/inline_response_200_20_spec.rb
439
+ - spec/models/inline_response_200_21_spec.rb
440
+ - spec/models/inline_response_200_22_spec.rb
441
+ - spec/models/inline_response_200_23_spec.rb
442
+ - spec/models/inline_response_200_24_spec.rb
443
+ - spec/models/inline_response_200_25_spec.rb
444
+ - spec/models/inline_response_200_26_spec.rb
445
+ - spec/models/inline_response_200_27_spec.rb
446
+ - spec/models/inline_response_200_28_spec.rb
447
+ - spec/models/inline_response_200_29_spec.rb
448
+ - spec/models/inline_response_200_2_spec.rb
449
+ - spec/models/inline_response_200_30_spec.rb
450
+ - spec/models/inline_response_200_31_spec.rb
451
+ - spec/models/inline_response_200_32_spec.rb
452
+ - spec/models/inline_response_200_33_spec.rb
453
+ - spec/models/inline_response_200_3_spec.rb
454
+ - spec/models/inline_response_200_4_spec.rb
455
+ - spec/models/inline_response_200_5_spec.rb
456
+ - spec/models/inline_response_200_6_spec.rb
457
+ - spec/models/inline_response_200_7_spec.rb
458
+ - spec/models/inline_response_200_8_spec.rb
459
+ - spec/models/inline_response_200_9_spec.rb
460
+ - spec/models/inline_response_200_spec.rb
461
+ - spec/models/investment_spec.rb
462
+ - spec/models/investment_value_spec.rb
463
+ - spec/models/invite_spec.rb
464
+ - spec/models/locked_user_spec.rb
465
+ - spec/models/oidc_whitelist_spec.rb
466
+ - spec/models/pocket_spec.rb
467
+ - spec/models/profile_spec.rb
468
+ - spec/models/project_spec.rb
469
+ - spec/models/project_type_spec.rb
470
+ - spec/models/recipient_spec.rb
471
+ - spec/models/security_spec.rb
472
+ - spec/models/subscription_spec.rb
473
+ - spec/models/terms_of_service_spec.rb
474
+ - spec/models/transaction_information_spec.rb
475
+ - spec/models/transaction_spec.rb
476
+ - spec/models/transactions_cluster_spec.rb
477
+ - spec/models/transfer_spec.rb
478
+ - spec/models/user_alert_spec.rb
479
+ - spec/models/user_spec.rb
480
+ - spec/models/webhook_spec.rb
481
+ - spec/spec_helper.rb
482
+ homepage: https://github.com/cashbee-team/budgea_client
483
+ licenses:
484
+ - Apache 2.0
485
+ metadata:
486
+ yard.run: yri
487
+ post_install_message:
488
+ rdoc_options: []
489
+ require_paths:
490
+ - lib
491
+ required_ruby_version: !ruby/object:Gem::Requirement
492
+ requirements:
493
+ - - ">="
494
+ - !ruby/object:Gem::Version
495
+ version: '1.9'
496
+ required_rubygems_version: !ruby/object:Gem::Requirement
497
+ requirements:
498
+ - - ">="
499
+ - !ruby/object:Gem::Version
500
+ version: '0'
501
+ requirements: []
502
+ rubyforge_project:
503
+ rubygems_version: 2.7.7
504
+ signing_key:
505
+ specification_version: 4
506
+ summary: Budgea API Documentation Ruby Gem
507
+ test_files:
508
+ - spec/api/users_management_api_spec.rb
509
+ - spec/api/oidc_api_spec.rb
510
+ - spec/api/transfers_api_spec.rb
511
+ - spec/api/wealth_api_spec.rb
512
+ - spec/api/providers_api_spec.rb
513
+ - spec/api/authentication_api_spec.rb
514
+ - spec/api/ocr_api_spec.rb
515
+ - spec/api/banks_api_spec.rb
516
+ - spec/api/recipients_api_spec.rb
517
+ - spec/api/connections_api_spec.rb
518
+ - spec/api/documents_api_spec.rb
519
+ - spec/api/administration_api_spec.rb
520
+ - spec/api/terms_api_spec.rb
521
+ - spec/api/pfm_api_spec.rb
522
+ - spec/api_client_spec.rb
523
+ - spec/configuration_spec.rb
524
+ - spec/models/inline_response_200_27_spec.rb
525
+ - spec/models/webhook_spec.rb
526
+ - spec/models/connection_log_spec.rb
527
+ - spec/models/inline_response_200_2_spec.rb
528
+ - spec/models/inline_response_200_18_spec.rb
529
+ - spec/models/hash_table_spec.rb
530
+ - spec/models/account_spec.rb
531
+ - spec/models/inline_response_200_11_spec.rb
532
+ - spec/models/client_spec.rb
533
+ - spec/models/category_spec.rb
534
+ - spec/models/field_spec.rb
535
+ - spec/models/alert_spec.rb
536
+ - spec/models/inline_response_200_10_spec.rb
537
+ - spec/models/project_spec.rb
538
+ - spec/models/oidc_whitelist_spec.rb
539
+ - spec/models/inline_response_200_26_spec.rb
540
+ - spec/models/investment_spec.rb
541
+ - spec/models/account_log_spec.rb
542
+ - spec/models/inline_response_200_3_spec.rb
543
+ - spec/models/inline_response_200_19_spec.rb
544
+ - spec/models/user_alert_spec.rb
545
+ - spec/models/project_type_spec.rb
546
+ - spec/models/device_spec.rb
547
+ - spec/models/inline_response_200_12_spec.rb
548
+ - spec/models/inline_response_200_8_spec.rb
549
+ - spec/models/document_type_spec.rb
550
+ - spec/models/inline_response_200_24_spec.rb
551
+ - spec/models/inline_response_200_1_spec.rb
552
+ - spec/models/account_type_spec.rb
553
+ - spec/models/inline_response_200_25_spec.rb
554
+ - spec/models/connector_logo_spec.rb
555
+ - spec/models/terms_of_service_spec.rb
556
+ - spec/models/invite_spec.rb
557
+ - spec/models/connection_contact_spec.rb
558
+ - spec/models/inline_response_200_13_spec.rb
559
+ - spec/models/inline_response_200_9_spec.rb
560
+ - spec/models/inline_response_200_16_spec.rb
561
+ - spec/models/pocket_spec.rb
562
+ - spec/models/transaction_spec.rb
563
+ - spec/models/inline_response_200_29_spec.rb
564
+ - spec/models/inline_response_200_5_spec.rb
565
+ - spec/models/inline_response_200_30_spec.rb
566
+ - spec/models/inline_response_200_20_spec.rb
567
+ - spec/models/transaction_information_spec.rb
568
+ - spec/models/inline_response_200_4_spec.rb
569
+ - spec/models/connection_spec.rb
570
+ - spec/models/inline_response_200_spec.rb
571
+ - spec/models/inline_response_200_21_spec.rb
572
+ - spec/models/inline_response_200_31_spec.rb
573
+ - spec/models/currency_spec.rb
574
+ - spec/models/file_spec.rb
575
+ - spec/models/inline_response_200_17_spec.rb
576
+ - spec/models/subscription_spec.rb
577
+ - spec/models/group_spec.rb
578
+ - spec/models/transactions_cluster_spec.rb
579
+ - spec/models/inline_response_200_28_spec.rb
580
+ - spec/models/recipient_spec.rb
581
+ - spec/models/profile_spec.rb
582
+ - spec/models/inline_response_200_6_spec.rb
583
+ - spec/models/inline_response_200_33_spec.rb
584
+ - spec/models/inline_response_200_23_spec.rb
585
+ - spec/models/inline_response_200_15_spec.rb
586
+ - spec/models/security_spec.rb
587
+ - spec/models/transfer_spec.rb
588
+ - spec/models/access_spec.rb
589
+ - spec/models/document_spec.rb
590
+ - spec/models/user_spec.rb
591
+ - spec/models/inline_response_200_14_spec.rb
592
+ - spec/models/investment_value_spec.rb
593
+ - spec/models/bank_category_spec.rb
594
+ - spec/models/bank_spec.rb
595
+ - spec/models/inline_response_200_7_spec.rb
596
+ - spec/models/inline_response_200_22_spec.rb
597
+ - spec/models/inline_response_200_32_spec.rb
598
+ - spec/models/locked_user_spec.rb
599
+ - spec/spec_helper.rb