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

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

  •  26-06-2022
  •  | 
  •  

Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top