WIP: Resolve json rpc #57
10
test_rpc.sh
|
@ -1,10 +0,0 @@
|
|||
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
#!/bin/bash
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
curl --request POST 'localhost:8686/' \
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
--http1.1 \
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
--header 'Content-Type: application/json' \
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
--data-raw '{
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
"jsonrpc":"2.0",
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
"method":"resolve",
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
"params":{"data": "asdf"},
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
"id":1
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
||||
}'
|
||||
Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s). Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
This is an old script added in by mistake, I'll move and change it. This is an old script added in by mistake, I'll move and change it.
|
Where does this port number come from? I would expect to see 8080 (or 50001)
Also does this need "/rpc" to match line 45 of jsonrpc_service.go?
I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).