This topic is locked
[SOLVED]

 Copy Rest API data into a new table

5/30/2020 8:53:14 PM
PHPRunner General questions
K
Kervee author

Hi Guys,
How can I copy data that I retrieved from a REST API request into a table? i'm trying to copy the fields that I will get from the red box below


Many thanks!

K
Kervee author 5/31/2020

just to make things clear with my question, I wanted to save the response from REST API request in to a table, many thanks guys, hoping for your response

fhumanes 6/2/2020

Hello:
In this example https://asprunner.com/forums/topic/27340-phprunner-app-client-restful-api/ I explain how you can retrieve data from a RESTfull service and save it to a table or manipulate it as required.
In the example, you have to see the examples of capturing the data from the RESTfull service and doing the insert in tables.
Greetings,