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

Automation for OAS to sdk #256

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Shreyaschorge
Copy link
Collaborator

Description of the Change

Need to go out at the very end. Cuz this will create a pull request in nodejs-sdk

OAS Change Summary

New Endpoints

  • POST /new/endpoint - Description of the new endpoint.

Updated Endpoints

  • GET /existing/endpoint - Updated description, parameters, or responses.

Deprecated Endpoints

  • DELETE /old/endpoint - Marked for deprecation due to [reason].

New/Updated Schemas

  • NewSchema - Schema for a new resource.
  • UpdatedSchema - Modified to include additional fields.

Checklist

  • I have validated that all new/updated endpoints conform to OAS standards.
  • I have updated or added necessary schema definitions.
  • I have ensured that the new schema I have added doesn't exist.
  • I have added description wherever necessary.
  • I have ensured that endpoint's responses are correct.
  • I have considered backward compatibility with previous versions of the API.
  • I have communicated any breaking changes to the appropriate stakeholders.
  • I have tested the OAS changes using a tool like Swagger editor

Additional Comments

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