ory-oathkeeper-client 0.38.19.beta1 → 0.38.20.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (298) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -12
  3. data/README.md +15 -12
  4. data/docs/ApiApi.md +0 -186
  5. data/docs/GenericError.md +28 -0
  6. data/docs/InlineResponse200.md +18 -0
  7. data/docs/InlineResponse2001.md +18 -0
  8. data/docs/InlineResponse503.md +18 -0
  9. data/docs/JsonWebKey.md +12 -12
  10. data/docs/MetadataApi.md +193 -0
  11. data/lib/ory-oathkeeper-client/api/api_api.rb +5 -176
  12. data/lib/ory-oathkeeper-client/api/metadata_api.rb +193 -0
  13. data/lib/ory-oathkeeper-client/api_client.rb +8 -8
  14. data/lib/ory-oathkeeper-client/api_error.rb +5 -5
  15. data/lib/ory-oathkeeper-client/configuration.rb +7 -6
  16. data/lib/ory-oathkeeper-client/models/{inline_response500.rb → generic_error.rb} +16 -9
  17. data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +6 -5
  18. data/lib/ory-oathkeeper-client/models/health_status.rb +6 -5
  19. data/lib/ory-oathkeeper-client/models/inline_response200.rb +224 -0
  20. data/lib/ory-oathkeeper-client/models/inline_response2001.rb +224 -0
  21. data/lib/ory-oathkeeper-client/models/inline_response503.rb +226 -0
  22. data/lib/ory-oathkeeper-client/models/json_web_key.rb +17 -5
  23. data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +6 -5
  24. data/lib/ory-oathkeeper-client/models/rule.rb +5 -5
  25. data/lib/ory-oathkeeper-client/models/rule_handler.rb +6 -5
  26. data/lib/ory-oathkeeper-client/models/rule_match.rb +5 -5
  27. data/lib/ory-oathkeeper-client/models/upstream.rb +6 -5
  28. data/lib/ory-oathkeeper-client/models/version.rb +5 -5
  29. data/lib/ory-oathkeeper-client/version.rb +6 -6
  30. data/lib/ory-oathkeeper-client.rb +10 -6
  31. data/ory-oathkeeper-client.gemspec +7 -7
  32. data/spec/api/api_api_spec.rb +5 -38
  33. data/spec/api/metadata_api_spec.rb +68 -0
  34. data/spec/api_client_spec.rb +7 -7
  35. data/spec/configuration_spec.rb +5 -5
  36. data/spec/models/{inline_response500_spec.rb → generic_error_spec.rb} +11 -11
  37. data/spec/models/health_not_ready_status_spec.rb +5 -5
  38. data/spec/models/health_status_spec.rb +5 -5
  39. data/spec/models/inline_response2001_spec.rb +34 -0
  40. data/spec/models/inline_response200_spec.rb +34 -0
  41. data/spec/models/inline_response503_spec.rb +34 -0
  42. data/spec/models/json_web_key_set_spec.rb +5 -5
  43. data/spec/models/json_web_key_spec.rb +5 -5
  44. data/spec/models/rule_handler_spec.rb +5 -5
  45. data/spec/models/rule_match_spec.rb +5 -5
  46. data/spec/models/rule_spec.rb +5 -5
  47. data/spec/models/upstream_spec.rb +5 -5
  48. data/spec/models/version_spec.rb +5 -5
  49. data/spec/spec_helper.rb +5 -5
  50. data/vendor/bundle/ruby/2.5.0/cache/rspec-3.11.0.gem +0 -0
  51. data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.11.0.gem +0 -0
  52. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.11.0.gem +0 -0
  53. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.0.gem +0 -0
  54. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.11.0.gem +0 -0
  55. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  56. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  57. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  58. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  59. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  60. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  61. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  62. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  63. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  64. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  65. data/vendor/bundle/ruby/2.5.0/gems/{rspec-3.10.0 → rspec-3.11.0}/LICENSE.md +0 -0
  66. data/vendor/bundle/ruby/2.5.0/gems/{rspec-3.10.0 → rspec-3.11.0}/README.md +5 -1
  67. data/vendor/bundle/ruby/2.5.0/gems/{rspec-3.10.0 → rspec-3.11.0}/lib/rspec/version.rb +1 -1
  68. data/vendor/bundle/ruby/2.5.0/gems/{rspec-3.10.0 → rspec-3.11.0}/lib/rspec.rb +0 -0
  69. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/.document +0 -0
  70. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/.yardopts +0 -0
  71. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/Changelog.md +14 -1
  72. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/LICENSE.md +0 -0
  73. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/README.md +1 -1
  74. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/exe/rspec +0 -0
  75. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/autorun.rb +0 -0
  76. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
  77. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
  78. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  79. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  80. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/server.rb +0 -0
  81. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
  82. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  83. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/bisect/utilities.rb +0 -0
  84. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/configuration.rb +11 -0
  85. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/configuration_options.rb +0 -0
  86. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/did_you_mean.rb +0 -0
  87. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/drb.rb +0 -0
  88. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/dsl.rb +0 -0
  89. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/example.rb +3 -0
  90. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/example_group.rb +2 -0
  91. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/example_status_persister.rb +0 -0
  92. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/filter_manager.rb +0 -0
  93. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/flat_map.rb +0 -0
  94. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  95. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  96. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  97. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  98. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  99. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/console_codes.rb +17 -9
  100. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  101. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  102. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
  103. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  104. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  105. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/helpers.rb +9 -1
  106. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  107. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
  108. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  109. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  110. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  111. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  112. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/protocol.rb +0 -0
  113. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  114. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  115. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/formatters.rb +0 -0
  116. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/hooks.rb +0 -0
  117. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/invocations.rb +0 -0
  118. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/memoized_helpers.rb +29 -3
  119. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/metadata.rb +0 -0
  120. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/metadata_filter.rb +0 -0
  121. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  122. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  123. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  124. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  125. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  126. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  127. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/notifications.rb +0 -0
  128. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/option_parser.rb +5 -4
  129. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/ordering.rb +12 -1
  130. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/output_wrapper.rb +0 -0
  131. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/pending.rb +0 -0
  132. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/profiler.rb +0 -0
  133. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/project_initializer/.rspec +0 -0
  134. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  135. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/project_initializer.rb +0 -0
  136. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/rake_task.rb +0 -0
  137. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/reporter.rb +0 -0
  138. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/ruby_project.rb +0 -0
  139. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/runner.rb +0 -0
  140. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/sandbox.rb +0 -0
  141. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/set.rb +0 -0
  142. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/shared_context.rb +0 -0
  143. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/shared_example_group.rb +0 -0
  144. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/shell_escape.rb +0 -0
  145. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  146. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/version.rb +1 -1
  147. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/warnings.rb +0 -0
  148. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core/world.rb +14 -4
  149. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.2 → rspec-core-3.11.0}/lib/rspec/core.rb +26 -0
  150. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/.document +0 -0
  151. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/.yardopts +0 -0
  152. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/Changelog.md +14 -2
  153. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/LICENSE.md +0 -0
  154. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/README.md +1 -1
  155. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  156. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/configuration.rb +0 -0
  157. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/expectation_target.rb +39 -1
  158. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/fail_with.rb +0 -0
  159. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/failure_aggregator.rb +1 -1
  160. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/handler.rb +0 -0
  161. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/minitest_integration.rb +0 -0
  162. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/syntax.rb +0 -0
  163. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations/version.rb +1 -1
  164. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/expectations.rb +0 -0
  165. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  166. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/all.rb +0 -0
  167. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/base_matcher.rb +5 -0
  168. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/be.rb +0 -0
  169. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  170. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  171. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  172. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  173. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/change.rb +22 -0
  174. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/compound.rb +14 -0
  175. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  176. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  177. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/cover.rb +0 -0
  178. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/eq.rb +0 -0
  179. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/eql.rb +0 -0
  180. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/equal.rb +0 -0
  181. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/exist.rb +0 -0
  182. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/has.rb +0 -0
  183. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  184. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/include.rb +0 -0
  185. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/match.rb +0 -0
  186. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/operators.rb +0 -0
  187. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/output.rb +7 -0
  188. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/raise_error.rb +6 -0
  189. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  190. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  191. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  192. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/throw_symbol.rb +6 -0
  193. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in/yield.rb +20 -0
  194. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/built_in.rb +0 -0
  195. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/composable.rb +0 -0
  196. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/dsl.rb +4 -0
  197. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/english_phrasing.rb +0 -0
  198. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  199. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/fail_matchers.rb +0 -0
  200. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  201. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  202. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers/matcher_protocol.rb +6 -0
  203. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.10.2 → rspec-expectations-3.11.0}/lib/rspec/matchers.rb +0 -0
  204. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/.document +0 -0
  205. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/.yardopts +0 -0
  206. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/Changelog.md +10 -2
  207. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/LICENSE.md +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/README.md +1 -1
  209. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  210. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  213. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  216. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/any_instance.rb +0 -0
  219. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  220. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/argument_matchers.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/configuration.rb +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/error_generator.rb +0 -0
  223. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/example_methods.rb +0 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/marshal_extension.rb +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/matchers/receive.rb +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/matchers/receive_message_chain.rb +1 -1
  230. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/message_chain.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/message_expectation.rb +60 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/method_double.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/method_reference.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/minitest_integration.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/mutate_const.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/object_reference.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/order_group.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/proxy.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/space.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/standalone.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/syntax.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/targets.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/test_double.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/verifying_double.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks/version.rb +1 -1
  249. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.3 → rspec-mocks-3.11.0}/lib/rspec/mocks.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/Changelog.md +8 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/LICENSE.md +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/README.md +1 -1
  253. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/caller_filter.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/comparable_version.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/differ.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/directory_maker.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/encoded_string.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/hunk_generator.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/matcher_definition.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/method_signature_verifier.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/mutex.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/object_formatter.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/recursive_const_methods.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/reentrant_mutex.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/ruby_features.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/source/location.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/source/node.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/source/token.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/source.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/formatting_support.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/shell_out.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/string_matcher.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/spec.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/version.rb +1 -1
  283. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/warnings.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.3 → rspec-support-3.11.0}/lib/rspec/support.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  287. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-3.10.0.gemspec → rspec-3.11.0.gemspec} +14 -14
  288. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-core-3.10.2.gemspec → rspec-core-3.11.0.gemspec} +8 -8
  289. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-expectations-3.10.2.gemspec → rspec-expectations-3.11.0.gemspec} +8 -8
  290. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.10.3.gemspec → rspec-mocks-3.11.0.gemspec} +8 -8
  291. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-support-3.10.3.gemspec → rspec-support-3.11.0.gemspec} +5 -5
  292. metadata +255 -241
  293. data/docs/InlineResponse500.md +0 -28
  294. data/vendor/bundle/ruby/2.5.0/cache/rspec-3.10.0.gem +0 -0
  295. data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.10.2.gem +0 -0
  296. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.10.2.gem +0 -0
  297. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.10.3.gem +0 -0
  298. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.3.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b768ed52f9be0946dc23a609c509c5a16e8188cbd0d87e4ec8322d5343ac68f
