/fastly-py

Fastly Python Client

Primary LanguagePythonMIT LicenseMIT

Fastly Python Client

EXAMPLE:
import fastly
api = fastly.API()
api.authenticate_by_key('MYKEY')
api.purge_url('www.example.com', '/some/path')

TODO:
Doc files
Docstrings
Config file