[SOLVED] Â REST API Parsing Example |
4/29/2020 4:39:00 PM |
PHPRunner General questions | |
S
salus1 authorDevClub member
After trying a number of APIs I'm finding the only thing they have in common is that they are all different and, if they return multi-level results, will need additional manipulation to be useful. |
|
![]() |
Admin 4/29/2020 |
Could you elaborate a bit - what would you like to do with these results once retrieved? Like display it in a certain way? |
S
|
salus1 authorDevClub member 4/29/2020 |
Thanks for your reply. I'd like to read the result of query into a single PHPRunner REST view. |
![]() |
Admin 4/30/2020 |
I see what you saying. |
S
|
salus1 authorDevClub member 4/30/2020 |
That's brilliant and works perfectly. So weird how obvious the answer is once you have the answer. |