#hyperledger-fabric #hyperledger-fabric


music prime
 

  • hello i have made my hyperledger network and now ,
  •  
    I want to call the CLI command with the help of REST API
  •  
    so that i can trigger them through POSTMAN
  •  
    Kindly help!!


Brett T Logan <brett.t.logan@...>
 

Fabric does not use the REST protocol. Under the covers the CLI and other Fabric components use gRPC and protocol buffers. Postman does not support this out of the box. While you can make a tool to make these calls yourself, you are essentially just recreating our existing SDK's.
 
Brett Logan
Software Engineer, IBM Blockchain
Phone: 1-984-242-6890
 
 
 

----- Original message -----
From: "music prime" <as040228@...>
Sent by: fabric@...
To: fabric@...
Cc:
Subject: [EXTERNAL] [Hyperledger Fabric] #hyperledger-fabric
Date: Fri, May 22, 2020 4:26 PM
 
  • hello i have made my hyperledger network and now ,
  •  
    I want to call the CLI command with the help of REST API
  •  
    so that i can trigger them through POSTMAN
  •  
    Kindly help!!