Rafael Caricio
c02fad46f7
Fix import ordering
2016-09-13 11:12:45 +02:00
Henning Jacobs
b5cd358b4f
#270 add test for kwargs
2016-09-01 12:06:04 +02:00
Dylan Semler
b7c6dede95
Add flag for strict_validation on extra parameters
2016-07-31 20:21:19 -04:00
Dylan Semler
f1d436c859
Validate that requests don't have extra parameters
...
Request validation is enhanced to verify requests only include query or
formData parameters that are specified in the spec.
This validation does not occur for header or path parameters. This is
because most applications probably prefer to ignore extra headers and
a request with extra path parameters would point to a different
endpoint.
2016-07-31 20:17:30 -04:00
Greg Brockman
a6cc07cca8
Make JSON printing a bit nicer
2016-04-04 21:59:54 -07:00
João Santos
ddcb4ce4a5
Merge pull request #197 from rafaelcaricio/accept-nullable-values
...
Support nullable parameters
2016-03-31 14:10:17 +02:00
David Hotham
75fe338937
Python3 compatibility
2016-03-29 12:21:31 +01:00
David Hotham
c3ced5fc2d
Add validation of formData parameters
2016-03-29 11:58:33 +01:00
David Hotham
604e7274f1
Unit tests for file uploads
2016-03-29 10:09:56 +01:00
Rafael Caricio
75c94a428b
Support x-nullable in body parameters
2016-03-25 19:31:33 +01:00
Rafael Caricio
7052ff3722
Support x-nullable parameters
2016-03-25 18:07:35 +01:00
João Santos
625c60beaa
#173 Fix unpythonic function names
2016-03-08 08:33:46 +01:00
Rafael Caricio
2558a611f4
#104 typecasting in path parameters
2016-03-04 18:41:57 +01:00
Rafael Caricio
a7aec5d53c
Split tests in isolated modules
2016-02-25 14:49:19 +01:00