fountain_partner_api_client 0.0.1

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 (97) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +128 -0
  4. data/Rakefile +10 -0
  5. data/docs/DefaultApi.md +385 -0
  6. data/docs/V1PartnersIdApplicantsApplicantIdDetailsPostRequest.md +18 -0
  7. data/docs/V1PartnersIdApplicantsApplicantIdDetailsPostRequestApplicant.md +18 -0
  8. data/docs/V1PartnersIdApplicantsApplicantIdDetailsPostRequestApplicantPartnerDetails.md +26 -0
  9. data/docs/V1PartnersIdApplicantsApplicantIdPut200Response.md +20 -0
  10. data/docs/V1PartnersIdApplicantsApplicantIdPutRequest.md +18 -0
  11. data/docs/V1PartnersIdApplicantsApplicantIdPutRequestApplicant.md +18 -0
  12. data/docs/V1PartnersIdApplicantsApplicantIdPutRequestApplicantLabelsInner.md +18 -0
  13. data/docs/V1PartnersIdApplicantsApplicantIdStatusPostRequest.md +18 -0
  14. data/docs/V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicant.md +18 -0
  15. data/docs/V1PartnersIdApplicantsApplicantIdStatusPostRequestApplicantPartnerStatus.md +26 -0
  16. data/docs/V1PartnersIdGet200Response.md +18 -0
  17. data/docs/V1PartnersIdGet200Response1.md +18 -0
  18. data/docs/V1PartnersIdGet200Response1Data.md +22 -0
  19. data/docs/V1PartnersIdGet200Response1DataAttributes.md +42 -0
  20. data/docs/V1PartnersIdGet200ResponseData.md +22 -0
  21. data/docs/V1PartnersIdGet200ResponseDataAttributes.md +38 -0
  22. data/docs/V1PartnersIdGetRequest.md +18 -0
  23. data/docs/V1PartnersIdGetRequestPartner.md +38 -0
  24. data/fountain_partner_api_client.gemspec +38 -0
  25. data/git_push.sh +57 -0
  26. data/lib/fountain_partner_api_client/api/default_api.rb +379 -0
  27. data/lib/fountain_partner_api_client/api_client.rb +392 -0
  28. data/lib/fountain_partner_api_client/api_error.rb +57 -0
  29. data/lib/fountain_partner_api_client/configuration.rb +279 -0
  30. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_details_post_request.rb +219 -0
  31. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant.rb +219 -0
  32. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_partner_details.rb +255 -0
  33. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put200_response.rb +230 -0
  34. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put_request.rb +219 -0
  35. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant.rb +221 -0
  36. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner.rb +219 -0
  37. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_status_post_request.rb +219 -0
  38. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant.rb +219 -0
  39. data/lib/fountain_partner_api_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_partner_status.rb +255 -0
  40. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response.rb +219 -0
  41. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response1.rb +219 -0
  42. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response1_data.rb +237 -0
  43. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response1_data_attributes.rb +327 -0
  44. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response_data.rb +237 -0
  45. data/lib/fountain_partner_api_client/models/v1_partners_id_get200_response_data_attributes.rb +309 -0
  46. data/lib/fountain_partner_api_client/models/v1_partners_id_get_request.rb +219 -0
  47. data/lib/fountain_partner_api_client/models/v1_partners_id_get_request_partner.rb +309 -0
  48. data/lib/fountain_partner_api_client/version.rb +15 -0
  49. data/lib/fountain_partner_api_client.rb +58 -0
  50. data/lib/openapi_client/api/default_api.rb +379 -0
  51. data/lib/openapi_client/api_client.rb +392 -0
  52. data/lib/openapi_client/api_error.rb +57 -0
  53. data/lib/openapi_client/configuration.rb +279 -0
  54. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request.rb +219 -0
  55. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant.rb +219 -0
  56. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_partner_details.rb +255 -0
  57. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put200_response.rb +230 -0
  58. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request.rb +219 -0
  59. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant.rb +221 -0
  60. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner.rb +219 -0
  61. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request.rb +219 -0
  62. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant.rb +219 -0
  63. data/lib/openapi_client/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_partner_status.rb +255 -0
  64. data/lib/openapi_client/models/v1_partners_id_get200_response.rb +219 -0
  65. data/lib/openapi_client/models/v1_partners_id_get200_response1.rb +219 -0
  66. data/lib/openapi_client/models/v1_partners_id_get200_response1_data.rb +237 -0
  67. data/lib/openapi_client/models/v1_partners_id_get200_response1_data_attributes.rb +327 -0
  68. data/lib/openapi_client/models/v1_partners_id_get200_response_data.rb +237 -0
  69. data/lib/openapi_client/models/v1_partners_id_get200_response_data_attributes.rb +309 -0
  70. data/lib/openapi_client/models/v1_partners_id_get_request.rb +219 -0
  71. data/lib/openapi_client/models/v1_partners_id_get_request_partner.rb +309 -0
  72. data/lib/openapi_client/version.rb +15 -0
  73. data/lib/openapi_client.rb +58 -0
  74. data/openapi_client.gemspec +38 -0
  75. data/spec/api/default_api_spec.rb +99 -0
  76. data/spec/api_client_spec.rb +226 -0
  77. data/spec/configuration_spec.rb +42 -0
  78. data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_partner_details_spec.rb +58 -0
  79. data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_applicant_spec.rb +34 -0
  80. data/spec/models/v1_partners_id_applicants_applicant_id_details_post_request_spec.rb +34 -0
  81. data/spec/models/v1_partners_id_applicants_applicant_id_put200_response_spec.rb +40 -0
  82. data/spec/models/v1_partners_id_applicants_applicant_id_put_request_applicant_labels_inner_spec.rb +34 -0
  83. data/spec/models/v1_partners_id_applicants_applicant_id_put_request_applicant_spec.rb +34 -0
  84. data/spec/models/v1_partners_id_applicants_applicant_id_put_request_spec.rb +34 -0
  85. data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_partner_status_spec.rb +58 -0
  86. data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_applicant_spec.rb +34 -0
  87. data/spec/models/v1_partners_id_applicants_applicant_id_status_post_request_spec.rb +34 -0
  88. data/spec/models/v1_partners_id_get200_response1_data_attributes_spec.rb +106 -0
  89. data/spec/models/v1_partners_id_get200_response1_data_spec.rb +46 -0
  90. data/spec/models/v1_partners_id_get200_response1_spec.rb +34 -0
  91. data/spec/models/v1_partners_id_get200_response_data_attributes_spec.rb +94 -0
  92. data/spec/models/v1_partners_id_get200_response_data_spec.rb +46 -0
  93. data/spec/models/v1_partners_id_get200_response_spec.rb +34 -0
  94. data/spec/models/v1_partners_id_get_request_partner_spec.rb +94 -0
  95. data/spec/models/v1_partners_id_get_request_spec.rb +34 -0
  96. data/spec/spec_helper.rb +111 -0
  97. metadata +200 -0
