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

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

  •  26-06-2022
  •  | 
  •  

Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top