bunny.net
v1.0.0
Published
JavaScript SDK for 🐇 bunny.net
Maintainers
Readme
bunny.net(.js)
Setup
Deno
import { Client } from 'https://esm.sh/bunny.net'Node.js
npm i bunny.netimport { 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()
- [ ]
