![]() |
fhumanes 5/10/2020 |
Hi, guys. Does somebody have an example of how to create a PHPRUNNER project_A with REST API and another PHPRUNNER project_B that you pull data from project_A from project_B using REST API in both projects. Thank You
|
![]() |
Sergey Kornilov admin 5/10/2020 |
Yes, check this blog post: |
C
|
charlesfolder author 5/10/2020 |
Hello: It's not exactly what you ask for, but it's functionally the same. Here is an example of an application with a RESTfull API server: https://asprunner.com/forums/topic/27323-phprunner-app-with-restful-api/ Here is an example of a RESTfull API client application. https://asprunner.com/forums/topic/27340-phprunner-app-client-restful-api/ They are very simple and I think they can help you answer questions. Cheers, fernando
|
M
|
MikeT 5/10/2020 |
@Sergey: is it planned to use database table as backend (or "cache") for calls To a REST-API? In other words: parse out records/fields from an API-call to an outside API and store the result in a local table. |
![]() |
Sergey Kornilov admin 5/11/2020 |
We do plan to add caching results coming from the external REST API as a feature. |
M
|
MikeT 5/11/2020 |
We do plan to add caching results coming from the external REST API as a feature.
|