An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Celerik

# .NET Core HttpClient Library

[![build](https://github.com/celerik/celerik-netcore-httpclient/workflows/build/badge.svg?branch=master&event=push)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Abuild)
[![deploy](https://github.com/celerik/celerik-netcore-httpclient/workflows/deploy/badge.svg)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adeploy)
[![documentation](https://github.com/celerik/celerik-netcore-httpclient/workflows/documentation/badge.svg)](https://github.com/celerik/celerik-netcore-httpclient/actions?query=workflow%3Adocumentation)
[![Coverage Status](https://coveralls.io/repos/github/celerik/celerik-netcore-httpclient/badge.svg)](https://coveralls.io/github/celerik/celerik-netcore-httpclient)
[![NuGet](https://img.shields.io/nuget/v/Celerik.NetCore.HttpClient.svg)](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


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).