Postman

Top 23 Postman Open-Source Projects

  • Newman

    Newman is a command-line collection runner for Postman

  • Project mention: 10 Ferramentas de Produtividade para Desenvolvedores Experimentarem em 2024 | dev.to | 2024-05-11

    Postman: Teste e depure APIs com facilidade.

  • grpcui

    An interactive web UI for gRPC, along the lines of postman

  • Project mention: Bruno | news.ycombinator.com | 2024-03-09
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Requestly

    🚀 Most Popular developer tool for frontend developers & QAs to debug web and mobile applications. Redirect URL (Switch Environments), Modify Headers, Mock APIs, Modify Response, Insert Scripts & Record web sessions and share it with your teammates for debugging.

  • Project mention: 🔥🔥 Our awesome OSS friends 😍 | dev.to | 2023-12-06

    Requestly- Makes frontend development cycle 10x faster with API Client, Mock Server, Intercept & Modify HTTP Requests and Session Replays.

  • yaade

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

  • Project mention: Lezer: A Parsing System for CodeMirror, Inspired by Tree-Sitter | news.ycombinator.com | 2024-03-24

    I've been using both codemirror and lezer in Yaade (https://github.com/EsperoTech/yaade). Thanks to lezer I was able to write a JSON extension language that supports Yaade environment variables. Pretty cool project and very nicely documented! I love building OSS on top of OSS.

  • apidash

    API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.

  • Project mention: API Dash – A Postman Alternative | news.ycombinator.com | 2024-04-09
  • BERT-NER

    Pytorch-Named-Entity-Recognition-with-BERT

  • vapi

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ATAC

    A simple API client (postman like) in your terminal

  • Project mention: My last weeks GitHub contributions | dev.to | 2024-04-27

    Many PR about typos fixing or installing GitHub actions to validate spellchecking on various repositories fix typos #4 ccoVeille posted on Apr 15, 2024 Fix typos and style Format README.md file View on GitHub Add Typos GitHub Action #37 ccoVeille posted on Apr 19, 2024 https://github.com/marketplace/actions/typos-action Fixes #28 View on GitHub fix typos #113 ccoVeille posted on Apr 13, 2024 Fix typos in code and tests Fix acronyms and brand names View on GitHub fix typos, brands and acronyms #21 ccoVeille posted on Apr 01, 2024 fix typos in code, test and documentation Fix registered trademark and other acronyms View on GitHub Fix typos in the documentation and code comments #99 ccoVeille posted on Apr 21, 2024 View on GitHub typos suggestion #390 ccoVeille posted on Apr 22, 2024 Check list [X] I have performed a self-review of my code [ ] I have commented my code in hard-to-understand areas [X] I have made corresponding changes to the documentation Description Fix some typos and wordings in README.md Fix headers style Fix exemplī grātiā usage (Latin) Type of change [ ] Bug fix [ ] New feature [ ] Refactor [ ] Breaking change [X] Documentation change Test environment Shell [ ] bash [ ] zsh [ ] fish OS [ ] Linux [ ] Mac OS X [ ] Windows [ ] Others: View on GitHub Fix typo and style #3 ccoVeille posted on Apr 25, 2024 View on GitHub

  • gin-boilerplate

    The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis

  • Swell

    Swell: API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, gRPC, and tRPC.. (by open-source-labs)

  • Project mention: We are launching our Open Source Product: Swell v1.14 | /r/opensource | 2023-05-18
  • ain

    A HTTP API client for the terminal

  • Project mention: jonaslu/ain: A terminal HTTP API client alternative to postman, paw and insomnia | news.ycombinator.com | 2023-08-30
  • Pororoca

    An HTTP inspection tool with support for HTTP/2 and HTTP/3. Alternative to Postman.

  • Project mention: Pororoca, an HTTP Inspection Tool | news.ycombinator.com | 2023-12-27
  • Python-Roadmap

    Python Roadmap. Learn Python programming as your first programming language. Python for Absolute Beginners, Non-Tech Professionals, 15+ Projects, 30 Topics, 500+ Practice Questions, with Data Structures & Algorithms

  • awesome-api-clients

    List of awesome API clients. Postman and Insomnia alternatives

  • Project mention: Awesome Postman and Insomnia alternatives | /r/FullStack | 2023-10-05

    Here's the link: https://github.com/stepci/awesome-api-clientsCould you please give it a star, so more people can see it?

  • httpyac

    Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT

  • Project mention: Beyond OpenAPI | news.ycombinator.com | 2023-09-11
  • graphman

    Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.

  • mqttMultimeter

    Cross platform MQTT client for MQTT debugging and message inspection. It is based on the .NET library MQTTnet.

  • postman-twitter-api

    Postman Collection for the Twitter API v2

  • vscode-httpyac

    Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code

  • Project mention: HTTPie Desktop: cross-platform API testing client for humans | news.ycombinator.com | 2023-10-08
  • postman-to-k6

    Converts Postman collections to k6 script code (by apideck-libraries)

  • Project mention: Hurl 4.0.0 | news.ycombinator.com | 2023-06-30

    Have you tried https://k6.io/ ? (Full disclosure: I'm one of the maintainers.)

    It allows you to write load/performance tests in JS, commit them to your repo, easily automate them in CI, send metrics to several backends, use protocols besides HTTP, with a modern CLI, and many more features.

    There's also a Postman-to-k6 converter[1]. The conversion might not be perfect, but it will give you a head start.

    Note that the k6 philosophy is for developers to write these tests, similarly to how you write unit/integration tests, and to break the classic QA-dev cycle.

    I don't want to steal Hurl's thunder, it does look great, but it's limited in features compared to existing peformance testing tools, and I'd personally rather write tests in a programming language, than in a bespoke text format.

    [1]: https://github.com/apideck-libraries/postman-to-k6

  • go-faker

    Faker for golang. Random data generator. Compatible with postman dynamic variables.

  • postman

    minecraft anarchy client :) (by srgantmoomoo)

  • Patchman

    A macOS application to test APIs with HTTP methods (Decluttered Postman) (by PraneetNeuro)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Postman related posts

  • AWS SnapStart - Part 20 Measuring warm starts with Java 17 using different Lambda memory settings

    1 project | dev.to | 8 May 2024
  • Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 6 Comparing cold and warm starts between Data API and JDBC

    2 projects | dev.to | 6 May 2024
  • Leveraging Zoom WebSockets with Postman for Real-Time Interactivity - POSTCON 2024

    1 project | dev.to | 29 Apr 2024
  • ATAC: A simple API client (postman like) in your terminal

    1 project | news.ycombinator.com | 18 Apr 2024
  • API Inspection Best Practices: Ensuring API Gateway Stability and Efficiency

    1 project | dev.to | 12 Apr 2024
  • Guide on authenticating requests with the REST API

    1 project | dev.to | 2 Apr 2024
  • AWS SnapStart - Part 16 Measuring cold and warm starts with Java 21 using different asynchronous HTTP clients

    2 projects | dev.to | 26 Feb 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Postman projects? This list will help you:

Project Stars
1 Newman 6,724
2 grpcui 4,921
3 Requestly 1,765
4 yaade 1,404
5 apidash 1,242
6 BERT-NER 1,182
7 vapi 1,116
8 ATAC 1,050
9 gin-boilerplate 1,004
10 Swell 979
11 ain 561
12 Pororoca 410
13 Python-Roadmap 352
14 awesome-api-clients 339
15 httpyac 269
16 graphman 237
17 mqttMultimeter 219
18 postman-twitter-api 209
19 vscode-httpyac 209
20 postman-to-k6 207
21 go-faker 175
22 postman 173
23 Patchman 150

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com