v1.0.3
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.3/mod.ts'
const capRover = await CapRover.login({
address: '<your caprover instance>',
password: '<your caprover password>',
protocol: PROTOCOLS.'<HTTP or HTTPS>'
});๐ Permissions
It needs the --allow-net flag to use the CapRover API
It needs the --allow-env flag to enable Logging in Debug Environments
๐ ๏ธ Logging
Set Environment Variable DEBUG='*' to enable logging
๐ Documentation
Documentation is available here: https://doc.deno.land/https/deno.land%2Fx%2Fcaproverapi%2Fmod.ts
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.