Namespace StoneCo.Framework.Services.Client
Classes
HttpRestServiceClient<TClient>
To abstract the HttpClient implementation and optimize all HTTP Rest calls, this package has been created.
This is the main class that should be used whenever the need arises for an HTTP Rest call.
note
Follow the examples in this documentation to understand how to implement.
Interfaces
IHttpRestServiceClient
Interface with the default methods and properties to be used for all HTTP Rest calls.