You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return Async.reject(new Error("Warning! Angular environment detected. You must use it like `cloudClient(this._url, require('@sendanor/cloud-client/angular/index')($http) )`."));
}
/** POST request */
function postRequest (url, data) {
return Async.reject(new Error("Warning! Angular environment detected. You must use it like `cloudClient(this._url, require('@sendanor/cloud-client/angular/index')($http) )`."));