v1.0.1
Deno API Wrapper around Caprover API
Repository
Current version released
5 years ago
Versions
caproverapi
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.