General discussion
-
Topic
-
Are Azure DevOps APIs language agnostic?
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
Viewing 0 reply threads