1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added dispose for streams. More... about 11 years ago
Removed WIA from the multiple example. More... about 11 years ago
Added VersionOneAPIConnectorExamples so we can point to it from the wiki. More... about 11 years ago
Added a missing comment. More... about 11 years ago
Added comments that were present in the readme for each example. More... about 11 years ago
Made V1OAuth2APIConnector obsolete. More... about 11 years ago
Removed the old GettingStarted and put the examples directly in the test. More... about 11 years ago
Removed EnvironmentContext from getting started and unit tests. Replaced by VersionOneConnector. More... about 11 years ago
Replaces some signatures so they use the IAPIConnector interface. More... about 11 years ago
Refactor removing internal use of V1APIConnector. More... about 11 years ago
update for release of 14.1.1.274
ibuchanan
as Ian Buchanan
More... over 11 years ago
always pull build-tools
ibuchanan
as Ian Buchanan
More... over 11 years ago
moved nuget packaging into Jenkins build and common scripts
ibuchanan
as Ian Buchanan
More... over 11 years ago
follow build pattern from VS Client
ibuchanan
as Ian Buchanan
More... over 11 years ago
Merge pull request #6 from kunzimariano/not-breaking
ibuchanan
as Ian Buchanan
More... over 11 years ago
- Finished with the test coverage for VersionOneAPIConnector More... over 11 years ago
- Added proxyProvider as a constructor parameter so we are not forced to subclass in order to provide one. More... over 11 years ago
- Refactored V1CredsAPIConnector into VersionOneAPIConnector - Accept ICredentials instance in constructor, which can be single NetworkCredential instance, or potentially a user-supplied CredentialCache, which implements ICredentials anyway - Added fluent interface for creating VersionOne, OAuth2, or Windows Integrated connections More... over 11 years ago
- Renamed credential providers for consistency - Added "fluent" approach that adds clarity for dev workflow - Fixed spaces to tabs in several files More... over 11 years ago
Added simple test outline for ApiConnector using BasicCredentialProvider More... over 11 years ago
Simplifying ApiConnector. More... over 11 years ago
Some renaming and trying to make use of the proxy. More... over 11 years ago
Fixed logic error at NTLMAuthentication. More... over 11 years ago
Added missing default constructors where needed. More... over 11 years ago
Consolidate APIConnectors More... over 11 years ago
Fix nuget dep versioning More... over 11 years ago
Try oauth2 default storage before use More... over 11 years ago
fix object null exception More... over 11 years ago
Update oauth2client version and remove nuget targets from solution More... over 11 years ago
Simplify connectors to use new ICredentials-based method More... over 11 years ago