Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more

bunny

Note: bunny doesnโ€™t yet support all features of bunny.netโ€™s API, please read our roadmap to learn more.

Setup

Deno

import Client from 'https://deno.land/x/bunny@v0.1.0/mod.ts'

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

Usage