UNPKG

@cpanel/api

Version:

cPanel API JavaScript and TypeScript interface libraries. This library provides a set of classes for calling cPanel WHM API 1 and UAPI calls. The classes hide much of the complexity of these APIs behind classes the abstract the underlying variances betwee

10 lines (9 loc) 258 B
export * from "./argument-serializer-rules"; export * from "./interchange"; export * from "./metadata"; export * from "./request"; export * from "./response"; export * from "./http"; export * from "./utils"; export * from "./uapi"; export * from "./whmapi";