4
- data.tar.gz: 117d98436d859b803944cc468294a057b3354ee6f758bb71fbccf0afbe02d3ce
3
+ metadata.gz: 139c837c257308679cf37c4e888ce94910d30e53395e305f5b45a0e471747882
4
+ data.tar.gz: 730ec2a00adb0c8e0e137aa31a9d8647783edcb0b5411091aa2f2c4e862f773a
5
5
  SHA512:
6
- metadata.gz: 671c821259dcabffa1b77c91723da5db8233aec9138e3bb0023ea12a9ebbe09ea6eac1a6d8204ab257df0224a10fe812dceaedaad3c215097cc9323821b0cf69
7
- data.tar.gz: bf1bec8046a863bfbc04c5a44f9904c849a530ae1699232b7f114643027a5091630a751932d013c6bf0993c944e7a640d66b5ac0362e20a468887ff08fb9f88f
6
+ metadata.gz: 5369125fab065b0c7320bd2db2344e4a8da5040fd6d8dd6713687f77bd3c772b48d504e7e53d1f6824c9acc7a30d7cf02be00db582703ed99fc0e0a076f4339c
7
+ data.tar.gz: 8ed261e465a67d6db3118eeb3628908041e1dc603e68a84eeddb100232ca15868d26eba5680935d12664dfd344200781b1223e7e704240278ee3fde9526f63db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-oathkeeper-client (0.38.19.beta1)
4
+ ory-oathkeeper-client (0.38.20.beta1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -29,19 +29,19 @@ GEM
29
29
  stringio
30
30
  rainbow (3.1.1)
31
31
  rake (13.0.6)
32
- rspec (3.10.0)
33
- rspec-core (~> 3.10.0)
34
- rspec-expectations (~> 3.10.0)
35
- rspec-mocks (~> 3.10.0)
36
- rspec-core (3.10.2)
37
- rspec-support (~> 3.10.0)
38
- rspec-expectations (3.10.2)
32
+ rspec (3.11.0)
33
+ rspec-core (~> 3.11.0)
34
+ rspec-expectations (~> 3.11.0)
35
+ rspec-mocks (~> 3.11.0)
36
+ rspec-core (3.11.0)
37
+ rspec-support (~> 3.11.0)
38
+ rspec-expectations (3.11.0)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.10.0)
41
- rspec-mocks (3.10.3)
40
+ rspec-support (~> 3.11.0)
41
+ rspec-mocks (3.11.0)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.10.0)
44
- rspec-support (3.10.3)
43
+ rspec-support (~> 3.11.0)
44
+ rspec-support (3.11.0)
45
45
  rubocop (0.66.0)
