Skip to main content

A Python REST Client for KeyCDN API

Project description

# Python Library for the KeyCDN API


## Installation

``` bash
pip install keycdn
```

## Usage

### Initial
```python
import keycdn

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

```

### Get all zones
```python
keycdn.get('zones.json')
```

### Get a specific zone
```python
keycdn.post('zones/<zoneId>.json')
```

### Purge zone cache
```python
keycdn.get('zones/purge/<zoneId>.json')
```


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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keycdn-0.3.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page