Skip to content

A POC of Refit for demonstrating and comparing with other clients

License

Notifications You must be signed in to change notification settings

AntonioKoB/Codeless_API_Client_V2

Repository files navigation

Codeless_API_Client_V2

A POC of Refit for demonstrating and comparing with other clients

This project is a demonstration on how to use Refit and also a comparer to other clients (HttpClient and RestSharp) It can be used to Demo sessions or to understand how it works and compare the benefits of each client.

Codeless, because Refit is a library that allows you to create a client for an API without writing any code. You just need to create an interface with the methods you want to use and Refit will create the implementation for you.

Of course you still need to configure the client, but it is very simple and easy to do.

Please refer to Refit Documentation on https://github.com/reactiveui/refit for more informations.

About

A POC of Refit for demonstrating and comparing with other clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published