https://github.com/anssip/dispatch
A REST API testing desktop app
https://github.com/anssip/dispatch
cross-platform desktop-app electron reactjs rest-client
Last synced: 4 days ago
JSON representation
A REST API testing desktop app
- Host: GitHub
- URL: https://github.com/anssip/dispatch
- Owner: anssip
- License: gpl-3.0
- Created: 2019-02-01T10:52:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:47:48.000Z (over 3 years ago)
- Last Synced: 2024-04-23T14:13:06.420Z (about 2 years ago)
- Topics: cross-platform, desktop-app, electron, reactjs, rest-client
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dispatch
A tool for REST API design, and for request testing and management. This is a tool similar to Postman, Insomnia and Paw. It has unique templatating mechanism with reusable request building blocks.
Available for Mac, Windows, and Linux.
Learn more: https://www.dispatch.rest
Dispatch is available for Linux, Mac and Windows. See [the download options](https://github.com/anssip/dispatch/releases).
## Status
Version 0.1 released June 24th 2019.

## Roadmap
### Next major release
- Persist requests in some kind of DB
- Requests to have IDs
- GraphQl
- Requests can pull data from other requests (response bodies, headers, etc.) and place them in the payload, URL, headers. This is done with Mixins.
- Request chaining
- Request body editor to show context entries in color, **Mixins** in color
- persist variablers table column widths
- request timing
- prettify command for the context editor
- multiselect requests & run them
- Support ctx templating also for text bodies
- Git/GitHub integration making it easy for teams to share the Dispatch projects.