update docu because of obsolete api-token
This commit is contained in:
@@ -59,7 +59,7 @@ The following text focuses on the basic methods. For further information take a
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
CfDnsClient cfDnsClient = new CfDnsClient(
|
CfDnsClient cfDnsClient = new CfDnsClient(
|
||||||
"email@example.com", "yourApiKey", "yourApiToken"
|
"email@example.com", "yourApiKey"
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -24,8 +24,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
* // Create a new CfDnsClient instance
|
* // Create a new CfDnsClient instance
|
||||||
* CfDnsClient cfDnsClient = new CfDnsClient(
|
* CfDnsClient cfDnsClient = new CfDnsClient(
|
||||||
* "email@example.com",
|
* "email@example.com",
|
||||||
* "yourApiKey",
|
* "yourApiKey"
|
||||||
* "yourApiToken"
|
|
||||||
* );
|
* );
|
||||||
*
|
*
|
||||||
* // Retrieve a zone
|
* // Retrieve a zone
|
||||||
|
|||||||
Reference in New Issue
Block a user