microsoft / microsoft/azure-devops-go-api

[feature] Add new resource feedrecyclebin in packaging area.

Open
#67 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

https://docs.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed%20recycle%20bin?view=azure-devops-rest-6.0

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.