JMap.Util.Ajax.get
Retreives data from the server at the specified resource.
the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax .get({ url: "https://your-url.com" }) .then(response => console.log(response)) .catch(error => console.error(error)) Copy
JMap.Util.Ajax .get({ url: "https://your-url.com" }) .then(response => console.log(response)) .catch(error => console.error(error))
JMap.Util.Ajax.get
Retreives data from the server at the specified resource.