Bugfix, Auswerung, APIO

This commit is contained in:
2024-10-22 17:08:52 +02:00
parent e7d2164ace
commit ca19bbfa09
4 changed files with 12 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ Public Class cMSEAPI
rest.AddHeader("X-API-Key", jwt)
rest.IdleTimeoutMs = 1000000
rest.IdleTimeoutMs = 30000
Dim responseJson As String = rest.FullRequestNoBody("GET", "/v1/transactions/new")
If (rest.LastMethodSuccess <> True) Then