Skip to content

Commit

Permalink
Fix rename apikey to usertoken in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterHD committed Nov 7, 2019
1 parent b37f50a commit 80661f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
{
Expand Down

0 comments on commit 80661f8

Please sign in to comment.