Skip to content

feat: add API standards support — JSON bodies, PUT/PATCH, pagination,… - #310

Open
kridai wants to merge 2 commits into
mainfrom
api-standards-cli-support
Open

feat: add API standards support — JSON bodies, PUT/PATCH, pagination,…#310
kridai wants to merge 2 commits into
mainfrom
api-standards-cli-support

Conversation

@kridai

@kridai kridai commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

… and Node 22+

  • API standards support: JSON request bodies, PUT/PATCH methods, pathType inference
  • Pagination support per API standard strategy
  • oneOf/anyOf/allOf schema handling in requestBody parameter generation
  • DELETE response body support
  • PUT/PATCH method mapping with body param deduplication
  • Bump axios to ^1.19.0 and twilio to ^6.0.0
  • Update supported Node version to >=22.0.0
  • Expanded test coverage for HTTP client and API browser

Fixes

A short description of what this PR does.

Checklist

  • I acknowledge that all my contributions will be made under the project's license
  • I have made a material change to the repo (functionality, testing, spelling, grammar)
  • I have read the Contribution Guidelines and my PR follows them
  • I have titled the PR appropriately
  • I have updated my branch with the main branch
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation about the functionality in the appropriate .md file
  • I have added inline documentation to the code I modified

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

kridai and others added 2 commits August 12, 2026 13:48
… and Node 22+

- API standards support: JSON request bodies, PUT/PATCH methods, pathType inference
- Pagination support per API standard strategy
- oneOf/anyOf/allOf schema handling in requestBody parameter generation
- DELETE response body support
- PUT/PATCH method mapping with body param deduplication
- Bump axios to ^1.19.0 and twilio to ^6.0.0
- Update supported Node version to >=22.0.0
- Expanded test coverage for HTTP client and API browser

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

2 participants