Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 565 Bytes

Bulksign GRPC API Samples

Bulksign GRPC API sample code in C# (sample project targets NET 7).

Running the code

  • obtain your API key from your Bulksign instance and copy it
  • edit ApiKeys.cs and replace the API_KEY constants with the value you just copied.
  • edit ChannelManager.cs and specify the GRPC endpoint
  • build and run the project (edit Program.cs to run the different samples)


Looking for REST/SOAP/SDK ?

If you are looking for non GRPC sample code, please see this other project https://github.com/bulksign/BulksignApiSamples