@therms/rpc-client
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,8 @@ | ||
## [1.2.3](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.2.2...v1.2.3) (2021-05-18) | ||
### Bug Fixes | ||
* shorthand procedure string scope::procedure::version ([95670d0](http://bitbucket.org/thermsio/rpc-client-ts/commits/95670d047ca1d9306ca0dc7156215df051122e2d)) | ||
## [1.2.2](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.2.1...v1.2.2) (2021-05-17) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@therms/rpc-client", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "RPC framework, browser client lib", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -57,6 +57,6 @@ # @therms/rpc-client | ||
```js | ||
const { data } = await rpc.call('procedure::scope::version') | ||
const { data } = await rpc.call('scope::procedure::version') | ||
// 2nd arg is optionally "args" passed with request | ||
const { data } = await rpc.call('get-users::users::1', { active: true }) | ||
const { data } = await rpc.call('users::get-users::1', { active: true }) | ||
``` | ||
@@ -63,0 +63,0 @@ |
Sorry, the diff of this file is too big to display
447492