versionone / VersionOne.Integration.Subversion

http://versionone.github.io/VersionOne.Integration.Subversion/
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Add check for credential files #15

Closed ghost closed 10 years ago

ghost commented 10 years ago

In order to use OAuth for V1 API authentication, the .NET API Client expects that the client_secrets.json and stored_credentials.json files be present in the application folder.

We should check that the files exist and if not, throw an exception.