Postman topic

Postman is an API platform for developers for building and using APIs. This tool cannot only make requests with different HTTP verbs to different URLs, it also offers

  • using variables (collection, environment, etc.) in different places (path, query string, etc.)
  • Collections: Group requests in folders, export collections and write documentation for them
  • Scripting: Modify the request before sending as well as test and visualize its results
  • Design APIs: Create OpenAPI schema files and store them in your version control system

List Postman repositories

apix-rust

7
Stars
0
Forks
Watchers

Apix is a modern HTTP client for the command line.

postman-bdd

139
Stars
29
Forks
Watchers

A BDD test framework for Postman and Newman

BERT-NER

1.2k
Stars
280
Forks
Watchers

Pytorch-Named-Entity-Recognition-with-BERT

BERT-NER-TF

213
Stars
71
Forks
Watchers

Named Entity Recognition with BERT using TensorFlow 2.0

laravel-api-to-postman

906
Stars
95
Forks
Watchers

Generate a Postman collection automatically from your Laravel API

protoxy

34
Stars
5
Forks
Watchers

A proxy server than converts JSON request bodies to protocol buffers

j4x-api-collection

69
Stars
32
Forks
Watchers

An attempt to help the Joomla! 4 early adopters mainly focused for developers. It's an unofficial postman collection of the official since Joomla4 Beta API until now

postman-util-lib

87
Stars
104
Forks
Watchers

:rocket: A crypto utility library to be used from Postman Pre-request and Tests script tabs.

go-echo-boilerplate

64
Stars
12
Forks
Watchers

The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.