@oada/client
Advanced tools
Comparing version 2.1.0 to 2.1.1
import { OADAClient, Config } from "./client"; | ||
export declare function createInstance(config: Config): OADAClient; | ||
export declare function connect(config: Config): Promise<OADAClient>; | ||
export { OADAClient, Config, GETRequest, PUTRequest, HEADRequest, WatchRequest, } from "./client"; | ||
export { OADAClient, Config, GETRequest, PUTRequest, HEADRequest, WatchRequest, ConnectionRequest, ConnectionResponse, ConnectionChange, Connection } from "./client"; | ||
export declare type Json = null | boolean | number | string | Json[] | { | ||
@@ -6,0 +6,0 @@ [prop: string]: Json; |
{ | ||
"name": "@oada/client", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A lightweight client tool to interact with an OADA-compliant server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
62988