Binding url property to a REST http mock

Hi,
I’m very new to webix and new generation website creation but I’m having a lot of fun so far with it. I’ve created a prototype website (no backend) with different components (combo, treetable, datatable, pie chart, etc…) and for now the data used by these components all come from static json files. From my understanding, it is possible to replace these files with “dynamic” json data returned by a REST call. Here is my questions:

  1. Am I right?
  2. Is it possible to do so with a website like mocky.io that generates static links with the json response I want?

Thank you.

Yes, you are right. Any REST calls can be used provided that they return data in the appropriate format. As to the mocky.io, you will need to allow cross-origin requests there.