Commit d325dff
Fix: API Key added in the body instead of param (#142)
* Fix: Add the missing API Key on send chat calls.
* Fix: Wrongly added the apiKey in the body instead of the param
* Update TikTokLiveHttpClient.java
We do not need to null check as Eulerstream verifies anyway so we can just pass whatever the value is.
* Update TikTokLiveHttpClient.java
Revert to your method, but using Header instead of Param, since HttpClient does not allow null values!
Co-authored-by: mbayou <mathieu@novasquare.io>
Co-authored-by: kohlerpop1 <70915561+kohlerpop1@users.noreply.github.com>1 parent dac688e commit d325dff
File tree
1 file changed
+5
-7
lines changed- Client/src/main/java/io/github/jwdeveloper/tiktok
1 file changed
+5
-7
lines changedLines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
207 | 209 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
243 | 241 | | |
244 | 242 | | |
245 | 243 | | |
246 | | - | |
| 244 | + | |
0 commit comments