ory-keto-client 0.8.0.alpha1 → 0.8.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +7 -24
  4. data/docs/ExpandTree.md +3 -3
  5. data/docs/GenericError.md +6 -6
  6. data/docs/GetRelationTuplesResponse.md +1 -1
  7. data/docs/PatchDelta.md +1 -1
  8. data/lib/ory-keto-client/api/metadata_api.rb +3 -3
  9. data/lib/ory-keto-client/api/read_api.rb +3 -3
  10. data/lib/ory-keto-client/api/write_api.rb +3 -3
  11. data/lib/ory-keto-client/api_client.rb +3 -3
  12. data/lib/ory-keto-client/api_error.rb +3 -3
  13. data/lib/ory-keto-client/configuration.rb +3 -3
  14. data/lib/ory-keto-client/models/expand_tree.rb +5 -9
  15. data/lib/ory-keto-client/models/generic_error.rb +4 -10
  16. data/lib/ory-keto-client/models/get_check_response.rb +3 -3
  17. data/lib/ory-keto-client/models/get_relation_tuples_response.rb +3 -5
  18. data/lib/ory-keto-client/models/health_not_ready_status.rb +3 -3
  19. data/lib/ory-keto-client/models/health_status.rb +3 -4
  20. data/lib/ory-keto-client/models/inline_response200.rb +3 -3
  21. data/lib/ory-keto-client/models/inline_response2001.rb +3 -3
  22. data/lib/ory-keto-client/models/inline_response503.rb +3 -3
  23. data/lib/ory-keto-client/models/internal_relation_tuple.rb +3 -3
  24. data/lib/ory-keto-client/models/patch_delta.rb +5 -7
  25. data/lib/ory-keto-client/models/relation_query.rb +3 -4
  26. data/lib/ory-keto-client/models/subject_set.rb +3 -3
  27. data/lib/ory-keto-client/models/version.rb +3 -3
  28. data/lib/ory-keto-client/version.rb +4 -4
  29. data/lib/ory-keto-client.rb +3 -20
  30. data/ory-keto-client.gemspec +5 -5
  31. data/spec/api/metadata_api_spec.rb +3 -3
  32. data/spec/api/read_api_spec.rb +3 -3
  33. data/spec/api/write_api_spec.rb +3 -3
  34. data/spec/api_client_spec.rb +3 -3
  35. data/spec/configuration_spec.rb +3 -3
  36. data/spec/models/expand_tree_spec.rb +4 -4
  37. data/spec/models/generic_error_spec.rb +3 -3
  38. data/spec/models/get_check_response_spec.rb +3 -3
  39. data/spec/models/get_relation_tuples_response_spec.rb +3 -3
  40. data/spec/models/health_not_ready_status_spec.rb +3 -3
  41. data/spec/models/health_status_spec.rb +3 -3
  42. data/spec/models/inline_response2001_spec.rb +3 -3
  43. data/spec/models/inline_response200_spec.rb +3 -3
  44. data/spec/models/inline_response503_spec.rb +3 -3
  45. data/spec/models/internal_relation_tuple_spec.rb +3 -3
  46. data/spec/models/patch_delta_spec.rb +4 -4
  47. data/spec/models/relation_query_spec.rb +3 -3
  48. data/spec/models/subject_set_spec.rb +3 -3
  49. data/spec/models/version_spec.rb +3 -3
  50. data/spec/spec_helper.rb +3 -3
  51. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  52. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  53. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  54. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  55. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  56. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  57. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  58. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  59. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  60. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  61. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  62. metadata +4 -72
  63. data/docs/CreateRelationTupleBadRequestBody.md +0 -28
  64. data/docs/CreateRelationTupleInternalServerErrorBody.md +0 -28
  65. data/docs/DeleteRelationTuplesBadRequestBody.md +0 -28
  66. data/docs/DeleteRelationTuplesInternalServerErrorBody.md +0 -28
  67. data/docs/GetCheckBadRequestBody.md +0 -28
  68. data/docs/GetCheckInternalServerErrorBody.md +0 -28
  69. data/docs/GetExpandBadRequestBody.md +0 -28
  70. data/docs/GetExpandInternalServerErrorBody.md +0 -28
  71. data/docs/GetExpandNotFoundBody.md +0 -28
  72. data/docs/GetRelationTuplesInternalServerErrorBody.md +0 -28
  73. data/docs/GetRelationTuplesNotFoundBody.md +0 -28
  74. data/docs/IsInstanceAliveInternalServerErrorBody.md +0 -28
  75. data/docs/PatchRelationTuplesBadRequestBody.md +0 -28
  76. data/docs/PatchRelationTuplesInternalServerErrorBody.md +0 -28
  77. data/docs/PatchRelationTuplesNotFoundBody.md +0 -28
  78. data/docs/PostCheckBadRequestBody.md +0 -28
  79. data/docs/PostCheckInternalServerErrorBody.md +0 -28
  80. data/lib/ory-keto-client/models/create_relation_tuple_bad_request_body.rb +0 -272
  81. data/lib/ory-keto-client/models/create_relation_tuple_internal_server_error_body.rb +0 -272
  82. data/lib/ory-keto-client/models/delete_relation_tuples_bad_request_body.rb +0 -272
  83. data/lib/ory-keto-client/models/delete_relation_tuples_internal_server_error_body.rb +0 -272
  84. data/lib/ory-keto-client/models/get_check_bad_request_body.rb +0 -272
  85. data/lib/ory-keto-client/models/get_check_internal_server_error_body.rb +0 -272
  86. data/lib/ory-keto-client/models/get_expand_bad_request_body.rb +0 -272
  87. data/lib/ory-keto-client/models/get_expand_internal_server_error_body.rb +0 -272
  88. data/lib/ory-keto-client/models/get_expand_not_found_body.rb +0 -272
  89. data/lib/ory-keto-client/models/get_relation_tuples_internal_server_error_body.rb +0 -272
  90. data/lib/ory-keto-client/models/get_relation_tuples_not_found_body.rb +0 -272
  91. data/lib/ory-keto-client/models/is_instance_alive_internal_server_error_body.rb +0 -272
  92. data/lib/ory-keto-client/models/patch_relation_tuples_bad_request_body.rb +0 -272
  93. data/lib/ory-keto-client/models/patch_relation_tuples_internal_server_error_body.rb +0 -272
  94. data/lib/ory-keto-client/models/patch_relation_tuples_not_found_body.rb +0 -272
  95. data/lib/ory-keto-client/models/post_check_bad_request_body.rb +0 -272
  96. data/lib/ory-keto-client/models/post_check_internal_server_error_body.rb +0 -272
  97. data/spec/models/create_relation_tuple_bad_request_body_spec.rb +0 -64
  98. data/spec/models/create_relation_tuple_internal_server_error_body_spec.rb +0 -64
  99. data/spec/models/delete_relation_tuples_bad_request_body_spec.rb +0 -64
  100. data/spec/models/delete_relation_tuples_internal_server_error_body_spec.rb +0 -64
  101. data/spec/models/get_check_bad_request_body_spec.rb +0 -64
  102. data/spec/models/get_check_internal_server_error_body_spec.rb +0 -64
  103. data/spec/models/get_expand_bad_request_body_spec.rb +0 -64
  104. data/spec/models/get_expand_internal_server_error_body_spec.rb +0 -64
  105. data/spec/models/get_expand_not_found_body_spec.rb +0 -64
  106. data/spec/models/get_relation_tuples_internal_server_error_body_spec.rb +0 -64
  107. data/spec/models/get_relation_tuples_not_found_body_spec.rb +0 -64
  108. data/spec/models/is_instance_alive_internal_server_error_body_spec.rb +0 -64
  109. data/spec/models/patch_relation_tuples_bad_request_body_spec.rb +0 -64
  110. data/spec/models/patch_relation_tuples_internal_server_error_body_spec.rb +0 -64
  111. data/spec/models/patch_relation_tuples_not_found_body_spec.rb +0 -64
  112. data/spec/models/post_check_bad_request_body_spec.rb +0 -64
  113. data/spec/models/post_check_internal_server_error_body_spec.rb +0 -64
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::GetExpandBadRequestBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::GetExpandBadRequestBody do
21
- let(:instance) { OryKetoClient::GetExpandBadRequestBody.new }
22
-
23
- describe 'test an instance of GetExpandBadRequestBody' do
24
- it 'should create an instance of GetExpandBadRequestBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::GetExpandBadRequestBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::GetExpandInternalServerErrorBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::GetExpandInternalServerErrorBody do
21
- let(:instance) { OryKetoClient::GetExpandInternalServerErrorBody.new }
22
-
23
- describe 'test an instance of GetExpandInternalServerErrorBody' do
24
- it 'should create an instance of GetExpandInternalServerErrorBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::GetExpandInternalServerErrorBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::GetExpandNotFoundBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::GetExpandNotFoundBody do
21
- let(:instance) { OryKetoClient::GetExpandNotFoundBody.new }
22
-
23
- describe 'test an instance of GetExpandNotFoundBody' do
24
- it 'should create an instance of GetExpandNotFoundBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::GetExpandNotFoundBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::GetRelationTuplesInternalServerErrorBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::GetRelationTuplesInternalServerErrorBody do
21
- let(:instance) { OryKetoClient::GetRelationTuplesInternalServerErrorBody.new }
22
-
23
- describe 'test an instance of GetRelationTuplesInternalServerErrorBody' do
24
- it 'should create an instance of GetRelationTuplesInternalServerErrorBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::GetRelationTuplesInternalServerErrorBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::GetRelationTuplesNotFoundBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::GetRelationTuplesNotFoundBody do
21
- let(:instance) { OryKetoClient::GetRelationTuplesNotFoundBody.new }
22
-
23
- describe 'test an instance of GetRelationTuplesNotFoundBody' do
24
- it 'should create an instance of GetRelationTuplesNotFoundBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::GetRelationTuplesNotFoundBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::IsInstanceAliveInternalServerErrorBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::IsInstanceAliveInternalServerErrorBody do
21
- let(:instance) { OryKetoClient::IsInstanceAliveInternalServerErrorBody.new }
22
-
23
- describe 'test an instance of IsInstanceAliveInternalServerErrorBody' do
24
- it 'should create an instance of IsInstanceAliveInternalServerErrorBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::IsInstanceAliveInternalServerErrorBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::PatchRelationTuplesBadRequestBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::PatchRelationTuplesBadRequestBody do
21
- let(:instance) { OryKetoClient::PatchRelationTuplesBadRequestBody.new }
22
-
23
- describe 'test an instance of PatchRelationTuplesBadRequestBody' do
24
- it 'should create an instance of PatchRelationTuplesBadRequestBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::PatchRelationTuplesBadRequestBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::PatchRelationTuplesInternalServerErrorBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::PatchRelationTuplesInternalServerErrorBody do
21
- let(:instance) { OryKetoClient::PatchRelationTuplesInternalServerErrorBody.new }
22
-
23
- describe 'test an instance of PatchRelationTuplesInternalServerErrorBody' do
24
- it 'should create an instance of PatchRelationTuplesInternalServerErrorBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::PatchRelationTuplesInternalServerErrorBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::PatchRelationTuplesNotFoundBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::PatchRelationTuplesNotFoundBody do
21
- let(:instance) { OryKetoClient::PatchRelationTuplesNotFoundBody.new }
22
-
23
- describe 'test an instance of PatchRelationTuplesNotFoundBody' do
24
- it 'should create an instance of PatchRelationTuplesNotFoundBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::PatchRelationTuplesNotFoundBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end
@@ -1,64 +0,0 @@
1
- =begin
2
- #Ory Oathkeeper API
3
-
4
- #Documentation for all of Ory Oathkeeper's APIs.
5
-
6
- The version of the OpenAPI document: v0.8.0-alpha.1
7
- Contact: hi@ory.sh
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 OryKetoClient::PostCheckBadRequestBody
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe OryKetoClient::PostCheckBadRequestBody do
21
- let(:instance) { OryKetoClient::PostCheckBadRequestBody.new }
22
-
23
- describe 'test an instance of PostCheckBadRequestBody' do
24
- it 'should create an instance of PostCheckBadRequestBody' do
25
- expect(instance).to be_instance_of(OryKetoClient::PostCheckBadRequestBody)
26
- end
27
- end
28
- describe 'test attribute "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
- describe 'test attribute "details"' 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 "message"' 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 "reason"' 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 "request"' 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 "status"' 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
- end