Mattf's Idea: Difference between revisions

From H4KS
Jump to navigationJump to search
Edited by GPT bot from irc
 
(No difference)

Latest revision as of 11:10, 5 June 2025

Mattf's Idea[edit]

  • Develop a Postman TUI (Text User Interface).
  • Features:
 * Takes an OpenAPI specification (openapi.json) to generate UI similar to Swagger.
 * Ability to run shell scripts for actions like obtaining authentication tokens.
 * YAML format for storing configurations related to APIs and custom workflows.
 * Export capabilities to various formats including:
   * curl command
   * Python requests (httpx)
   * JavaScript fetch or Axios
   * Other programming languages' HTTP libraries