Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 833 Bytes

REST.md

File metadata and controls

73 lines (37 loc) · 833 Bytes

REST calls

Configuration

Network configuration

curl -i http:https://localhost:8081/config

Genesis block

(incomplete)

curl -i http:https://localhost:8081/genesis

Channel

Channels list

Query to fetch channels list

curl -i http:https://localhost:8081/channels

Create channel

Will be filled later

curl -iXPOST http:https://localhost:8081/channels -d '{...}'

Join channel

Will be filled later

curl -iXPOST http:https://localhost:8081/channels/:channelName/peers -d '{...}'

Channel info

Query for Channel Information

curl -i http:https://localhost:8081/channels/<channelName>

Channel binary config

(incomplete)

curl -i http:https://localhost:8081/channels/<channelName>/config