UNPKG

namecomv4

Version:

A Node.js library wrapper for Name.com's V4 API, designed to simplify domain management tasks such as querying domain information, managing DNS records, and handling domain registration and transfer.

8 lines (7 loc) 218 B
export default class AxiosClient { axiosInstance: import("axios").AxiosInstance; username: string; token: string; baseUrl?: string; constructor(username: string, token: string, baseUrl?: string); }