0.0.1 • Published 5 years ago

bunnycdb v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

bunny-cdn-python

Bunny CDN is the fastest and Cheapest CDN

This is a bunny cdn node.js module for buny cdn API

How to Use IT

As of now there are 4 commands whch are listed below with their patrameters 1.create_pull_zone(api, name, original_url, type) 2.delete_pull_zone(api, id) 3.purge_cache(api, id) 4.add_host_name(api, id, Hostname)

Example

import { purge_cache } from 'bunnycdn';

purge_cache(api, id)

INFO

  1. This is not a official bunny cdn module
  2. ssl must be an Boolean value
  3. api and ID must be an Integer
  4. ip must be an string
0.0.1

5 years ago