Skip to content

mklepaczewski/python-keycdn-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Library for the KeyCDN API

Installation

pip install keycdn

Usage

Initial

import keycdn

...
api = keycdn.Api('<your_api_key>')

Get all zones

api.get('zones.json')

Get a specific zone

api.post('zones/<zoneId>.json')

Purge zone cache

api.get('zones/purge/<zoneId>.json')

For more details visit https://www.keycdn.com

About

A Python REST Client for the KeyCDN API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%