quick_rest: sketch on_completion

develop
Kinch 2023-12-12 11:30:37 +01:00
parent f6add08960
commit 8f0a88f279
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ local request = qr.request.post("https://api.internal.insiders.cloud/1/rest/acco
username = "klara@bpa.de", username = "klara@bpa.de",
password = "abcdedf" password = "abcdedf"
} }
:on_completion(function(response) return response.json.token end)
print(request) print(request)