Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
The callApi module retreives data from an external server. It calls the given url as a GET request. It can be used to retreive data from static sources or simple rest APIs.
webanizr.collect('fetchPage', parameters, callback)
The callApi module accepts one parameter:
The url of the page that needs to be fetched.
The page is deconstructed and all information, like title, body, css files and more are collected in a JSON object. This JSON object is passed as first argument to the callback function.
https://cdn.cpmodules.webanizr.com/demo/fetch-page-info/index.html