How to use a model with external api? Not with database. #15122
Unanswered
awesome1128
asked this question in
Help
Replies: 1 comment 9 replies
-
You can work with sushi |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Table builder
Form builder
Package Version
v3.0.0
How can we help you?
I am building an app now.
But I have super critical problem.
For building an UI with table grid, I created a resource called SimcardManagement, but I realized that resources can be used with database only.
But all my data is in baserow.io, so I don't want to use Laravel mysql database. Meaning, I want to put a table grid and show data with calling baserow api.
For now, I created BaserowApi.php file in app/Models, but I am not sure how to use this in SimcardManagementResource.php file because as I mentioned above Resource works with Model related to the table of database.
This is my headache.
Please help me if someone know this.
Ask me if you guys don't understand what I want.
Thank you in advance.
SimcardManagement Resource
BaserowApi.php
Beta Was this translation helpful? Give feedback.
All reactions