microsoft / microsoft/azure-devops-go-api
Missing Task Agent Methods
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 223
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
Some methods of the task agent client that are available on the Node API are missing on the Go API:
- CreateAgentSession: https://github.com/microsoft/azure-devops-node-api/blob/dcf730b1426fb559d6fe2715223d4a7f3b56ef27/api/TaskAgentApiBase.ts#L5481
- DeleteAgentSession: https://github.com/microsoft/azure-devops-node-api/blob/dcf730b1426fb559d6fe2715223d4a7f3b56ef27/api/TaskAgentApiBase.ts#L5522
- GetMessage: https://github.com/microsoft/azure-devops-node-api/blob/dcf730b1426fb559d6fe2715223d4a7f3b56ef27/api/TaskAgentApiBase.ts#L3806
- DeleteMessage: https://github.com/microsoft/azure-devops-node-api/blob/dcf730b1426fb559d6fe2715223d4a7f3b56ef27/api/TaskAgentApiBase.ts#L3754
These are the ones I missed, but maybe there are more.
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 comparing the Go Task Agent client with the linked TaskAgentApiBase.ts definitions for CreateAgentSession, DeleteAgentSession, GetMessage, and DeleteMessage. Check whether other Node API methods are also absent, then confirm that the listed methods and any additional identified methods are available through the Go API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100