feat: support no request body for post, put and patch (#427)

This commit is contained in:
Ryan Brink
2023-03-15 08:39:35 -04:00
committed by GitHub
parent 8cc229667e
commit 3d27d30a31
10 changed files with 126 additions and 24 deletions

View File

@ -12,6 +12,12 @@
## Released
## [3.13.0] - March 15th, 2023
### Changed
- Post, Put, and Patch now support not providing request info
## [3.12.0] - March 14th, 2023
### Added