/ReactRestClient

Primary LanguageJupyter NotebookGNU Lesser General Public License v3.0LGPL-3.0

Project to provide a drop-in replacement for Postman

Goals

Key features on Postman (must have)

  • Support for PUT/POST/GET/DELETE
  • Support for URL editing
  • Support for Request Headers editing
  • Support for Request Body editing (JSON)
  • Support for Response Body viewing
  • Support for Response header viewing
  • Store requests and collections of requests in GIT
    • Be able to select branches from the GIT repo
  • Multiple tabs for multiple requests

Nice to have (stretch goals)

Unplanned (features from Postman which will not be implemented)

  • Postman Runner
  • Postman Team sync
  • Authentication/Authorization
  • Postman Finder
  • Export request to external formats Curl/Http etc.

UI Design

REACT Code Design

Testing Plan

Future Plans