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
+3-2
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,20 @@ Add the following to your `build.gradle`:
14
14
15
15
```groovy
16
16
dependencies {
17
-
implementation("com.jedlix:sdk:1.6.1")
17
+
implementation("com.jedlix:sdk:1.7.0")
18
18
}
19
19
```
20
20
21
21
## Usage
22
22
23
-
When you sign up for a [Smart Charging API](https://api.jedlix.com/) account, you get a custom `baseURL` and `apiKey`. Configure the SDK with these values and an `Authentication` implementation. API key is not required if you use your own base URL.
23
+
When you sign up for a [Smart Charging API](https://api.jedlix.com/) account, you get a custom `baseURL` and `apiKey`. Configure the SDK with these values and an `Authentication` implementation. You can also provide custom HTTP headers. API key is not required if you use your own base URL.
0 commit comments