microsoft / microsoft/azure-devops-go-api
[feature] Add new resource feedrecyclebin in packaging area.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 223
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
Currently azure-devops-go-api doesn't support Permanent deletion of feeds from recycle bin.
I just realized that azure-devops-go-api is using a code generator. Hence just creating a feature request. It would be great if we add support for feedrecyclebin resource under the packaging area.
- GetRecycleBinFeeds(context.Context, GetRecycleBinFeedsArgs) error
- DeleteRecycleBinFeed(context.Context, DeleteRecycleBinFeedArgs) error
- RestoreRecycleBinFeed(context.Context, RestoreRecycleBinFeedArgs) error
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked Azure DevOps feed recycle bin REST documentation and locate the repository's code-generator definitions for the packaging area. Confirm how generated resources expose list, delete, and restore operations, then regenerate the API and verify that the three requested feed recycle bin methods are available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100