46
46
  jaro_winkler (~> 1.5.1)
47
47
  parallel (~> 1.10)
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # ory-oathkeeper-client
2
2
 
3
- OryOathkeeperClient - the Ruby gem for the ORY Oathkeeper
3
+ OryOathkeeperClient - the Ruby gem for the Ory Oathkeeper API
4
+
5
+ Documentation for all of Ory Oathkeeper's APIs.
4
6
 
5
- ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
6
7
 
7
8
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
9
 
9
- - API version: v0.38.19-beta.1
10
- - Package version: v0.38.19-beta.1
10
+ - API version: v0.38.20-beta.1
11
+ - Package version: v0.38.20-beta.1
11
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
- For more information, please visit [https://www.ory.am](https://www.ory.am)
13
13
 
14
14
  ## Installation
15
15
 
@@ -24,16 +24,16 @@ gem build ory-oathkeeper-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ory-oathkeeper-client-v0.38.19-beta.1.gem
27
+ gem install ./ory-oathkeeper-client-v0.38.20-beta.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.19-beta.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.20-beta.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ory-oathkeeper-client', '~> v0.38.19-beta.1'
36
+ gem 'ory-oathkeeper-client', '~> v0.38.20-beta.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -76,18 +76,21 @@ Class | Method | HTTP request | Description
76
76
  ------------ | ------------- | ------------- | -------------
77
77
  *OryOathkeeperClient::ApiApi* | [**decisions**](docs/ApiApi.md#decisions) | **GET** /decisions | Access Control Decision API
78
78
  *OryOathkeeperClient::ApiApi* | [**get_rule**](docs/ApiApi.md#get_rule) | **GET** /rules/{id} | Retrieve a Rule
79
- *OryOathkeeperClient::ApiApi* | [**get_version**](docs/ApiApi.md#get_version) | **GET** /version | Get Service Version
80
79
  *OryOathkeeperClient::ApiApi* | [**get_well_known_json_web_keys**](docs/ApiApi.md#get_well_known_json_web_keys) | **GET** /.well-known/jwks.json | Lists Cryptographic Keys
81
- *OryOathkeeperClient::ApiApi* | [**is_instance_alive**](docs/ApiApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status
82
- *OryOathkeeperClient::ApiApi* | [**is_instance_ready**](docs/ApiApi.md#is_instance_ready) | **GET** /health/ready | Check Readiness Status
83
80
  *OryOathkeeperClient::ApiApi* | [**list_rules**](docs/ApiApi.md#list_rules) | **GET** /rules | List All Rules
81
+ *OryOathkeeperClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
82
+ *OryOathkeeperClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
83
+ *OryOathkeeperClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
84
84
 
85
85
 
86
86
  ## Documentation for Models
87
87
 
88
+ - [OryOathkeeperClient::GenericError](docs/GenericError.md)
88
89
  - [OryOathkeeperClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
89
90
  - [OryOathkeeperClient::HealthStatus](docs/HealthStatus.md)
90
- - [OryOathkeeperClient::InlineResponse500](docs/InlineResponse500.md)
91
+ - [OryOathkeeperClient::InlineResponse200](docs/InlineResponse200.md)
92
+ - [OryOathkeeperClient::InlineResponse2001](docs/InlineResponse2001.md)
93
+ - [OryOathkeeperClient::InlineResponse503](docs/InlineResponse503.md)
91
94
  - [OryOathkeeperClient::JsonWebKey](docs/JsonWebKey.md)
92
95
  - [OryOathkeeperClient::JsonWebKeySet](docs/JsonWebKeySet.md)
93
96
  - [OryOathkeeperClient::Rule](docs/Rule.md)
data/docs/ApiApi.md CHANGED
@@ -6,10 +6,7 @@ All URIs are relative to *http://localhost*
6
6
  | ------ | ------------ | ----------- |
7
7
  | [**decisions**](ApiApi.md#decisions) | **GET** /decisions | Access Control Decision API |
8
8
  | [**get_rule**](ApiApi.md#get_rule) | **GET** /rules/{id} | Retrieve a Rule |
9
- | [**get_version**](ApiApi.md#get_version) | **GET** /version | Get Service Version |
10
9
  | [**get_well_known_json_web_keys**](ApiApi.md#get_well_known_json_web_keys) | **GET** /.well-known/jwks.json | Lists Cryptographic Keys |
11
- | [**is_instance_alive**](ApiApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status |
12
- | [**is_instance_ready**](ApiApi.md#is_instance_ready) | **GET** /health/ready | Check Readiness Status |
13
10
  | [**list_rules**](ApiApi.md#list_rules) | **GET** /rules | List All Rules |
14
11
 
15
12
 
@@ -137,67 +134,6 @@ No authorization required
137
134
  - **Accept**: application/json
138
135
 
139
136
 
140
- ## get_version
141
-
142
- > <Version> get_version
143
-
144
- Get Service Version
145
-
146
- This endpoint returns the service version typically notated using semantic versioning. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
147
-
148
- ### Examples
149
-
150
- ```ruby
151
- require 'time'
152
- require 'ory-oathkeeper-client'
153
-
154
- api_instance = OryOathkeeperClient::ApiApi.new
155
-
156
- begin
157
- # Get Service Version
158
- result = api_instance.get_version
159
- p result
160
- rescue OryOathkeeperClient::ApiError => e
161
- puts "Error when calling ApiApi->get_version: #{e}"
162
- end
163
- ```
164
-
165
- #### Using the get_version_with_http_info variant
166
-
167
- This returns an Array which contains the response data, status code and headers.
168
-
169
- > <Array(<Version>, Integer, Hash)> get_version_with_http_info
170
-
171
- ```ruby
172
- begin
173
- # Get Service Version
174
- data, status_code, headers = api_instance.get_version_with_http_info
175
- p status_code # => 2xx
176
- p headers # => { ... }
177
- p data # => <Version>
178
- rescue OryOathkeeperClient::ApiError => e
179
- puts "Error when calling ApiApi->get_version_with_http_info: #{e}"
180
- end
181
- ```
182
-
183
- ### Parameters
184
-
185
- This endpoint does not need any parameter.
186
-
187
- ### Return type
188
-
189
- [**Version**](Version.md)
190
-
191
- ### Authorization
192
-
193
- No authorization required
194
-
195
- ### HTTP request headers
196
-
197
- - **Content-Type**: Not defined
198
- - **Accept**: application/json
199
-
200
-
201
137
  ## get_well_known_json_web_keys
202
138
 
203
139
  > <JsonWebKeySet> get_well_known_json_web_keys
@@ -259,128 +195,6 @@ No authorization required
259
195
  - **Accept**: application/json
260
196
 
261
197
 
262
- ## is_instance_alive
263
-
264
- > <HealthStatus> is_instance_alive
265
-
266
- Check Alive Status
267
-
268
- This endpoint returns a 200 status code when the HTTP server is up running. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
269
-
270
- ### Examples
271
-
272
- ```ruby
273
- require 'time'
274
- require 'ory-oathkeeper-client'
275
-
276
- api_instance = OryOathkeeperClient::ApiApi.new
277
-
278
- begin
279
- # Check Alive Status
280
- result = api_instance.is_instance_alive
281
- p result
282
- rescue OryOathkeeperClient::ApiError => e
283
- puts "Error when calling ApiApi->is_instance_alive: #{e}"
284
- end
285
- ```
286
-
287
- #### Using the is_instance_alive_with_http_info variant
288
-
289
- This returns an Array which contains the response data, status code and headers.
290
-
291
- > <Array(<HealthStatus>, Integer, Hash)> is_instance_alive_with_http_info
292
-
293
- ```ruby
294
- begin
295
- # Check Alive Status
296
- data, status_code, headers = api_instance.is_instance_alive_with_http_info
297
- p status_code # => 2xx
298
- p headers # => { ... }
299
- p data # => <HealthStatus>
300
- rescue OryOathkeeperClient::ApiError => e
301
- puts "Error when calling ApiApi->is_instance_alive_with_http_info: #{e}"
302
- end
303
- ```
304
-
305
- ### Parameters
306
-
307
- This endpoint does not need any parameter.
308
-
309
- ### Return type
310
-
311
- [**HealthStatus**](HealthStatus.md)
312
-
313
- ### Authorization
314
-
315
- No authorization required
316
-
317
- ### HTTP request headers
318
-
319
- - **Content-Type**: Not defined
320
- - **Accept**: application/json
321
-
322
-
323
- ## is_instance_ready
324
-
325
- > <HealthStatus> is_instance_ready
326
-
327
- Check Readiness Status
328
-
329
- This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
330
-
331
- ### Examples
332
-
333
- ```ruby
334
- require 'time'
335
- require 'ory-oathkeeper-client'
336
-
337
- api_instance = OryOathkeeperClient::ApiApi.new
338
-
339
- begin
340
- # Check Readiness Status
341
- result = api_instance.is_instance_ready
342
- p result
343
- rescue OryOathkeeperClient::ApiError => e
344
- puts "Error when calling ApiApi->is_instance_ready: #{e}"
345
- end
346
- ```
347
-
348
- #### Using the is_instance_ready_with_http_info variant
349
-
350
- This returns an Array which contains the response data, status code and headers.
351
-
352
- > <Array(<HealthStatus>, Integer, Hash)> is_instance_ready_with_http_info
353
-
354
- ```ruby
355
- begin
356
- # Check Readiness Status
357
- data, status_code, headers = api_instance.is_instance_ready_with_http_info
358
- p status_code # => 2xx
359
- p headers # => { ... }
360
- p data # => <HealthStatus>
361
- rescue OryOathkeeperClient::ApiError => e
362
- puts "Error when calling ApiApi->is_instance_ready_with_http_info: #{e}"
363
- end
364
- ```
365
-
366
- ### Parameters
367
-
368
- This endpoint does not need any parameter.
369
-
370
- ### Return type
371
-
372
- [**HealthStatus**](HealthStatus.md)
373
-
374
- ### Authorization
375
-
376
- No authorization required
377
-
378
- ### HTTP request headers
379
-
380
- - **Content-Type**: Not defined
381
- - **Accept**: application/json
382
-
383
-
384
198
  ## list_rules
385
199
 
386
200
  > <Array<Rule>> list_rules(opts)
@@ -0,0 +1,28 @@
1
+ # OryOathkeeperClient::GenericError
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **Integer** | code | [optional] |
8
+ | **details** | **Array&lt;Hash&lt;String, Object&gt;&gt;** | details | [optional] |
9
+ | **message** | **String** | message | [optional] |
10
+ | **reason** | **String** | reason | [optional] |
11
+ | **request** | **String** | request | [optional] |
12
+ | **status** | **String** | status | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'ory-oathkeeper-client'
18
+
19
+ instance = OryOathkeeperClient::GenericError.new(
20
+ code: null,
21
+ details: null,
22
+ message: null,
23
+ reason: null,
24
+ request: null,
25
+ status: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,18 @@
1
+ # OryOathkeeperClient::InlineResponse200
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **status** | **String** | Always \&quot;ok\&quot;. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-oathkeeper-client'
13
+
14
+ instance = OryOathkeeperClient::InlineResponse200.new(
15
+ status: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # OryOathkeeperClient::InlineResponse2001
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **version** | **String** | The version of Ory Oathkeeper. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-oathkeeper-client'
13
+
14
+ instance = OryOathkeeperClient::InlineResponse2001.new(
15
+ version: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # OryOathkeeperClient::InlineResponse503
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **errors** | **Hash&lt;String, String&gt;** | Errors contains a list of errors that caused the not ready status. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-oathkeeper-client'
13
+
14
+ instance = OryOathkeeperClient::InlineResponse503.new(
15
+ errors: null
16
+ )
17
+ ```
18
+
data/docs/JsonWebKey.md CHANGED
@@ -5,22 +5,22 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **alg** | **String** | The \&quot;alg\&quot; (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \&quot;JSON Web Signature and Encryption Algorithms\&quot; registry established by [JWA] or be a value that contains a Collision- Resistant Name. | [optional] |
8
- | **crv** | **String** | | [optional] |
9
- | **d** | **String** | | [optional] |
10
- | **dp** | **String** | | [optional] |
11
- | **dq** | **String** | | [optional] |
12
- | **e** | **String** | | [optional] |
13
- | **k** | **String** | | [optional] |
8
+ | **crv** | **String** | crv | [optional] |
9
+ | **d** | **String** | d | [optional] |
10
+ | **dp** | **String** | dp | [optional] |
11
+ | **dq** | **String** | dq | [optional] |
12
+ | **e** | **String** | e | [optional] |
13
+ | **k** | **String** | k | [optional] |
14
14
  | **kid** | **String** | The \&quot;kid\&quot; (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \&quot;kid\&quot; value is unspecified. When \&quot;kid\&quot; values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \&quot;kid\&quot; values. (One example in which different keys might use the same \&quot;kid\&quot; value is if they have different \&quot;kty\&quot; (key type) values but are considered to be equivalent alternatives by the application using them.) The \&quot;kid\&quot; value is a case-sensitive string. | [optional] |
15
15
  | **kty** | **String** | The \&quot;kty\&quot; (key type) parameter identifies the cryptographic algorithm family used with the key, such as \&quot;RSA\&quot; or \&quot;EC\&quot;. \&quot;kty\&quot; values should either be registered in the IANA \&quot;JSON Web Key Types\&quot; registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \&quot;kty\&quot; value is a case-sensitive string. | [optional] |
16
- | **n** | **String** | | [optional] |
17
- | **p** | **String** | | [optional] |
18
- | **q** | **String** | | [optional] |
19
- | **qi** | **String** | | [optional] |
16
+ | **n** | **String** | n | [optional] |
17
+ | **p** | **String** | p | [optional] |
18
+ | **q** | **String** | q | [optional] |
19
+ | **qi** | **String** | qi | [optional] |
20
20
  | **use** | **String** | The \&quot;use\&quot; (public key use) parameter identifies the intended use of the public key. The \&quot;use\&quot; parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \&quot;sig\&quot; (signature) or \&quot;enc\&quot; (encryption). | [optional] |
21
- | **x** | **String** | | [optional] |
21
+ | **x** | **String** | x | [optional] |
22
22
  | **x5c** | **Array&lt;String&gt;** | The \&quot;x5c\&quot; (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. | [optional] |
23
- | **y** | **String** | | [optional] |
23
+ | **y** | **String** | y | [optional] |
24
24
 
25
25
  ## Example
26
26
 
@@ -0,0 +1,193 @@
1
+ # OryOathkeeperClient::MetadataApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**get_version**](MetadataApi.md#get_version) | **GET** /version | Return Running Software Version. |
8
+ | [**is_alive**](MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status |
9
+ | [**is_ready**](MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status |
10
+
11
+
12
+ ## get_version
13
+
14
+ > <InlineResponse2001> get_version
15
+
16
+ Return Running Software Version.
17
+
18
+ This endpoint returns the version of Ory Oathkeeper. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the version will never refer to the cluster state, only to a single instance.
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'ory-oathkeeper-client'
25
+
26
+ api_instance = OryOathkeeperClient::MetadataApi.new
27
+
28
+ begin
29
+ # Return Running Software Version.
30
+ result = api_instance.get_version
31
+ p result
32
+ rescue OryOathkeeperClient::ApiError => e
33
+ puts "Error when calling MetadataApi->get_version: #{e}"
34
+ end
35
+ ```
36
+
37
+ #### Using the get_version_with_http_info variant
38
+
39
+ This returns an Array which contains the response data, status code and headers.
40
+
41
+ > <Array(<InlineResponse2001>, Integer, Hash)> get_version_with_http_info
42
+
43
+ ```ruby
44
+ begin
45
+ # Return Running Software Version.
46
+ data, status_code, headers = api_instance.get_version_with_http_info
47
+ p status_code # => 2xx
48
+ p headers # => { ... }
49
+ p data # => <InlineResponse2001>
50
+ rescue OryOathkeeperClient::ApiError => e
51
+ puts "Error when calling MetadataApi->get_version_with_http_info: #{e}"
52
+ end
53
+ ```
54
+
55
+ ### Parameters
56
+
57
+ This endpoint does not need any parameter.
58
+
59
+ ### Return type
60
+
61
+ [**InlineResponse2001**](InlineResponse2001.md)
62
+
63
+ ### Authorization
64
+
65
+ No authorization required
66
+
67
+ ### HTTP request headers
68
+
69
+ - **Content-Type**: Not defined
70
+ - **Accept**: application/json
71
+
72
+
73
+ ## is_alive
74
+
75
+ > <InlineResponse200> is_alive
76
+
77
+ Check HTTP Server Status
78
+
79
+ This endpoint returns a HTTP 200 status code when Ory Oathkeeper is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
80
+
81
+ ### Examples
82
+
83
+ ```ruby
84
+ require 'time'
85
+ require 'ory-oathkeeper-client'
86
+
87
+ api_instance = OryOathkeeperClient::MetadataApi.new
88
+
89
+ begin
90
+ # Check HTTP Server Status
91
+ result = api_instance.is_alive
92
+ p result
93
+ rescue OryOathkeeperClient::ApiError => e
94
+ puts "Error when calling MetadataApi->is_alive: #{e}"
95
+ end
96
+ ```
97
+
98
+ #### Using the is_alive_with_http_info variant
99
+
100
+ This returns an Array which contains the response data, status code and headers.
101
+
102
+ > <Array(<InlineResponse200>, Integer, Hash)> is_alive_with_http_info
103
+
104
+ ```ruby
105
+ begin
106
+ # Check HTTP Server Status
107
+ data, status_code, headers = api_instance.is_alive_with_http_info
108
+ p status_code # => 2xx
109
+ p headers # => { ... }
110
+ p data # => <InlineResponse200>
111
+ rescue OryOathkeeperClient::ApiError => e
112
+ puts "Error when calling MetadataApi->is_alive_with_http_info: #{e}"
113
+ end
114
+ ```
115
+
116
+ ### Parameters
117
+
118
+ This endpoint does not need any parameter.
119
+
120
+ ### Return type
121
+
122
+ [**InlineResponse200**](InlineResponse200.md)
123
+
124
+ ### Authorization
125
+
126
+ No authorization required
127
+
128
+ ### HTTP request headers
129
+
130
+ - **Content-Type**: Not defined
131
+ - **Accept**: application/json
132
+
133
+
134
+ ## is_ready
135
+
136
+ > <InlineResponse200> is_ready
137
+
138
+ Check HTTP Server and Database Status
139
+
140
+ This endpoint returns a HTTP 200 status code when Ory Oathkeeper is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of Ory Oathkeeper, the health status will never refer to the cluster state, only to a single instance.
141
+
142
+ ### Examples
143
+
144
+ ```ruby
145
+ require 'time'
146
+ require 'ory-oathkeeper-client'
147
+
148
+ api_instance = OryOathkeeperClient::MetadataApi.new
149
+
150
+ begin
151
+ # Check HTTP Server and Database Status
152
+ result = api_instance.is_ready
153
+ p result
154
+ rescue OryOathkeeperClient::ApiError => e
155
+ puts "Error when calling MetadataApi->is_ready: #{e}"
156
+ end
157
+ ```
158
+
159
+ #### Using the is_ready_with_http_info variant
160
+
161
+ This returns an Array which contains the response data, status code and headers.
162
+
163
+ > <Array(<InlineResponse200>, Integer, Hash)> is_ready_with_http_info
164
+
165
+ ```ruby
166
+ begin
167
+ # Check HTTP Server and Database Status
168
+ data, status_code, headers = api_instance.is_ready_with_http_info
169
+ p status_code # => 2xx
170
+ p headers # => { ... }
171
+ p data # => <InlineResponse200>
172
+ rescue OryOathkeeperClient::ApiError => e
173
+ puts "Error when calling MetadataApi->is_ready_with_http_info: #{e}"
174
+ end
175
+ ```
176
+
177
+ ### Parameters
178
+
179
+ This endpoint does not need any parameter.
180
+
181
+ ### Return type
182
+
183
+ [**InlineResponse200**](InlineResponse200.md)
184
+
185
+ ### Authorization
186
+
187
+ No authorization required
188
+
189
+ ### HTTP request headers
190
+
191
+ - **Content-Type**: Not defined
192
+ - **Accept**: application/json
193
+