mx-platform-ruby 0.12.0 → 0.13.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 (31) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/docs/MxPlatformApi.md +0 -213
  4. data/lib/mx-platform-ruby/api/mx_platform_api.rb +0 -188
  5. data/lib/mx-platform-ruby/configuration.rb +0 -7
  6. data/lib/mx-platform-ruby/version.rb +1 -1
  7. data/lib/mx-platform-ruby.rb +0 -7
  8. data/openapi/config.yml +1 -1
  9. data/spec/api/mx_platform_api_spec.rb +0 -36
  10. metadata +2 -30
  11. data/docs/PartnerAccountResponse.md +0 -30
  12. data/docs/PartnerAccountResponseBody.md +0 -18
  13. data/docs/PartnerAuthorizationCodeRequest.md +0 -22
  14. data/docs/PartnerAuthorizationCodeRequestBody.md +0 -18
  15. data/docs/PartnerAuthorizationCodeResponse.md +0 -18
  16. data/docs/PartnerAuthorizationCodeResponseBody.md +0 -18
  17. data/docs/PartnerTokenResponseBody.md +0 -22
  18. data/lib/mx-platform-ruby/models/partner_account_response.rb +0 -279
  19. data/lib/mx-platform-ruby/models/partner_account_response_body.rb +0 -218
  20. data/lib/mx-platform-ruby/models/partner_authorization_code_request.rb +0 -236
  21. data/lib/mx-platform-ruby/models/partner_authorization_code_request_body.rb +0 -218
  22. data/lib/mx-platform-ruby/models/partner_authorization_code_response.rb +0 -219
  23. data/lib/mx-platform-ruby/models/partner_authorization_code_response_body.rb +0 -218
  24. data/lib/mx-platform-ruby/models/partner_token_response_body.rb +0 -239
  25. data/spec/models/partner_account_response_body_spec.rb +0 -34
  26. data/spec/models/partner_account_response_spec.rb +0 -70
  27. data/spec/models/partner_authorization_code_request_body_spec.rb +0 -34
  28. data/spec/models/partner_authorization_code_request_spec.rb +0 -46
  29. data/spec/models/partner_authorization_code_response_body_spec.rb +0 -34
  30. data/spec/models/partner_authorization_code_response_spec.rb +0 -34
  31. data/spec/models/partner_token_response_body_spec.rb +0 -46
@@ -1,34 +0,0 @@
1
- =begin
2
- #MX Platform API
3
-
4
- #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for MxPlatformRuby::PartnerAuthorizationCodeResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PartnerAuthorizationCodeResponse do
21
- let(:instance) { MxPlatformRuby::PartnerAuthorizationCodeResponse.new }
22
-
23
- describe 'test an instance of PartnerAuthorizationCodeResponse' do
24
- it 'should create an instance of PartnerAuthorizationCodeResponse' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PartnerAuthorizationCodeResponse)
26
- end
27
- end
28
- describe 'test attribute "authorization_code"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- end
@@ -1,46 +0,0 @@
1
- =begin
2
- #MX Platform API
3
-
4
- #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
-
6
- The version of the OpenAPI document: 0.1.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for MxPlatformRuby::PartnerTokenResponseBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe MxPlatformRuby::PartnerTokenResponseBody do
21
- let(:instance) { MxPlatformRuby::PartnerTokenResponseBody.new }
22
-
23
- describe 'test an instance of PartnerTokenResponseBody' do
24
- it 'should create an instance of PartnerTokenResponseBody' do
25
- expect(instance).to be_instance_of(MxPlatformRuby::PartnerTokenResponseBody)
26
- end
27
- end
28
- describe 'test attribute "access_token"' do
29
- it 'should work' do
30
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- end
32
- end
33
-
34
- describe 'test attribute "scope"' do
35
- it 'should work' do
36
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- end
38
- end
39
-
40
- describe 'test attribute "token_type"' do
41
- it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
- end
44
- end
45
-
46
- end