Fastly Python Client
This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2013-06-05 17:28:19 -03:00
fastly add purge_service and purge_key methods, add entry_points scripts for purge_url, purge_service, and purge_key, append bitmonk# to version for this fork. 2013-05-20 13:48:24 -07:00
test adding __init__.py to test directory to keep setuptools happy 2012-03-20 00:34:30 +07:00
.gitignore initial 2012-02-07 03:55:05 -08:00
README Update README 2012-02-23 12:16:41 -08:00
setup.py Fix missing quote after version number. 2013-06-05 17:28:19 -03:00

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