{"id":16356957,"url":"https://github.com/previousdeveloper/hurriyet-csharp-client","last_synced_at":"2025-10-30T08:13:16.849Z","repository":{"id":148582015,"uuid":"68575471","full_name":"previousdeveloper/hurriyet-csharp-client","owner":"previousdeveloper","description":"HurriyetApi wrapper for C# - http://developers.hurriyet.com.tr/","archived":false,"fork":false,"pushed_at":"2016-11-07T11:54:56.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T23:05:11.695Z","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":null,"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":null,"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-19T06:24:47.000Z","updated_at":"2016-11-07T11:50:45.000Z","dependencies_parsed_at":"2023-05-20T14:45:30.135Z","dependency_job_id":null,"html_url":"https://github.com/previousdeveloper/hurriyet-csharp-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/previousdeveloper/hurriyet-csharp-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fhurriyet-csharp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fhurriyet-csharp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fhurriyet-csharp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fhurriyet-csharp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/previousdeveloper","download_url":"https://codeload.github.com/previousdeveloper/hurriyet-csharp-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2Fhurriyet-csharp-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279034579,"owners_count":26089524,"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-15T02:00:07.814Z","response_time":56,"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-10-11T01:44:37.933Z","updated_at":"2025-10-15T02:17:28.889Z","avatar_url":"https://github.com/previousdeveloper.png","language":"C#","readme":"# Client\nHurriyetApi wrapper for C# - http://developers.hurriyet.com.tr\n\n## Install\n\n```bash\n  \nPM\u003e Install-Package HurriyetApiClient\n\n```\n\n## How to use  \n\n**Init**  \n```csharp\n  IHurriyetApiConfiguration configuration = new HurriyetApiConfiguration(\"apikey\");\n  IHurriyetApiClient _hurriyetApiClient = new HurriyetApiApiClient(configuration);\n```\n\n**GET ARTICLES SYNC**  \n```csharp\n        [Test]\n        public void Articles_Test()\n        {\n            List\u003cArticleResponse\u003e result = _hurriyetApiClient.GetArticles().Result;\n\n            result.Should().NotBeEmpty();\n        }\n\n```\n\n**GET ARTICLES ASYNC**  \n```csharp\n        [Test]\n        public async void Article_Async_Test()\n        {\n            List\u003cArticleResponse\u003e result =  await _hurriyetApiClient.GetArticles();\n\n            result.Should().NotBeEmpty();\n        }\n\n```\n\n##TODO\n- Add more Api Resource\n\n##License\n\nCode and documentation are available according to the *MIT* License (see [LICENSE](https://github.com/ziyasal/Httwrap/blob/master/LICENSE)).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fhurriyet-csharp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreviousdeveloper%2Fhurriyet-csharp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fhurriyet-csharp-client/lists"}