Skip to content

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.

License

Notifications You must be signed in to change notification settings

celerik/celerik-netcore-httpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks