Router
postBinary(path, file, onProgress, onLoad, onError, params)
Parameters
post(path, parameters)⇒ Promise.<Response>
Promise.<Response>Parameters
put(path, parameters)⇒ Promise.<Response>
Promise.<Response>Parameters
get(path, parameters)⇒ Promise.<Response>
Promise.<Response>Parameters
Example
head(path, parameters)⇒ Promise.<Response>
Promise.<Response>Parameters
Example
del(path, parameters)⇒ Promise.<Response>
Promise.<Response>Parameters
getConceptItem(id, imType)⇒ *
*Parameters
getNewsItem(id, imType)⇒ *
*Parameters
updateConceptItem(uuid, concept)⇒
Parameters
createConceptItem(concept)⇒ * | Promise.<TResult>
* | Promise.<TResult>Parameters
checkForOKStatus(response)⇒ *
*Parameters
Example
toJson()
authorizedFetch(url, params)⇒ Promise.<*>
Promise.<*>Parameters
Last updated