cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

`request_message_descriptor` should not allow request bodies on `NO_BODY` request types #167

Closed inklesspen closed 5 years ago

inklesspen commented 6 years ago

https://github.com/cloudendpoints/endpoints-python/blob/3ccb44c8a0a6835d961e4850e5c51eb92eb92ce5/endpoints/openapi_generator.py#L597-L600

Failure to throw an exception here leads to a confusing exception within body_parameter_descriptor later on, as seen here.