26 packages tagged with “put”
Extensions for HttpClient
A simple, basic .NET REST library
Json.NET web client
A source generator providing IEazyHttpClients from configuration
Friendly and helpful library to handle HTTP requests
An assembly for extending calls in Http-related classes.
EssentialLayers.Request is a complement to the package `EssentialLayers` to provide an extra layer for using http requests in an easy way.
Il pacchetto sarà utilizzato per semplificare l'utilizzo dei metodi http (PUT, POST, GET, DELETE) attraverso la libreria REFIT
ModelWrapper is a set of tools for enriching model object manipulation, allowing all data sent to the server to be captured by WrapRequest<TModel>, feeding the model object (TModel) and allowing all other information to be extracted and used by extended functionality
Utilizado para integrações com api(s)
Collection of helper functions for interacting with HTTP calls
A lightweight utility for validating POST and PUT models in ASP.NET Core, without introducing dependencies on services or existing models.
A declarative way to define REST Api Requests and full clients without the need to code
Ferramenta para utlizar o REST, http rest api post get put delete afonsoft
This client library allow you to make http request easily. How to use: var address = "http://localhost:50787/api/Test/Test"; var requestModel = new RequestModel() { Id = "guid" }; var result = new HttpClientHelper().PostJson<ResponseModel>(address, "Basic", "***", requestModel);
EasyHttpsClient. User friendly easy to use http client based on C# HttpClient class. Makes POST, GET, PUT, DELETE requests easier
REST API CLient
Supertrend Put Call Ratio (C#)
EazyHttp contracts and abstractions
CCI Put Call Ratio Divergence (C#)
The "RestClient" project provides a reactive and extensible HTTP client for RESTful APIs. It simplifies HTTP communication by supporting common methods, customizable settings, and real-time monitoring of requests and responses.
CCI Put Call Ratio Divergence (Python)
Supertrend Put Call Ratio (Python)
This package help you in connecting with any api and make (POST,PUT,DELETE,GET) actions.
Generic controller template implementing basic CRUD functions: - create entity from TCreateDto - read entities using List<TDto> - read entity with given id using TOneDto - update entity with given id from TCreateDto - delete entity with given id.
优雅的HttpClient封装,支持多种HTTP方法、重试机制、熔断保护、请求头管理等特性