1
I Use This!
Inactive

Commits : Listings

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