Preparing search index...
The search index is not available
netcup-node
netcup-node
NetcupRestApi
Class NetcupRestApi
Hierarchy
NetcupRestApi
Index
Constructors
constructor
Properties
axios
format
Methods
info
Dns
Records
info
Dns
Zone
login
post
Json
update
Dns
Records
Constructors
constructor
new
Netcup
Rest
Api
(
format
?:
JSON
)
:
NetcupRestApi
Parameters
Optional
format:
JSON
Returns
NetcupRestApi
Properties
axios
axios
:
AxiosInstance
= ...
format
format
:
JSON
= Formats.JSON
Methods
info
Dns
Records
info
Dns
Records
(
params
:
WithAuthentication
<
InfoDNSRecordsParam
>
)
:
Promise
<
InfoDNSRecordsResponse
>
Parameters
params:
WithAuthentication
<
InfoDNSRecordsParam
>
Returns
Promise
<
InfoDNSRecordsResponse
>
info
Dns
Zone
info
Dns
Zone
(
params
:
WithAuthentication
<
InfoDNSZoneParam
>
)
:
Promise
<
InfoDNSZoneResponse
>
Parameters
params:
WithAuthentication
<
InfoDNSZoneParam
>
Returns
Promise
<
InfoDNSZoneResponse
>
login
login
(
params
:
LoginParam
)
:
Promise
<
LoginResponse
>
Parameters
params:
LoginParam
Returns
Promise
<
LoginResponse
>
Protected
post
Json
post
Json
<
Req
,
Res
>
(
url
:
string
, data
:
Req
, options
?:
AxiosRequestConfig
<
any
>
)
:
Promise
<
Res
>
Type Parameters
Req
Res
Parameters
url:
string
data:
Req
Optional
options:
AxiosRequestConfig
<
any
>
Returns
Promise
<
Res
>
update
Dns
Records
update
Dns
Records
(
params
:
WithAuthentication
<
UpdateDNSRecordsParam
>
)
:
Promise
<
UpdateDNSRecordsResponse
>
Parameters
params:
WithAuthentication
<
UpdateDNSRecordsParam
>
Returns
Promise
<
UpdateDNSRecordsResponse
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
netcup-
node
Netcup
Rest
Api
constructor
axios
format
info
Dns
Records
info
Dns
Zone
login
post
Json
update
Dns
Records
Generated using
TypeDoc