feat(AIENG:420): Add command to download OpenAPI schema for Smart Tes…#1303
Open
psakthivel04 wants to merge 1 commit into
Open
feat(AIENG:420): Add command to download OpenAPI schema for Smart Tes…#1303psakthivel04 wants to merge 1 commit into
psakthivel04 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new CLI command to download the OpenAPI schema for the Smart Tests API. The main focus is the introduction of the
api_schemacommand, which enables users to fetch and save the API schema as a JSON file. Additionally, the command is registered in the CLI structure.New API Schema Download Feature:
api_schemacommand insmart_tests/commands/get/api_schema.pythat allows users to download the OpenAPI schema from the/intake/v3/api-docsendpoint and save it to a specified file. The command handles error cases gracefully and provides user feedback.api_schemacommand in thegetcommand group by importing and adding it insmart_tests/commands/get/__init__.py. [1] [2]…ts APIManual testing:
is it downloaded?- yes

can we able to import in swagger editor? yes