Universeorange.com/Docs/
get(String url, Function script);
Stringurlis thegeturl
Thegetmust return ajsonobject
Functionscriptis afunctionand fires whengethas returned the requested data.
ready(() => {
get('/users/', (url, response) => {
priya.debug(response);
});
});
Will result in:
{
"html": "/users/",
"method": null,
"target": null,
"script": null,
"link": null
} Last modified: 2021-06-06
© 2021 universeorange.com