News

New API Released for Visual Studio Online

The API integrates many third-party tools and cloud-based services using standard Web technologies.

Microsoft has released a new API for Visual Studio Online that provides more integration with Web-based tools and services, with the goal of becoming a "hub for ALM in the cloud."

That's how it was described by S. "Soma" Somasegar, corporate vice president of the Developer Division, on his blog. The new API uses common, standard Web technologies like JSON, OAuth, REST and service hooks, making it easy for most Web developers to work with, without abandoning their everyday tools and technologies.

Microsoft Technical Fellow Brian Harry blogged that the first release of the API has "specific integrations with 18 tools/services, and we'll add more in the future." Some of them include Azure Service Bus, Zapier, AppVeyor, Apprenda, SendGrid, Flowdock and SourceClear.

The API also allows integration with cloud services like GitHub, Jenkins, HipChat, Trello and others, Somasegar said.

The REST APIs use standard JSON and OAuth2, and can be accessed from any HTTP client. That fits in with Microsoft's desire to enable Visual Studio Online functionality from mobile devices. "For example," Somasegar blogged, "a developer can programmatically access the Git repositories in their Visual Studio online account."

The service hooks alert other services about various activities within Visual Studio Online like updated work items, new code, completed builds and new comments.

Microsoft has created a landing page with information and common scenarios for integrating the various third-party tools, along with a reference page for the REST API. In addition, an integration page has been published, with details about interoperating with Team Foundation Server, Visual Studio, Visual Studio Online and the Visual Studio Industry Partner (VSIP) Program.

First announced last November, Visual Studio Online reached general availability last month. Somasegar noted that more than 1 million accounts have been created for the service thus far.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube