bunny.net
TypeScript icon, indicating that this package has built-in type declarations

1.0.0ย โ€ขย Publicย โ€ขย Published

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

  • [x] DNS Zone (available as dns)

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

Package Sidebar

Install

npm i bunny.net

Weekly Downloads

4

Version

1.0.0

License

Apache-2.0

Unpacked Size

53.5 kB

Total Files

17

Last publish

Collaborators

  • boywithkeyboard