mx-platform-ruby 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/MxPlatformApi.md +0 -213
- data/lib/mx-platform-ruby/api/mx_platform_api.rb +0 -188
- data/lib/mx-platform-ruby/configuration.rb +0 -7
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/lib/mx-platform-ruby.rb +0 -7
- data/openapi/config.yml +1 -1
- data/spec/api/mx_platform_api_spec.rb +0 -36
- metadata +2 -30
- data/docs/PartnerAccountResponse.md +0 -30
- data/docs/PartnerAccountResponseBody.md +0 -18
- data/docs/PartnerAuthorizationCodeRequest.md +0 -22
- data/docs/PartnerAuthorizationCodeRequestBody.md +0 -18
- data/docs/PartnerAuthorizationCodeResponse.md +0 -18
- data/docs/PartnerAuthorizationCodeResponseBody.md +0 -18
- data/docs/PartnerTokenResponseBody.md +0 -22
- data/lib/mx-platform-ruby/models/partner_account_response.rb +0 -279
- data/lib/mx-platform-ruby/models/partner_account_response_body.rb +0 -218
- data/lib/mx-platform-ruby/models/partner_authorization_code_request.rb +0 -236
- data/lib/mx-platform-ruby/models/partner_authorization_code_request_body.rb +0 -218
- data/lib/mx-platform-ruby/models/partner_authorization_code_response.rb +0 -219
- data/lib/mx-platform-ruby/models/partner_authorization_code_response_body.rb +0 -218
- data/lib/mx-platform-ruby/models/partner_token_response_body.rb +0 -239
- data/spec/models/partner_account_response_body_spec.rb +0 -34
- data/spec/models/partner_account_response_spec.rb +0 -70
- data/spec/models/partner_authorization_code_request_body_spec.rb +0 -34
- data/spec/models/partner_authorization_code_request_spec.rb +0 -46
- data/spec/models/partner_authorization_code_response_body_spec.rb +0 -34
- data/spec/models/partner_authorization_code_response_spec.rb +0 -34
- 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
|