Add Xquik OpenAPI ingestion example#90
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
Addressed the OpenAPI version consistency note in Validation:
|
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
Addressed the follow-up compatibility note in the latest commit by removing the overbroad full OpenAPI 3.1 compatibility claim. The doc now distinguishes full OpenAPI 2.0/3.0 compatibility from compatible OpenAPI 3.1 specifications and tells users to verify 3.1-specific schema features against the converter. Validation:
|
Summary
Adds a concrete Xquik example to the OpenAPI ingestion docs. Xquik exposes an OpenAPI 3.1 spec at https://xquik.com/openapi.json and uses the
x-api-keyheader for API key authentication, so it fits the existing remote OpenAPI and API key examples.Validation
https://xquik.com/openapi.jsonreturns HTTP 200 with JSON.x-api-keyheader.git diff --check.Duplicate Check
Summary by cubic
Add an Xquik example to the OpenAPI ingestion docs and refine wording around OpenAPI 3.1 compatibility. The example loads
https://xquik.com/openapi.json, uses thex-api-keyheader with Python and UTCPmanual_call_templates, and notes that only compatible 3.1 specs are supported and 3.1-specific features should be verified.Written for commit c01cf65. Summary will update on new commits.