any way to setup flexmonster call my Restful API to get data?
I don't want use JSON file or database connection.
Hello,
Thank you for the question.
Sure, you can connect to your Restful API to get data.
Supported formats are JSON and CSV.
Flexmonster configuration will look like the following:
{
dataSource: {
dataSourceType: "json", // or "csv"
filename: "https://<path to your API endpoint>"
}
}
Please let us know if you have any questions.
Regards,
Ian
Hi, Ian,
Thanks for your reply. This is very helpful.
This question is now closed