cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

API Key Restrictions for iOS and Android Apps not Supported #27

Closed imeier closed 7 years ago

imeier commented 7 years ago

Currently the endpoints management python code doesn't handle api key restrictions for iOS or Android apps. I don't believe this is supported for other languages either, and I have created a related issue here: https://github.com/googleapis/googleapis/issues/303. I have implemented a fix on a fork of this repo (https://github.com/imeier/endpoints-management-python), and will do a pull request.

Thanks, Ian