Posts by this author

Mar 1, 2023
Post comments count3
Post likes count0

Behind the scenes of the Nightscout API

Learn how to use TypeSpec to create an OpenAPI specification and Kiota to generate client libraries to integrate Nightscout (an open-source glucose monitor) with Microsoft Graph.

OpenAPIcadltypespec
Dec 13, 2022
Post comments count3
Post likes count3

The value of Cadl in designing APIs

This blog post describes the new Cadl API design language and its benefits for API authoring.

OpenAPIRESTAPI
Jun 28, 2022
Post comments count0
Post likes count0

It just takes time. Updated guidance on Azure long-running operations.

Developers hate waiting, but sometimes it's necessary. When we know something is going to take time in Azure, it's modeled as a long-running operation (LRO). We've recently updated our guidance on LROs in our REST API guidelines.

sdkazureREST
Apr 19, 2022
Post comments count4
Post likes count0

API Definitions as Developer Contracts

APIs are our contracts with developers. This post will introduce you to how we approach defining and managing API definitions in Azure.

azure-sdkazureOpenAPI
Oct 5, 2021
Post comments count0
Post likes count0

Azure REST API Guidelines Update

Providing APIs that are easy to use, fit to purpose, scalable, maintainable, and consistent make the difference between success and failure for your software. The guidelines help Microsoft engineering teams, and others building REST services, create APIs that are approachable, sustainable, and consistent.

azureRESTAPI