You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The easiest way to install and use this client library is using Composer. The fo
17
17
composer require tiggee/dnsmadeeasy-client
18
18
```
19
19
20
-
## Usage
20
+
## Getting Started
21
21
22
22
You will need a DNS Made Easy account and API credentials. You can get an account at the [DNS Made Easy website](https://www.dnsmadeeasy.com). There is an API sandbox available, you can create a [new account here](https://sandbox.dnsmadeeasy.com/account/new).
23
23
@@ -45,6 +45,44 @@ You can tell the client to use the sandbox API endpoint by using the `setEndpoin
There's more examples further down of using the API client SDK.
81
+
82
+
## Configuration
83
+
84
+
There's additional configuration options you can use with the client as well as just specifying the sandbox.
85
+
48
86
### Logging
49
87
50
88
You can specify a logger that implements the [PSR-3 Logger](https://www.php-fig.org/psr/psr-3/) specification such as MonoLog. The client is a `LoggerAwareInterface` and the logger can be specified either in the constructor or via a method call.
0 commit comments