VersionOne: C# where to find VersionOne.SDK.APIClient that contains V1OAuth2APIConnector?

StackOverflow https://stackoverflow.com/questions/18434483

  •  26-06-2022
  •  | 
  •  

Frage

I'm trying to access VersionOne using VersionOne.SDK.APIClient and OAuth2Client. I was able to create a client_secrets.json and stored_credentials.json

I may not be using the right version of one of VersionOne.SDK.APIClient since it does not contain this V1OAuth2APIConnector..

Any help on this would be appreciated.

War es hilfreich?

Lösung

The SDK is available on GitHub here. This file contains the V1OAuth2APIConnector class.

According to the source, V1OAuth2APIConnector is in the VersionOne.SDK.APIClient namespace. If you can't find it there, then you're using the wrong version of the SDK and need to update.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top