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
|
||||
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
|
||||
* CfDnsClient cfDnsClient = new CfDnsClient(
|
||||
* "email@example.com",
|
||||
* "yourApiKey",
|
||||
* "yourApiToken"
|
||||
* "yourApiKey"
|
||||
* );
|
||||
*
|
||||
* // Retrieve a zone
|
||||
|
||||
Reference in New Issue
Block a user