Service Clients
To simplify access to the Credentials API, we have published service clients in common languages for your use.
Nuget and ASP.NET Core
- Package Manager
- .Net CLI
Install-Package Streetcred.ServiceClients
View our C# sample on GitHub.
NPM and Nodejs
Our Javascript client can be found here.
Install it using npm:
npm install --save @streetcred.id/service-clients
View our Nodejs sample on GitHub.