cloudendpoints / endpoints-python

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

Discovery document / client generation fixes #183

Closed inklesspen closed 5 years ago

inklesspen commented 5 years ago

Discovery docs will now send boolean default values such that they will be correctly written into Java clients. Additionally, the namespace attributes such as owner_domain will be respected when set on the API instead of inside a namespace object.