I interskala Member Licensed User May 29, 2020 #1 Dear all, i have web..i create use Laravel and i already create API in this web Can i access this API use B4A or B4i.. Have example?? Thanks
Dear all, i have web..i create use Laravel and i already create API in this web Can i access this API use B4A or B4i.. Have example?? Thanks
OliverA Expert Licensed User Longtime User May 29, 2020 #2 interskala said: Have example?? Click to expand... Do you have documentation of your API? It's hard to help without know what the API is that you are trying to access. Upvote 0
interskala said: Have example?? Click to expand... Do you have documentation of your API? It's hard to help without know what the API is that you are trying to access.
Biswajit Active Member Licensed User Longtime User May 29, 2020 #3 interskala said: Dear all, i have web..i create use Laravel and i already create API in this web Can i access this API use B4A or B4i.. Have example?? Thanks Click to expand... Use httpjob to call the API. The url should be like http://<yourdomain>/api/<route> Upvote 0
interskala said: Dear all, i have web..i create use Laravel and i already create API in this web Can i access this API use B4A or B4i.. Have example?? Thanks Click to expand... Use httpjob to call the API. The url should be like http://<yourdomain>/api/<route>