{"id":20749118,"url":"https://github.com/g-research/consuldotnet","last_synced_at":"2025-05-15T00:08:19.110Z","repository":{"id":38076137,"uuid":"194080219","full_name":"G-Research/consuldotnet","owner":"G-Research","description":"Consul.NET is a .NET client library for the Consul HTTP API","archived":false,"fork":false,"pushed_at":"2025-05-07T02:50:48.000Z","size":65318,"stargazers_count":342,"open_issues_count":14,"forks_count":90,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-07T03:37:39.896Z","etag":null,"topics":["consul","dotnet","gr-oss"],"latest_commit_sha":null,"homepage":"https://consuldot.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/G-Research.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-27T11:08:30.000Z","updated_at":"2025-04-29T09:49:16.000Z","dependencies_parsed_at":"2023-10-20T10:08:28.918Z","dependency_job_id":"99c453d3-ff42-4912-b740-b589e0d2033f","html_url":"https://github.com/G-Research/consuldotnet","commit_stats":{"total_commits":475,"total_committers":51,"mean_commits":9.313725490196079,"dds":0.5663157894736842,"last_synced_commit":"0e5c279f34717c23fba99995f73352f7ef42d766"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Research%2Fconsuldotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Research%2Fconsuldotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Research%2Fconsuldotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G-Research%2Fconsuldotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G-Research","download_url":"https://codeload.github.com/G-Research/consuldotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249202,"owners_count":22039029,"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","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":["consul","dotnet","gr-oss"],"created_at":"2024-11-17T08:21:07.407Z","updated_at":"2025-05-15T00:08:14.093Z","avatar_url":"https://github.com/G-Research.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Consul.NET](https://user-images.githubusercontent.com/18899702/219622225-1fda8125-ed7e-4e07-8281-64d3cd5368b8.png)](https://consuldot.net/)\n\n[![G-Research](https://github.com/G-Research/brand/raw/main/badge/badge.svg)](https://github.com/G-Research)\n[![CI](https://github.com/G-Research/consuldotnet/actions/workflows/ci.yml/badge.svg?branch=master\u0026event=push)](https://github.com/G-Research/consuldotnet/actions/workflows/ci.yml?query=branch%3Amaster+event%3Apush)\n[![NuGet](https://img.shields.io/nuget/vpre/consul)](https://www.nuget.org/packages/Consul/absoluteLatest)\n[![Downloads](https://img.shields.io/nuget/dt/consul?label=Downloads)](https://www.nuget.org/packages/Consul/absoluteLatest)\n\n[![Contribute with GitPod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/G-Research/consuldotnet/)\n[![Contributors](https://img.shields.io/github/contributors/G-Research/consuldotnet.svg?label=Contributors)](https://github.com/G-Research/consuldotnet/graphs/contributors)\n[![License](https://img.shields.io/github/license/G-Research/consuldotnet.svg?label=License)](https://github.com/G-Research/consuldotnet/blob/master/LICENSE)\n[![Twitter Follow](https://img.shields.io/twitter/follow/oss_gr.svg?label=Twitter)](https://twitter.com/oss_gr)\n\n[![Consul API: 1.7.14](https://img.shields.io/badge/Consul%20API%20version-1.7.14-red)](https://github.com/hashicorp/consul/tree/v1.7.14/api)\n![.NET: \u003e= 4.6.1](https://img.shields.io/badge/.NET%20version-%3E=4.6.1-blue)\n![.NET Core: \u003e= 2.0.0](https://img.shields.io/badge/.NET%20Core%20version-%3E=2.0.0-blueviolet)\n\nConsul.NET is a .NET client library for the [Consul HTTP API](https://www.consul.io/).\n\n\u003e *For further information, please visit the [🌐 Consul.NET website](https://consuldot.net/).*\n\n## 📢 Introduction\n\nConsul.NET is a .NET port of the Go Consul API, but reworked to use .NET idioms such as Tasks/CancellationTokens instead\nof Goroutines/Channels. The majority of the calls directly track\nthe [HTTP API](https://www.consul.io/docs/agent/http.html), but this API does have additional functionality that is\nprovided in the Go API, like Locks and Semaphores.\n\n**[📖 Learn more about Consul.NET](https://consuldot.net/)**\n• **[📚 Documentation](https://consuldot.net/docs/)**\n\n## 📦 Installation\n\nConsul.NET is available as a [NuGet package](https://www.nuget.org/packages/Consul/).\n\n```bash\ndotnet add package Consul\n```\n\n**[🚀 Getting Started](https://consuldot.net/docs/category/getting-started)**\n• **[🆕 Preview version](https://consuldot.net/docs/next/)**\n\n## 💕 Community\n\nIf you have any questions, feature requests or bug reports, feel free to open an issue or a pull request.\n\n- [Website](https://consuldot.net/) (Documentation)\n- [GitHub Issues](https://github.com/G-Research/consuldotnet/issues) (Bug reports, feature requests, questions)\n- [Stack Overflow](https://stackoverflow.com/questions/tagged/c%23+consul) (Questions)\n- [Twitter](https://twitter.com/oss_gr) (Latest news)\n- [G-Research Open-Source](https://opensource.gresearch.co.uk/) (More open-source projects)\n\n## 🤝 Contributing\n\nWe welcome contributions to Consul.NET. Please see\nour [Contributing guide](https://consuldot.net/docs/category/contributing) for more information.\n\n**[⚡ Contributing](https://consuldot.net/docs/category/contributing)**\n• **[📜 Code of Conduct](https://consuldot.net/docs/contributing/code-of-conduct)**\n\n🙌 Thanks goes to these wonderful people:\n\n[![Contributors](https://contrib.rocks/image?repo=G-Research/consuldotnet)](https://github.com/G-Research/consuldotnet/graphs/contributors)\n\n## 📄 License\n\nConsul.NET is licensed under the [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-research%2Fconsuldotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg-research%2Fconsuldotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg-research%2Fconsuldotnet/lists"}