{"id":22414958,"url":"https://github.com/cagedtornado/centralconfig-net","last_synced_at":"2025-10-19T20:40:01.043Z","repository":{"id":144199524,"uuid":"58282719","full_name":"cagedtornado/centralconfig-net","owner":"cagedtornado","description":".NET centralconfig client :electric_plug:","archived":false,"fork":false,"pushed_at":"2018-02-21T15:47:25.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T01:58:15.156Z","etag":null,"topics":[],"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/cagedtornado.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-07T20:14:36.000Z","updated_at":"2018-02-12T19:45:41.000Z","dependencies_parsed_at":"2023-06-16T16:15:30.017Z","dependency_job_id":null,"html_url":"https://github.com/cagedtornado/centralconfig-net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cagedtornado/centralconfig-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagedtornado%2Fcentralconfig-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagedtornado%2Fcentralconfig-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagedtornado%2Fcentralconfig-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagedtornado%2Fcentralconfig-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cagedtornado","download_url":"https://codeload.github.com/cagedtornado/centralconfig-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cagedtornado%2Fcentralconfig-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279904066,"owners_count":26241845,"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-10-19T02:00:07.647Z","response_time":64,"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":[],"created_at":"2024-12-05T15:10:27.504Z","updated_at":"2025-10-19T20:40:01.013Z","avatar_url":"https://github.com/cagedtornado.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# centralconfig-net [![Build status](https://ci.appveyor.com/api/projects/status/ebtl0q21f2t4tjcq?svg=true)](https://ci.appveyor.com/project/danesparza/centralconfig-net)\n.NET [centralconfig](https://github.com/cagedtornado/centralconfig) client\n\n### Quick Start\n\nInstall the [NuGet package](https://www.nuget.org/packages/CentralConfigClient/) from the package manager console:\n\n```powershell\nInstall-Package CentralConfigClient\n```\n\nIn your application:\n\n```CSharp\n//  Connect to the service\nvar config = new CentralConfigManager(\"http://centralconfig-service:3000\", \"YourAppName\");\n\n//  Call 'get' to get your configs:\nvar stringVal = config.Get\u003cstring\u003e(\"SomeApplicationSetting\");\n\n//  You can even set a default value to indicate\n//  what should be returned if your config item \n//  can't be found\nvar retval = config.Get\u003cint\u003e(\"SomethingNotThere\", 42);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcagedtornado%2Fcentralconfig-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcagedtornado%2Fcentralconfig-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcagedtornado%2Fcentralconfig-net/lists"}