Bugfix, Auswerung, APIO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user