@@ -0,0 +1,106 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200Response1DataAttributes
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200Response1DataAttributes do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200Response1DataAttributes.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200Response1DataAttributes' do
24
+ it 'should create an instance of V1PartnersIdGet200Response1DataAttributes' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200Response1DataAttributes)
26
+ end
27
+ end
28
+ describe 'test attribute "api_key"' 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 "applicant_redirect_url"' 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 "applicant_webhook"' 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
+ describe 'test attribute "install_webhook"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "label_keys"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "name"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "requested_attributes"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "settings_auth_header"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "settings_auth_method"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "settings_password"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "settings_username"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
94
+ describe 'test attribute "settings_webhook"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ end
98
+ end
99
+
100
+ describe 'test attribute "uninstall_webhook"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
106
+ end
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200Response1Data
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200Response1Data do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200Response1Data.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200Response1Data' do
24
+ it 'should create an instance of V1PartnersIdGet200Response1Data' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200Response1Data)
26
+ end
27
+ end
28
+ describe 'test attribute "attributes"' 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 "id"' 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 "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
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200Response1
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200Response1 do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200Response1.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200Response1' do
24
+ it 'should create an instance of V1PartnersIdGet200Response1' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200Response1)
26
+ end
27
+ end
28
+ describe 'test attribute "data"' 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
@@ -0,0 +1,94 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200ResponseDataAttributes
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200ResponseDataAttributes do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200ResponseDataAttributes.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200ResponseDataAttributes' do
24
+ it 'should create an instance of V1PartnersIdGet200ResponseDataAttributes' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200ResponseDataAttributes)
26
+ end
27
+ end
28
+ describe 'test attribute "api_key"' 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 "applicant_redirect_url"' 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 "applicant_webhook"' 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
+ describe 'test attribute "install_webhook"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "label_keys"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "name"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "requested_attributes"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "settings_auth_header"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "settings_auth_method"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "settings_webhook"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "uninstall_webhook"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
94
+ end
@@ -0,0 +1,46 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200ResponseData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200ResponseData do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200ResponseData.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200ResponseData' do
24
+ it 'should create an instance of V1PartnersIdGet200ResponseData' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200ResponseData)
26
+ end
27
+ end
28
+ describe 'test attribute "attributes"' 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 "id"' 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 "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
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGet200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGet200Response do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGet200Response.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGet200Response' do
24
+ it 'should create an instance of V1PartnersIdGet200Response' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGet200Response)
26
+ end
27
+ end
28
+ describe 'test attribute "data"' 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
@@ -0,0 +1,94 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGetRequestPartner
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGetRequestPartner do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGetRequestPartner.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGetRequestPartner' do
24
+ it 'should create an instance of V1PartnersIdGetRequestPartner' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGetRequestPartner)
26
+ end
27
+ end
28
+ describe 'test attribute "applicant_redirect_url"' 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 "applicant_webhook"' 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 "install_webhook"' 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
+ describe 'test attribute "label_keys"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "partner_hmac_key"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "settings_auth_header"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "settings_auth_method"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "settings_password"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "settings_username"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "settings_webhook"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "uninstall_webhook"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
94
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OpenapiClient::V1PartnersIdGetRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OpenapiClient::V1PartnersIdGetRequest do
21
+ let(:instance) { OpenapiClient::V1PartnersIdGetRequest.new }
22
+
23
+ describe 'test an instance of V1PartnersIdGetRequest' do
24
+ it 'should create an instance of V1PartnersIdGetRequest' do
25
+ expect(instance).to be_instance_of(OpenapiClient::V1PartnersIdGetRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "partner"' 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
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Fountain Partner Docs
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.2.1
10
+
11
+ =end
12
+
13
+ # load the gem
14
+ require 'fountain_partner_api_client'
15
+
16
+ # The following was generated by the `rspec --init` command. Conventionally, all
17
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
18
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
19
+ # this file to always be loaded, without a need to explicitly require it in any
20
+ # files.
21
+ #
22
+ # Given that it is always loaded, you are encouraged to keep this file as
23
+ # light-weight as possible. Requiring heavyweight dependencies from this file
24
+ # will add to the boot time of your test suite on EVERY test run, even for an
25
+ # individual file that may not need all of that loaded. Instead, consider making
26
+ # a separate helper file that requires the additional dependencies and performs
27
+ # the additional setup, and require it from the spec files that actually need
28
+ # it.
29
+ #
30
+ # The `.rspec` file also contains a few flags that are not defaults but that
31
+ # users commonly want.
32
+ #
33
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
34
+ RSpec.configure do |config|
35
+ # rspec-expectations config goes here. You can use an alternate
36
+ # assertion/expectation library such as wrong or the stdlib/minitest
37
+ # assertions if you prefer.
38
+ config.expect_with :rspec do |expectations|
39
+ # This option will default to `true` in RSpec 4. It makes the `description`
40
+ # and `failure_message` of custom matchers include text for helper methods
41
+ # defined using `chain`, e.g.:
42
+ # be_bigger_than(2).and_smaller_than(4).description
43
+ # # => "be bigger than 2 and smaller than 4"
44
+ # ...rather than:
45
+ # # => "be bigger than 2"
46
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
47
+ end
48
+
49
+ # rspec-mocks config goes here. You can use an alternate test double
50
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
51
+ config.mock_with :rspec do |mocks|
52
+ # Prevents you from mocking or stubbing a method that does not exist on
53
+ # a real object. This is generally recommended, and will default to
54
+ # `true` in RSpec 4.
55
+ mocks.verify_partial_doubles = true
56
+ end
57
+
58
+ # The settings below are suggested to provide a good initial experience
59
+ # with RSpec, but feel free to customize to your heart's content.
60
+ =begin
61
+ # These two settings work together to allow you to limit a spec run
62
+ # to individual examples or groups you care about by tagging them with
63
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
64
+ # get run.
65
+ config.filter_run :focus
66
+ config.run_all_when_everything_filtered = true
67
+
68
+ # Allows RSpec to persist some state between runs in order to support
69
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
70
+ # you configure your source control system to ignore this file.
71
+ config.example_status_persistence_file_path = "spec/examples.txt"
72
+
73
+ # Limits the available syntax to the non-monkey patched syntax that is
74
+ # recommended. For more details, see:
75
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
76
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
77
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
78
+ config.disable_monkey_patching!
79
+
80
+ # This setting enables warnings. It's recommended, but in some cases may
81
+ # be too noisy due to issues in dependencies.
82
+ config.warnings = true
83
+
84
+ # Many RSpec users commonly either run the entire suite or an individual
85
+ # file, and it's useful to allow more verbose output when running an
86
+ # individual spec file.
87
+ if config.files_to_run.one?
88
+ # Use the documentation formatter for detailed output,
89
+ # unless a formatter has already been configured
90
+ # (e.g. via a command-line flag).
91
+ config.default_formatter = 'doc'
92
+ end
93
+
94
+ # Print the 10 slowest examples and example groups at the
95
+ # end of the spec run, to help surface which specs are running
96
+ # particularly slow.
97
+ config.profile_examples = 10
98
+
99
+ # Run specs in random order to surface order dependencies. If you find an
100
+ # order dependency and want to debug it, you can fix the order by providing
101
+ # the seed, which is printed after each run.
102
+ # --seed 1234
103
+ config.order = :random
104
+
105
+ # Seed global randomization in this process using the `--seed` CLI option.
106
+ # Setting this allows you to use `--seed` to deterministically reproduce
107
+ # test failures related to randomization by passing the same `--seed` value
108
+ # as the one that triggered the failure.
109
+ Kernel.srand config.seed
110
+ =end
111
+ end