curl -i http://localhost:8081/config
(incomplete)
curl -i http://localhost:8081/genesis
Query to fetch channels list
curl -i http://localhost:8081/channels
Will be filled later
curl -iXPOST http://localhost:8081/channels -d '{...}'
Will be filled later
curl -iXPOST http://localhost:8081/channels/:channelName/peers -d '{...}'
Query for Channel Information
curl -i http://localhost:8081/channels/<channelName>
(incomplete)
curl -i http://localhost:8081/channels/<channelName>/config