24 packages tagged with “postman”
This extension will help you to see whatever is set in HttpClient in the form of a curl script.
Tiny.RestClient facilitates the dialog between your API and your application. It hides all the complexity of communication, deserialisation ... Features : * Modern async http client for REST API. * Support of verbs : GET, POST , PUT, DELETE, PATCH and custom http verbs * Support of ETag * Support of multi-part form data * Support of cancellation token on each requests * Support of : download file and Upload file * Automatic XML and JSON serialization / deserialization * Support of custom serialisation / deserialisation * Support of camelCase, snakeCase kebabCase for json serialization * Support of compression and decompression (gzip and deflate) * Typed exceptions which are easier to interpret * Define timeout globally or per request * Timeout exception thrown if the request is in timeout (by default HttpClient sends OperationCancelledException, so we can't distinguish between user cancellation and timeout) * Provide an easy way to log : all sending of request, failed to get response, and the time get response. * Support of export requests to postman collection * Support of display cURL requests in debug output * Support of Basic Authentification * Support of OAuth2 Authentification
Allows developers expose their API endpoints to that they can be imported into postman
A Cake addin to test APIs using Postman Collections
PostmanRunner can import postman collection json files and run the http request in .NET.
Tool for generating differences from two postman json collections.
Tool to generate console report for Postman collection diff.
Tool to generate html report for Postman collection diff.
Provides a service that generates the Postman collection import JSON necessary to generate requests to all routes defined in the ServiceStack service.
Token endpoints using certificates, to be used during development to not expose certificates on dev machines
Create a Postman Collection from your Web API Services.
Postman collection and environment generation extension for Simplify.Web
ServiceStack plugin that uses introspection to generate documentation about services in AppHost
WebAPI2 for PostMan Import From Link
A library to automate and orchestrate requests out of a postman-collection - with .NET
Program in C# . the exec prog uses the REST API end point : /rest/api/2/groupuserpicker?query=. It extracts all JIRA, users, groups, name, emailadress matching a specific string and parse them in a json file (Json formated) & in a text formated file. (Rest API from Jira Server platform REST API reference) Doc at : https://github.com/guihen01/Pick-Jira-Items/blob/main/README.md
A simple HTTP notifier for Seq
An MSBuild Task to generate Postman v3 collections from WebApi ApiControllers without dependencies on MVC, WebApiHelp or System.Web. Based on Yao's example http://goo.gl/0YMkKq
Library that provides functionality to help when consuming the Postman Echo API.
Postman Collection (postman-collection) binding library for Bridge.NET projects.
Enhanced Swagger UI middleware for ASP.NET Core with a modern Postman-like interface. Features include per-endpoint request caching, authorization management, API versioning, file uploads, dark/light themes, and Try It Out panel for testing APIs directly in the documentation. Compatible with .NET 6 to 10.
Automatically sync Swagger/OpenAPI documentation with markdown files or Postman collections, ensuring API docs are always up-to-date and reducing manual documentation drift.