add functionality

This commit is contained in:
2016-05-16 03:29:29 +02:00
parent b2182ec63d
commit f4c2bb6e5b
7 changed files with 166 additions and 16 deletions

View File

@ -7,9 +7,11 @@ export declare class CflareAccount {
email: string;
key: string;
}): void;
getZoneId(domainName: string): any;
createRecord(): any;
removeRecord(): any;
updateRecord(): void;
listRecords(domainName: string): any;
listDomains(): any;
request(methodArg: string, routeArg: string): any;
listZones(domainName?: string): any;
request(methodArg: string, routeArg: string, bodyArg?: any): any;
}

File diff suppressed because one or more lines are too long