Skip to content

tradecloud/tradecloud-sdk-dotnet

Repository files navigation

Tradecloud .NET SDK

The .NET SDK can help you to develop a Tradecloud API v2 client and webhook service in .NET and C#

Prerequisites

.NET Core (Runtime or SDK) 6.0

Clone

➜ git clone https://github.com/tradecloud/tradecloud-sdk-dotnet.git
➜ cd tradecloud-sdk-dotnet

Update

➜ git fetch
➜ git pull

Examples

Authentication

  • Basic authentication, retrieving access and refresh tokens
  • Refresh the access token using the refresh token
  • Logout
  • Add identity

API Connector

  • Send order
  • Send order documents
  • Send order response

Object Storage

  • Get document meta data
  • Upload document

Order Search

  • Get order by id

User

  • Add user
  • Get user by email
  • Update user roles

Send a request to support if you need any new example.

Releases

No releases published

Packages

No packages published

Languages