Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add script to remove deprecated query params from openapi.yaml file before SDK generation #18

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 22, 2024

Problem Context

Request from a user to remove deprecated query parameters from the SDK to prevent confusion in docs and code examples.

Changes

  • Create script to copy the openapi.yaml file and remove all deprecated parameters from the copy. The copy is then run through the openapi-generator-cli to generate the new version of the SDK.
  • Update readme explaining this new copying of the file

@github-actions github-actions bot requested a review from paigen11 November 22, 2024 15:22
@paigen11 paigen11 changed the title feat: PLACEHOLDER TITLE chore: add script to remove deprecated query params from openapi.yaml file before SDK generation Nov 22, 2024
@paigen11 paigen11 marked this pull request as ready for review November 22, 2024 18:16
@paigen11 paigen11 merged commit e7f9b1b into main Nov 22, 2024
1 check passed
@paigen11 paigen11 deleted the pn-remove-dep-params branch November 22, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant