13 packages returned for Tags:"put"
- 21,043 total downloads
- last updated 7/12/2021
- Latest version: 3.1.1
Extensions for HttpClient
Json.NET.Web
by:
Caelan
- 96,914 total downloads
- last updated 5/26/2016
- Latest version: 1.0.49
Json.NET web client
- 6,902 total downloads
- last updated 12/24/2020
- Latest version: 1.0.5
Extensions on the Services .NetFramework
- 3,682 total downloads
- last updated 11/19/2021
- Latest version: 1.0.7
An assembly for extending calls in Http-related classes.
GerenteAPI
by:
mbpeixoto
- 1,716 total downloads
- last updated 10/20/2020
- Latest version: 2.0.1
Utilizado para integrações com api(s)
- 2,252 total downloads
- last updated 4/18/2021
- Latest version: 1.2.9
Collection of helper functions for interacting with HTTP calls
- 2,321 total downloads
- last updated 10/14/2019
- Latest version: 2019.10.14
Ferramenta para utlizar o REST, http rest api post get put delete afonsoft
- 904 total downloads
- last updated 7/25/2021
- Latest version: 1.0.5
A declarative way to define REST Api Requests and full clients without the need to code
- 3,856 total downloads
- last updated 1/30/2022
- Latest version: 3.0.0
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
- 1,997 total downloads
- last updated 1/16/2018
- Latest version: 1.0.1
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);
- 1,389 total downloads
- last updated 5/5/2022
- Latest version: 1.1.1
Il pacchetto sarà utilizzato per semplificare l'utilizzo dei metodi http (PUT, POST, GET, DELETE) attraverso la libreria REFIT
- 336 total downloads
- last updated 4/8/2020
- Latest version: 1.0.0
This package help you in connecting with any api and make (POST,PUT,DELETE,GET) actions.