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 generator hardcodes the scopes on methods #150

Open inklesspen opened 6 years ago

inklesspen commented 6 years ago

https://github.com/cloudendpoints/endpoints-python/blob/b4c93f71564f840a074398ffea65764ccbec41ca/endpoints/discovery_generator.py#L659-L661

The hardcoded scope is usually correct, but not always. :disappointed: