{"id":22898418,"url":"https://github.com/bbtsoftware/tfsurlparser","last_synced_at":"2025-07-29T14:10:00.245Z","repository":{"id":24852599,"uuid":"86051146","full_name":"bbtsoftware/TfsUrlParser","owner":"bbtsoftware","description":"Parser for Azure DevOps URLs","archived":false,"fork":false,"pushed_at":"2025-02-10T10:41:58.000Z","size":177,"stargazers_count":3,"open_issues_count":6,"forks_count":4,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-07-19T14:35:41.754Z","etag":null,"topics":["azure-devops","git","nuget-package","parser","repository","tfs","url"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbtsoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-24T09:35:03.000Z","updated_at":"2024-12-27T08:10:24.000Z","dependencies_parsed_at":"2023-12-21T15:29:56.459Z","dependency_job_id":"097a9565-d6e7-473a-99fb-a774fb454be9","html_url":"https://github.com/bbtsoftware/TfsUrlParser","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/bbtsoftware/TfsUrlParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbtsoftware%2FTfsUrlParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbtsoftware%2FTfsUrlParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbtsoftware%2FTfsUrlParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbtsoftware%2FTfsUrlParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbtsoftware","download_url":"https://codeload.github.com/bbtsoftware/TfsUrlParser/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbtsoftware%2FTfsUrlParser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701283,"owners_count":24130447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-devops","git","nuget-package","parser","repository","tfs","url"],"created_at":"2024-12-14T00:32:03.029Z","updated_at":"2025-07-29T14:10:00.217Z","avatar_url":"https://github.com/bbtsoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure DevOps URL parser\n\n[![NuGet](https://img.shields.io/nuget/v/TfsUrlParser.svg)](https://www.nuget.org/packages/TfsUrlParser)\n[![Build status](https://github.com/bbtsoftware/TfsUrlParser/actions/workflows/dotnet.yml/badge.svg?branch=develop)](https://github.com/bbtsoftware/TfsUrlParser/actions/workflows/dotnet.yml)\n[![Build status](https://github.com/bbtsoftware/TfsUrlParser/actions/workflows/release.yml/badge.svg)](https://github.com/bbtsoftware/TfsUrlParser/actions/workflows/release.yml)\n[![Coverage Status](https://codecov.io/gh/bbtsoftware/TfsUrlParser/branch/develop/graph/badge.svg?token=0VLbB8a8EF)](https://codecov.io/gh/bbtsoftware/TfsUrlParser)\n\nThis NuGet package contains code for parsing Azure DevOps and Azure DevOps Server URLs.\n\n[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/bbtsoftware/TfsUrlParser/blob/master/LICENSE)\n\n## How to use\n\nTo use the Azure DevOps URL parser you need to add the [TfsUrlParser NuGet package](https://www.nuget.org/packages/TfsUrlParser/).\n\n```csharp\n    var repositoryDescription =\n        new RepositoryDescription(\n            \"http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository\");\n\n    Console.WriteLine(repositoryDescription.ServerUrl);\n    Console.WriteLine(repositoryDescription.CollectionUrl);\n    Console.WriteLine(repositoryDescription.CollectionName);\n    Console.WriteLine(repositoryDescription.ProjectName);\n    Console.WriteLine(repositoryDescription.RepositoryUrl);\n    Console.WriteLine(repositoryDescription.RepositoryName);\n```\n\n## Build\n\n`dotnet build .\\src\\TfsUrlParser.sln`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbtsoftware%2Ftfsurlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbtsoftware%2Ftfsurlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbtsoftware%2Ftfsurlparser/lists"}