Skip to content

sajal/turbobytes-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turbobytes-python

Python library to access Turbobytes API

Sample usage, to purge a file

turbobytes = TurboBytesAPI("xxxxxxxAPI_KEYxxxxxxxxxxxx", "xxxxxxxxxAPI_SECRETxxxxxxxxx")
print turbobytes.purge("zone-name", ["/path/to/foo.jpg", "/path/to/bar.css"])
#Show latest purges
print turbobytes.latest_purges("zone-name")

About

Python library to access Turbobytes API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors