It's really hard to find examples on using the azure-devops-extension-api & SDK.
I'm developing a Azure Devops Extension Hub using react and typescript and using azure-devops-extension-api with their SDK
I wan't to be able to get a list of packages by a feed in Azure Devops.
It looks like I need get a list of feeds
Then query get packages
But i'm really not sure how to do this. It doesn't look like it's implemented in either of the two API's so i guess i need to fetch them myself. I have tried using plain fetch, but looks like that's not the way to go.
I have seen something called WebApi but i'm not sure how to use it so i hope anyone in here have an answer.