Skip to main content
Deno 2 is finally here 🎉️
Learn more

caproverapi

TypeScript CI

Deno API Wrapper around Caprover API

💻 First Start

import CapRover, { PROTOCOLS } from 'https://deno.land/x/caproverapi@v1.0.1/mod.ts'

const capRover = await CapRover.login({
  address: '<your caprover instance>',
  password: '<your caprover password>',
  protocol: PROTOCOLS.'<HTTP or HTTPS>'
});

🛠️ Logging

Set Environment Variable DEBUG='*' to enable logging

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.