die frittenbude
This commit is contained in:
parent
4b7d5d9fb0
commit
7e9ba26a81
@ -69,7 +69,8 @@ class Platinum : JavaPlugin() {
|
|||||||
runBlocking {
|
runBlocking {
|
||||||
val res = webClient.get("https://git.jansel.moe/") {
|
val res = webClient.get("https://git.jansel.moe/") {
|
||||||
url {
|
url {
|
||||||
path("/api/v1/repos/jreimers/platinum/commits?limit=1")
|
path("/api/v1/repos/jreimers/platinum/commits")
|
||||||
|
parameters.append("limit", "1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val apires: List<CommitApiResponse> = res.body()
|
val apires: List<CommitApiResponse> = res.body()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user