1.0.0 • Published 2 months ago

bunny.net v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

bunny.net(.js)

Setup

Deno

import { Client } from 'https://esm.sh/bunny.net'

Node.js

npm i bunny.net
import { Client } from 'bunny.net'

Usage

!IMPORTANT You need to open a bunny.net account first to use this module. After you have signed up, you can get your API token here.

const bunny = new Client({
  token: '...'
})

Roadmap

  • DNS Zone (available as dns)

    • listZones()
    • addZone()
    • getZone()
    • updateZone()
    • deleteZone()
    • exportRecords()
    • getQueryStatistics()
    • checkZoneAvailability()
    • addRecord()
    • updateRecord()
    • deleteRecord()
    • importRecords()