{"id":16356961,"url":"https://github.com/previousdeveloper/confuq","last_synced_at":"2025-12-09T06:30:14.202Z","repository":{"id":148581931,"uuid":"69565428","full_name":"previousdeveloper/confuq","owner":"previousdeveloper","description":"Confuq is simple configuration library ","archived":false,"fork":false,"pushed_at":"2016-11-07T11:53:35.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T06:30:01.694Z","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/previousdeveloper.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}},"created_at":"2016-09-29T12:29:09.000Z","updated_at":"2023-02-02T20:34:52.000Z","dependencies_parsed_at":"2023-06-26T19:08:33.014Z","dependency_job_id":null,"html_url":"https://github.com/previousdeveloper/confuq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fconfuq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fconfuq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fconfuq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fconfuq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/previousdeveloper","download_url":"https://codeload.github.com/previousdeveloper/confuq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239670773,"owners_count":19677867,"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":[],"created_at":"2024-10-11T01:44:38.200Z","updated_at":"2025-12-09T06:30:14.162Z","avatar_url":"https://github.com/previousdeveloper.png","language":"C#","readme":"# confuq\n\nGithub based Configuration library\n\n## Install\n\n```bash\n  \nPM\u003e Install-Package Confuq\n\n```\n\n## How to use  \n\n**Configuration**  \n\n\n```csharp\n  public class ConfuqConfiguration : IConfiguration\n    {\n        public string GetBranch()\n        {\n            return \"master\";\n        }\n\n        public string GetApplicationName()\n        {\n            return \"firstApp\";\n        }\n\n        public string GetBaseUrl()\n        {\n            return \"https://raw.githubusercontent.com/previousdeveloper/cfg4j-git-sample-config\";\n        }\n\n        public double? Interval =\u003e 1 * 1000;\n    }\n    \n     private IConfiguration _configuration = new ConfuqConfiguration();\n     private IConfuqClient _confuqClient = new ConfuqClient(_configuration);\n\n```\n\n```csharp\n  \n  GET KEY\n  \n  bool result = _confuqClient.Get\u003cbool\u003e(\"isValid\");\n\n  \n```\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fconfuq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreviousdeveloper%2Fconfuq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fconfuq/lists"}