Skip to content

aviade/ValidicCSharpWrapper

 
 

Repository files navigation

ValidicCSharpWrapper

C# Wrapper for the Validic REST API

Example usages of this wrapper are located in the tests project, specifically "/ValidicCSharpTests/ClientTests.cs"

Feel free to contact me with updates, pull requests, or questions here: [email protected]

ValidicCSharpApp

C# WPF app to quickly test C# Wrapper. Main functinality

  • by clicking on tab shows data in list views
  • In log window, shows what HTTP querie been used and has link to execute query again.

File validic.json used for keeping "OrganizationId" and "AccessToken". By defult it has { "OrganizationAuthenticationCredentials": [ { "OrganizationId": "51aca5a06dedda916400002b", "AccessToken": "ENTERPRISE_KEY" }, ] }

You can add your organization info to it test you organization data.

Feel free to contact me with updates, pull requests, or questions here: [email protected]

About

C# Wrapper for the Validic REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%