netcup-node
Version:
A node wrapper for the Netcup CCP API (https://www.netcup-wiki.de/wiki/CCP_API)
6 lines (5 loc) • 324 B
TypeScript
import { Formats } from './@types/Formats';
export declare const BASE_URL = "https://ccp.netcup.net/run/webservice/servers/endpoint.php";
export declare const defaultFormat = Formats.JSON;
export declare const NOT_INITIALIZED_ERROR = "Not initialized. Call init() first.";
export declare const INVALID_FORMAT_ERROR: string;