Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

Postman

postman logo

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
  • Here are 627 public repositories matching this topic...

    This repository provides examples and guidance for using Catalyst Center, an intelligent automation and assurance platform for campus networks. It covers various aspects of network automation, including Plug and Play (PnP) workflows, onboarding and day-N templates, and the use of Velocity and Jinja2 scripting languages.

    • Updated Sep 19, 2025
    • Python

    A RESTful API in Flask refers to an application programming interface (API) built using the Flask web framework that follows the principles of Representational State Transfer (REST). Flask is a micro web framework for Python, which is lightweight and flexible, making it a popular choice for building web applications and APIs

    • Updated May 13, 2025
    • Python

    Created by Abhinav Asthana, Ankit Sobti, Abhijit Kane

    Followers
    63 followers
    Organization
    postmanlabs
    Website
    github.com/topics/postman
    Wikipedia
    Wikipedia

    Related topics

    api-design api-testing developer-tools graphql newman openapi postman-collection rest-api swagger