Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Missing git operation get_vsts_info_by_remote_url

Open
#33 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
azure, rust
Domain
api

Research direction

Start by comparing the Python SDK entry in azure-devops/azure/devops/v6_0/git/git_client.py with the linked HTTP example for GET__git_repositories__remoteurl.json. Trace how the Rust crate obtains or generates Git operations and where the missing OpenAPI definition is represented. Done means get_vsts_info_by_remote_url is available in the Rust API with behavior matching the referenced operation.

Written by the indexing model from the issue text.

Description

bug

The crate is currently missing the git operation get_vsts_info_by_remote_url that is present in the Python SDK:
https://github.com/microsoft/azure-devops-python-api/blob/451cade4c475482792cbe9e522c1fee32393139e/azure-devops/azure/devops/v6_0/git/git_client.py#L28

The spec has an example, but the operation does not appear in the OpenAPI spec definition.

Dominant language
Rust
Stars
76
Forks
27
Avg merge
6d 8h
Merged PRs (30d)
2

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.

More from microsoft/azure-devops-rust-api

All issues in microsoft/azure-devops-rust-api

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.