Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.07 KB

README.rst

File metadata and controls

74 lines (49 loc) · 2.07 KB

Google Cloud Endpoints

Google Cloud Endpoints is a solution for creating RESTful web APIs.

To do after validation

remove attrs bump version in setup.py note custom copy of protorpc (test only)??

Installation

Install using pip, as recommended per App Engine vendoring

[sudo] pip install -t lib --ignore-installed google-endpoints

Testing

start server: dev_appserver.py --logs_path=/tmp/gaelogs --host=localhost --enable_host_checking=False test/testData/sample_app/app.yaml run tests: pytest

Python Versions

google-endpoints is currently tested with Python 2.7.

Contributing

Contributions to this library are always welcome and highly encouraged.

See the CONTRIBUTING documentation for more information on how to get started.

Versioning

This library follows Semantic Versioning

Details

For detailed documentation of google-endpoints, please see the Cloud Endpoints Documentation.

License

Apache - See LICENSE for more information.