@obelisk/client
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@obelisk/client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -34,3 +34,3 @@ # Obelisk Client | ||
Now init the client to connect to the Obelisk back-end and start using it. init() returns an Observable that copmletes once initialization is over. | ||
Now init the client to connect to the Obelisk back-end and start using it. init() returns an Observable that completes once initialization is over. | ||
@@ -40,3 +40,3 @@ ```typescript | ||
next: _ => { | ||
// do something with the client. | ||
// do something with the client | ||
} | ||
@@ -48,3 +48,2 @@ }) | ||
## Angular | ||
@@ -54,4 +53,4 @@ | ||
## Further documentation | ||
## Client API | ||
The generated @obelisk/client api can be found [here](https://obelisk.ilabt.imec.be/api/v1/client-docs) |
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
99039
52