Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.93 KB

File metadata and controls

48 lines (30 loc) · 1.93 KB
Celerik

.NET Core HttpClient Library

build deploy documentation Coverage Status NuGet

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.
  • Check out tutorials on Celerik's blog here.

Requirements

  • .NETStandard 2.0

CI/CD pipeline

CI/CD Pipeline

What's next

Check out the road map of Celerik.NetCore.HttpClient here.

License

Celerik.NetCore.HttpClient is licensed under the MIT license.

How to contribute

Check out the contributing guide here.