-
I tried to get a JSON from the response just using
but without success. Getting just the data part as JSON would be very helpfull.
I can parse it in a loop. But maybe there is an easy way in the library out-of-the-box and/or PHP to solve this? As an Imrovement (not a need): Getting the hole thing would be perfect.
Same for the request of the high-level
If not via JSON: Is there any simple way to call dynamically instead of hard-coded
...? Or is there no way for the high-level and I've to switch to low-level? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
No answer to the JSON-question, but for "request dynamically"... I found an example ... :)
No question about the request anymore. Just for response -> JSON |
Beta Was this translation helpful? Give feedback.
No answer to the JSON-question, but for "request dynamically"... I found an example ... :)
No question about the request anymore. Just for response -> JSON