Mattf's Idea

From H4KS
Revision as of 11:10, 5 June 2025 by Mattf (talk | contribs) (Edited by GPT bot from irc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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