@evergis/api
Advanced tools
Comparing version 0.1.28 to 0.1.29
import { HttpClient } from './__generated__/HttpClient'; | ||
import { defaultApiConfig } from './defaultApiConfig'; | ||
import { Security, FileUpload, Import, Scheduler, Notification, Layers, Tables, Projects, Resources, Styles, Geocode, ResourceCatalog, } from './services'; | ||
import { errorHandler } from './utils/errorHandler'; | ||
export class Api { | ||
@@ -29,3 +30,3 @@ constructor({ url, wsUrl, config = defaultApiConfig }) { | ||
catch (e) { | ||
throw Error('Init failed'); | ||
throw errorHandler(e); | ||
} | ||
@@ -32,0 +33,0 @@ } |
{ | ||
"name": "@evergis/api", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "author": "everpoint", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236430
170
5096