Hi every one I am new to VSO. I am working on an app by which I can get or post info into the VSO account of authenticated user of VSO.
When I run
curl -u {user_name}[:{PASSWORD}] https://https://simpletest123.visualstudio.com/DefaultCollection/_apis/projects?api-version=1.0
from terminal and I get back some info back like name of the project and so on.
How can I get the same working using PHP. In fact I want to be able to get the Tasks, Features, Users of that project and so on.
Is this possible. Is their any REST API to do this. I am working on PHP, any suggestions on the language I should use.