Adam Sommer
Adam Sommer
On Ubuntu 20.04 doing ```npm install``` inside the kle-serial directory worked for me after doing ```npm install typescript```. Just FYI in case it helps anyone.
Sure, it's something like: `["customerId": "2033412", "email": "[email protected]"]` I'm getting data from another API parsing the fields I need then sending that to a separate API using a Post Agent,...
You're totally right this is more of what I meant: `[{"customerId": "2033412", "email": "[email protected]"}, {"customerId": "2322", "email": "[email protected]"}]` An array of key-value pairs.
This is what I get from the service I'm posting the non-array to: `[ { "itemId": "100118", "zoneId": "Primary Zone", "retail1": "125", "body": "{\"code\":3,\"message\":\"The requested service is not valid.\"}", "headers":...