{"id":27193611,"url":"https://github.com/celerik/celerik-netcore-httpclient","last_synced_at":"2026-05-02T04:31:39.978Z","repository":{"id":40881597,"uuid":"256810458","full_name":"celerik/celerik-netcore-httpclient","owner":"celerik","description":"This repository provides a codebaseline to implement a HttpClient calling a service that follows the Celerik Api Protocol. The protocol is simple: all http body responses have: Data, Message, MessageType and Success.","archived":false,"fork":false,"pushed_at":"2022-12-08T10:12:07.000Z","size":599,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-01T05:59:55.412Z","etag":null,"topics":["csharp","http-client","netcore","nuget","visual-studio"],"latest_commit_sha":null,"homepage":"https://celerik.com","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/celerik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-18T17:16:45.000Z","updated_at":"2020-05-05T19:31:03.000Z","dependencies_parsed_at":"2023-01-24T23:45:23.939Z","dependency_job_id":null,"html_url":"https://github.com/celerik/celerik-netcore-httpclient","commit_stats":null,"previous_names":[],"tags_count":6,"template":true,"template_full_name":"celerik/celerik-netcore-services","purl":"pkg:github/celerik/celerik-netcore-httpclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerik%2Fcelerik-netcore-httpclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerik%2Fcelerik-netcore-httpclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerik%2Fcelerik-netcore-httpclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerik%2Fcelerik-netcore-httpclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celerik","download_url":"https://codeload.github.com/celerik/celerik-netcore-httpclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerik%2Fcelerik-netcore-httpclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["csharp","http-client","netcore","nuget","visual-studio"],"created_at":"2025-04-09T18:56:27.929Z","updated_at":"2026-05-02T04:31:39.965Z","avatar_url":"https://github.com/celerik.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" markdown=\"1\"\u003e\n\n\u003cimg src=\"images/celerik.png\" alt=\"Celerik\" width=\"300\"\u003e\n\n# .NET Core HttpClient Library\n\n[![build](https://github.com/celerik/celerik-netcore-httpclient/workflows/build/badge.svg?branch=master\u0026event=push)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Abuild)\n[![deploy](https://github.com/celerik/celerik-netcore-httpclient/workflows/deploy/badge.svg)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adeploy)\n[![documentation](https://github.com/celerik/celerik-netcore-httpclient/workflows/documentation/badge.svg)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adocumentation)\n[![Coverage Status](https://coveralls.io/repos/github/celerik/celerik-netcore-httpclient/badge.svg)](https://coveralls.io/github/celerik/celerik-netcore-httpclient)\n[![NuGet](https://img.shields.io/nuget/v/Celerik.NetCore.HttpClient.svg)](http://www.nuget.org/packages/Celerik.NetCore.HttpClient/)\n\n\u003c/div\u003e\n\n## What's it\n\n*Celerik.NetCore.HttpClient* provides a codebaseline to implement a HttpClient calling a service that follows the Celerik Api Protocol. The protocol is simple: all http body responses have: Data, Message, MessageType and Success.\n\n## Quick start\n\n```\nPM \u003e Install-Package Celerik.NetCore.HttpClient\n```\n\n## API and examples\n\n - Check out API's documentation [here](https://celerik.github.io/celerik-netcore-httpclient/api/Celerik.NetCore.HttpClient.html).\n - Check out tutorials on Celerik's blog [here](http://celerik.com).\n \n## Requirements\n  - .NETStandard 2.0\n  \n## CI/CD pipeline\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"images/pipeline.png\" alt=\"CI/CD Pipeline\" width=\"916\" /\u003e\n\u003c/div\u003e\n\n## What's next\n\nCheck out the road map of *Celerik.NetCore.HttpClient* [here](ROADMAP.md).\n\n## License\n\n*Celerik.NetCore.HttpClient* is licensed under the [MIT license](LICENSE).\n\n## How to contribute\nCheck out the contributing guide [here](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerik%2Fcelerik-netcore-httpclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelerik%2Fcelerik-netcore-httpclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerik%2Fcelerik-netcore-httpclient/lists"}