From 80661f895727d61b701a8e2b31b72ab2a3896cfc Mon Sep 17 00:00:00 2001 From: Wouter Brouwer Date: Thu, 7 Nov 2019 17:03:52 +0100 Subject: [PATCH] Fix rename apikey to usertoken in ReadMe --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1896f9f..8988f3a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=SignhostAPIClient&metric=alert_status)](https://sonarcloud.io/dashboard?id=SignhostAPIClient) This is a client library in c# to demonstrate the usage of the [signhost api](https://api.signhost.com/) using .net. -You will need a valid APPKey and APIKey. +You will need a valid APPKey and UserToken. You can request a APPKey for signhost at [ondertekenen.nl](https://portal.signhost.com/signup/api-aanvraag). +The Usertoken can be generated via Settings > Usertokens at the [SignHost Portal](https://portal.signhost.com/). ### Install Get it on NuGet: @@ -16,7 +17,7 @@ Get it on NuGet: ### Example code The following code is an example of how to create and start a sign transaction with two documents. ```c# -var client = new SignHostApiClient(new SignHostApiClientSettings("AppName appkey", "apikey or usertoken")); +var client = new SignHostApiClient(new SignHostApiClientSettings("AppName appkey", "usertoken")); var transaction = await client.CreateTransactionAsync(new Transaction {