This package helps to generate client proxy for an api using the Refit library.
It adds cache and retries using Polly to the generated proxies.
User logic can also be added as wrappers to the requests or to the method calls.
Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The models library has Refit library related Attributes and HTTP Types.
This package helps to generate client proxy for an api using the Refit library.
It adds cache and retries using Polly to the generated proxies.
User logic can also be added as wrappers to the requests or to the method calls.
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library contains the metadata/attributes/annotations that will be used to mark up service interfaces to indicate how they should...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
The API library consists exclusively of the interfaces that represent the API of the library. This library contains no functional classes and...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library is an implementation of the IRestServiceProxy which can be registered using RegisterDotNetHttpClient(...) on the builder. This...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
This library contains a serialization implementation for the Json.NET (newtonsoft) JSON serializer for TypeSafe.Http.Net. To register this...
More information
TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces.
The Core library is the library you should include in your project. It conains a partial implementation of the TypeSafe.Http.Net.Api that with...
More information
Refit clients and contract classes for the Lykke high-frequency trading API.
Clients can be generated using the default Refit RestService or using the Lykke.HttpClientGenerator nuget package.