Skip to content

0.31

Compare
Choose a tag to compare
@hfaran hfaran released this 23 Feb 06:40
· 145 commits to master since this release

On input schema of None, input is presumed to be None

  • Rather than forcing an input schema of None with GET and DELETE methods, whether input is JSON-decoded or not, is dependent on whether the provided input schema is None or not. This means that get and delete methods can now have request bodies if desired.