
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
google-endpoints-api-management
Advanced tools
.. image:: https://travis-ci.org/cloudendpoints/endpoints-management-python.svg?branch=master :target: https://travis-ci.org/cloudendpoints/endpoints-management-python .. image:: https://codecov.io/gh/cloudendpoints/endpoints-management-python/branch/master/graph/badge.svg :target: https://codecov.io/gh/cloudendpoints/endpoints-management-python
Google Endpoints API Management manages the 'control plane' of an API by providing support for authentication, billing, monitoring and quota control.
It achieves this by
WSGI
_ middleware.. _WSGI
: https://wsgi.readthedocs.io/en/latest/
Example:
.. code:: python
application = MyWsgiApp() # an existing WSGI application
the name of the controlled service
service_name = 'my-service-name'
The Id of a Google Cloud project with the Service Control and Service Management
APIs enabled
project_id = 'my-project-id'
wrap the app for service control
from endpoints_management.control import client, wsgi control_client = client.Loaders.DEFAULT.load(service_name) control_client.start() controlled_app = wsgi.add_all(application, project_id, control_client)
now use the controlled in place of application
my_server.serve(controlled_app)
Install using pip
_
.. code:: bash
[sudo] pip install google-endpoints-api-management
.. _pip
: https://pip.pypa.io
endpoints-management-python is currently tested with Python 2.7.
Contributions to this library are always welcome and highly encouraged.
See the CONTRIBUTING documentation
_ for more information on how to get started.
.. _CONTRIBUTING documentation
: https://github.com/cloudendpoints/endpoints-management-python/blob/master/CONTRIBUTING.rst
This library follows Semantic Versioning
_
.. _Semantic Versioning
: http://semver.org/
For detailed documentation of the modules in endpoints-management-python, please watch DOCUMENTATION
_.
.. _DOCUMENTATION
: https://endpoints-management-python.readthedocs.org/
Apache - See the full LICENSE
_ for more information.
.. _the full LICENSE
: https://github.com/cloudendpoints/endpoints-management-python/blob/master/LICENSE
FAQs
Google Endpoints API management
We found that google-endpoints-api-management demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.