pauldevine / fastly-py

Fastly Python Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Fastly Python Client

License:MIT License