-
The task is to coordinate development of JSON RPC2 implementation in https://github.com/enbility/eebus-go/pull/129
These items have been agreed upon:
- [ ] Define Interface API
- [ ] The EEBUS se…
-
openwrt's uhttpd can accept json-rpc and work well but it is not cross platform, can civetweb add support to do json-rpc?
-
From my understanding of `json-rpc` in [json-rpc.el L77-L93](https://github.com/skeeto/elisp-json-rpc/blob/a83189b126d8d3d7a856008a5b6ad267b2fcc126/json-rpc.el#L77-L93), there are 2 limitations that I…
-
`jsonrpc2.wireError` type is not exported, but contains useful information.
As [`jsonrpc2.AsyncCall.Await()`](https://pkg.go.dev/golang.org/x/exp/jsonrpc2#AsyncCall.Await) returns an `error`, when …
-
Hi,
I'm missing an example that shows how to use the SockJS implementation as a client to send Json RPC2 information via the connection.
KR,
G.
-
Should be available via a POST endpoint and over a websocket connection. The editor interface can keep a websocket open so requests/responses are as snappy as possible.
Customers that want to build…
tmpfs updated
3 years ago
-
it is
```
app.use( jsonrpc() );
```
instead of
```
app.use( express.jsonrpc() );
```
-
When I call jsonrpc-api:omni_createpayload_simplesend in node.js ,I often got 500 error:
Here is my code
> 'use strict';
> const RpcClient = require('node-json-rpc2').Client;
> const config = …
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md)
### I've found a bug and checked that ...
…
-
Data controllers must be improved to the point, where they contain enough information so that generic Model can make number of decisions.
For example controllers must tell about the capabilities of c…