https://github.com/celerik/celerik-netcore-httpclient
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.
https://github.com/celerik/celerik-netcore-httpclient
csharp http-client netcore nuget visual-studio
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/celerik/celerik-netcore-httpclient
- Owner: celerik
- License: mit
- Created: 2020-04-18T17:16:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:12:07.000Z (over 3 years ago)
- Last Synced: 2025-08-01T05:59:55.412Z (11 months ago)
- Topics: csharp, http-client, netcore, nuget, visual-studio
- Language: C#
- Homepage: https://celerik.com
- Size: 585 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# .NET Core HttpClient Library
[](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Abuild)
[](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adeploy)
[](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adocumentation)
[](https://coveralls.io/github/celerik/celerik-netcore-httpclient)
[](http://www.nuget.org/packages/Celerik.NetCore.HttpClient/)
## What's it
*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.
## Quick start
```
PM > Install-Package Celerik.NetCore.HttpClient
```
## API and examples
- Check out API's documentation [here](https://celerik.github.io/celerik-netcore-httpclient/api/Celerik.NetCore.HttpClient.html).
- Check out tutorials on Celerik's blog [here](http://celerik.com).
## Requirements
- .NETStandard 2.0
## CI/CD pipeline
## What's next
Check out the road map of *Celerik.NetCore.HttpClient* [here](ROADMAP.md).
## License
*Celerik.NetCore.HttpClient* is licensed under the [MIT license](LICENSE).
## How to contribute
Check out the contributing guide [here](CONTRIBUTING.md).