Are Azure DevOps APIs language agnostic? - TechRepublic
General discussion
April 8, 2022 at 10:31 AM
raivivan606

Are Azure DevOps APIs language agnostic?

by raivivan606 . Updated 4 years, 1 month ago

I’ve written small programs in C# that integrate with Azure DevOps and perform actions on WorkItems and complete other small tasks. I accomplished this using the APIs provided by Microsoft as well as the NuGet packages they provide in order to successfully integrate with DevOps.

I want to create a similar application using Dart/Flutter, largely as a practical exercise that has a useful product. However I’m unsure whether doing this in a language that is not C# is actually feasible. Since the integration with DevOps required the NuGet packages provided by Microsoft, and the fact that these don’t exist for Dart, would I still be able to write a Dart app that could communicate with DevOps

All Comments