Hey!
I'm working with my API made in PHP . Afer I got logged it returns an Access Token and a Refresh Token in json format. Like this:
Postman:
{
"statusCode": 201,
"success": true,
"messages": [],
"data": {
"session_id": 9,
"access_token"...
Hi there
I'm creating an event adder for my code with a list dependency..
Dim nl As List
nl.Initialize
nl.AddAll(Array As String("anele", "is", "enjoying", "banano"))
For Each strname As String In nl
Dim strA As String = "Test-" & strname
Log(strA)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.