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

flutter_client_php_backend

181
Stars
86
Forks
Watchers

Sample app demonstrating usage of Flutter Framework to Create Android & IOS App Using Rest API Created In PHP

httplive

1.1k
Stars
58
Forks
Watchers

HTTP Request & Response Service, Mock HTTP

yaade

1.4k
Stars
60
Forks
Watchers

Yaade is an open-source, self-hosted, collaborative API development environment.

This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an A...

vapi

1.1k
Stars
291
Forks
Watchers

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.

api

125
Stars
90
Forks
Watchers

Create Ecommerce Restful API using Laravel API Resource

MeetingFilm

231
Stars
86
Forks
Watchers

基于微服务架构的在线电影购票平台

newman

6.7k
Stars
1.1k
Forks
Watchers

Newman is a command-line collection runner for Postman

jersey-jwt

159
Stars
37
Forks
Watchers

Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.

node-server-template

130
Stars
16
Forks
Watchers

This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see...