kohlerpop1
bc3386d21e
Push for proxy test!
2024-01-14 20:56:05 +01:00
kohlerpop1
4801de58cb
Added convenience methods back to TikTokLive and changed sing to sign where misspelled!
2024-01-14 20:56:05 +01:00
Jacek W
548a585e90
Update README.md
2024-01-06 17:55:51 +01:00
Jacek W
2667f04a1c
Update README.md
2024-01-05 17:27:12 +01:00
GitHub Action
0a857594ea
Update version in pom.xml
2024-01-05 16:26:35 +00:00
JW
b0593ba95c
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
1.0.16-Release
2024-01-05 17:21:55 +01:00
JW
c23faffcde
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
JW
f7a92d5015
- refactor of the Http client
...
Changes:
Http-client settings in configure method
```
TikTokLive.newClient("X")
.configure(liveClientSettings ->
{
var httpSetting = liveClientSettings.getHttpSettings();
httpSetting.setTimeout(Duration.ofSeconds(12));
});
```
`TikTokLive.requests()` Easy and quick way of making
http request to tiktok
```
var giftsResponse =TikTokLive.request.fetchGiftsData();
```
Removed:
TikTokLive.isLiveOnline(String hostName);
TikTokLive.isHostNameValidAsync(String hostName);
instead you can use
```
TikTokLive.requests().fetchLiveUserData("Mike").getUserStatus()
```
2024-01-05 17:21:55 +01:00
GitHub Action
6a42da9ecb
Update version in pom.xml
2024-01-05 16:21:21 +00:00
kohlerpop1
1308b86567
Made User#attributes final as its only set once and moved each constructor assignment to field declaration!
1.0.15-Release
2024-01-05 17:06:50 +01:00
kohlerpop1
20ba88c0ac
Removed useless lines, made Picture#toString, and optimized TikTokGiftManager#findById & TikTokGiftManager#findByName!
2024-01-05 17:06:50 +01:00
GitHub Action
77533ea4be
Update version in pom.xml
2023-12-22 21:11:06 +00:00
Jacek W
3231924f8f
Merge pull request #40 from kohlerpop1/kohlerpop1-fixes-updates
...
Optimized a few methods when calling and using the Api!
1.0.14-Release
2023-12-22 18:46:56 +01:00
kohlerpop1
ea525470e2
Revert to StringBuilder and stacking stream line!
2023-12-22 12:22:50 -05:00
kohlerpop1
b0bf4ac606
Added @Getter to Badge classes and toString methods!
2023-12-22 10:32:49 -05:00
kohlerpop1
0b9f1570d0
Optimized a few methods when calling and using the Api!
2023-12-21 21:40:11 -05:00
kohlerpop1
7a4c7fecbd
Merge remote-tracking branch 'origin/kohlerpop1-fixes-updates' into kohlerpop1-fixes-updates
2023-12-20 14:27:46 -05:00
GitHub Action
0ae9068858
Update version in pom.xml
2023-12-20 19:27:06 +00:00
kohlerpop1
8905958207
Merge remote-tracking branch 'origin/kohlerpop1-fixes-updates' into kohlerpop1-fixes-updates
...
# Conflicts:
# Tools-EventsCollector/src/main/java/io/github/jwdeveloper/tiktok/tools/tester/mockClient/mocks/ApiServiceMock.java
2023-12-20 14:26:01 -05:00
JW
c12f3cc4dc
.
1.0.13-Release
2023-12-20 20:24:33 +01:00
David Kohler
7402899f52
Merge branch 'jwdeveloper:master' into kohlerpop1-fixes-updates
2023-12-20 14:19:37 -05:00
kohlerpop1
1b8b150d61
Removed not needed @Override in ApiServiceMock!
2023-12-20 14:18:55 -05:00
Jacek W
b2305b7bed
Merge pull request #39 from kohlerpop1/kohlerpop1-fixes-updates
...
Added startTime to LiveRoomInfo to determine when the stream started!
2023-12-20 20:17:00 +01:00
kohlerpop1
7b911838a2
Added startTime to LiveRoomInfo to determine when the stream started!
2023-12-20 14:07:53 -05:00
Jacek W
e44cb71869
Update README.md
2023-12-19 21:57:24 +01:00
GitHub Action
af8c689417
Update version in pom.xml
2023-12-19 20:53:26 +00:00
Jacek W
81ac92fb33
Merge pull request #37 from jwdeveloper/develop-1-0-12
...
Including toUser in TikTokGiftEvent
1.0.12-Release
2023-12-19 21:51:06 +01:00
JW
34a78b5435
Including toUser in TikTokGiftEvent
2023-12-19 21:49:27 +01:00
Jacek W
534cb7906d
Merge pull request #36 from jwdeveloper/develop-1-0-12
...
Develop 1 0 12
2023-12-19 21:43:07 +01:00
JW
0bb8edfe5c
Including toUser in TikTokGiftEvent
2023-12-19 21:31:58 +01:00
JW
4979c1b27a
Merge remote-tracking branch 'origin/master'
2023-12-19 21:30:31 +01:00
Jacek W
f7c8ffdaa5
Update README.md
2023-12-19 17:34:07 +01:00
GitHub Action
c1fda687d3
Update version in pom.xml
2023-12-19 16:31:06 +00:00
JW
05c49c4545
.
2023-12-19 17:29:16 +01:00
Jacek W
7d36f36cee
Update README.md
1.0.11-Release
2023-12-19 14:01:48 +01:00
GitHub Action
f8a716429d
Update version in pom.xml
2023-12-19 12:58:59 +00:00
Jacek W
fee805f0ea
Merge pull request #35 from jwdeveloper/develop-1-0-10
...
Develop 1 0 10
1.0.10-Release
2023-12-19 13:57:08 +01:00
JW
1733102aff
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 13:56:25 +01:00
JW
89f54d5976
Merge branch 'master' into develop-1-0-10
2023-12-19 13:56:19 +01:00
JW
39055b5f3a
Merge branch 'master' into develop-1-0-10
2023-12-19 13:54:50 +01:00
Jacek W
cd9e9ead85
Merge pull request #34 from jwdeveloper/develop-1-0-10
...
Develop 1 0 10
2023-12-19 13:48:47 +01:00
JW
5a2d2d23f0
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 13:46:11 +01:00
JW
3eed982d6b
Changes:
...
- TikTokHttpResponseEvent
- Fixed User attributes in CommentEvent
- Redesign .onMapper method
2023-12-19 04:01:06 +01:00
GitHub Action
385560de3a
Update version in pom.xml
2023-12-18 21:58:15 +00:00
Jacek W
2e37b6627b
Merge pull request #33 from kohlerpop1/kohlerpop1-fixes/updates
...
Updates to TikTokGiftEvent & grammar fixes!
1.0.9-Release
2023-12-18 22:56:33 +01:00
kohlerpop1
c4f0d63b43
Add toUser to TikTokGiftEvent to determine the correct user receiving a gift!
...
Made grammar fix to collaboration.md and README.md!
2023-12-18 16:52:40 -05:00
Jacek W
15550ed703
Update README.md
2023-12-12 19:49:52 +01:00
GitHub Action
c7d84218f2
Update version in pom.xml
2023-12-12 18:49:13 +00:00
Jacek W
1ecd192539
Merge pull request #30 from jwdeveloper/develop-1-0-8
...
updated structure of WebcastLinkLayerMessage
in proto file
1.0.8-Release
2023-12-12 19:47:35 +01:00
JW
d6c0d50ac3
Changes:
...
updated structure of WebcastLinkLayerMessage
in proto file
2023-12-12 19:46:37 +01:00