You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This might be a user issue as opposed to your library.
I'm new to Eclipse and Git and have been attempting to run a call from a java application to connect and run a rest API call. Unfortunately, I haven't been successful for over 2 weeks. Here's what I have done so far:
Created an app that will retrieve test cases for a date range in VSTS and retrieve outcome info
This works, but I'm using files for this stage of the effort
a. The files were copied from an API call using the browser which is already authenticated, so no issues here
Captured Azure access information to allow a client application to connect (client id, application id, ...)
Imported various jar files ranging from jackson to javax.ws.rs-api.2.0.jar
Imported your vsts-authentication-library-for-java to a 'general project' via Git
Copied over the common, config, core, providers, storage folders... and support files from the vsts-author... general project... into the java project in hopes of using the vsts-author... classes to connect.
On step 4, I'm not sure if the process above is incorrect in Eclipse. Our team is excited about using Java to extract information from VSTS via rest-API calls. At this point, your library looks like the key. If you have a procedure or step by step information, it would be greatly appreciated.