JMap.Util.Ajax.del
Deletes data on the server at the specified resource.
the request configuration(url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax.get
Retreives data from the server at the specified resource.
the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax.patch
Updates data on the server at the specified resource.
the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax.post
Inserts or updates data on the server at the specified resource.
the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax.put
Inserts or replaces data on the server at the specified resource.
the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax
Here you'll find all JMap Ajax related methods