News

Microsoft Further Embraces OpenAPI Spec (formerly Swagger)

Microsoft has long embraced the OpenAPI Specification (formerly known as Swagger) for describing APIs, and it's now taking that support to the next level with a new online resource.

The company today announced the OpenAPI at Microsoft blog on its DevBlogs site, which is mostly devoted to the company's own products, along with open-source products and technologies that Microsoft uses or contributes to.

The OpenAPI Specification belongs in that latter category. It's developed under the direction of open-source champion The Linux Foundation, having been donated to the community in 2015 by SmartBear Software. It provides a formal standard for describing HTTP APIs to help devs understand how an API works, how a sequence of APIs work together, generate client code, create tests, apply design standards, and more.

OpenAPI
[Click on image for larger view.] OpenAPI (source: OpenAPI).

About that new blog, the inaugural offering reads: "While this is the first post here, Microsoft has a long relationship with the OpenAPI specification. Microsoft has been a member of the OpenAPI Initiative since its inception and is a key contributor. We have been using OpenAPI internally for years and have a wide range of products and tools that help our customers work with OpenAPI descriptions as part of their API development process."

The new blog will join existing documentation.

With the recent advent of advanced AI, the first post also showcases recent developments in that space affecting Microsoft's AI dev constructs, Semantic Kernel and Copilot Agents.

  • Semantic Kernel AI Applications: "If you are building AI infused applications, you may be interested in the Semantic Kernel support for plugins based on OpenAPI descriptions. You can use plugins to bring real time data from your APIs into your AI applications. If you have large OpenAPI descriptions and you only want to import a subset of that OpenAPI description there is API Manifest Plugins that can help you with that."

  • Copilot Agents: "Our recent announcements of Copilot Agents provides another opportunity to leverage OpenAPI descriptions. Copilot Agents are a new way to extend the capabilities of Microsoft 365 Copilot with access to any APIs you can describe."

Along with the Microsoft documentation about OpenAPI mentioned above, the project also published "What Is OpenAPI?" documentation that provides a general overview.

About the Author

David Ramel is an editor and writer at Converge 360.

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