MicrosoftDocs / vsts-rest-api-specs

MIT License
164 stars 116 forks source link

The Installed Extensions Get examples are wrong #50

Open DarqueWarrior opened 6 years ago

DarqueWarrior commented 6 years ago

The API Documentation states you pass in the PublisherName and ExtensionName when if fact you are supposed to pass in the PublisherID and ExtensionID. In some cases, they are the same which makes the sample appear to work. However, when you try to get an extension where the names have spaces in them you realize there is something wrong. No matter how you try to escape the spaces is never works. So out of per desperation I tried the IDs that don't have spaces and everything worked.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

wnjenkin commented 6 years ago

@DarqueWarrior thanks for reporting. We're taking a look into this issue now.

wnjenkin commented 6 years ago

@DarqueWarrior we've added an item to our backlog to update our extension management apis. Until this update is done our general guidance is not use display names (ie. Contributions Guide" as identifiers. Again, thank you for your feedback and apologies on the confusion here.