Giter Site home page Giter Site logo

anssip / dispatch Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 0.0 1.3 MB

A REST API testing desktop app

License: GNU General Public License v3.0

HTML 0.33% JavaScript 95.64% CSS 3.57% Shell 0.46%
electron reactjs rest-client desktop-app cross-platform

dispatch's Introduction

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.

Status

Version 0.1 released June 24th 2019.

Screenshot

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.

dispatch's People

Contributors

anssip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dispatch's Issues

request search field

The filter/search field in the sidebar request list needs to be made functional. Currently it does nothing.

Extract values from other requests

We will use JS functions for extracting values from other requests. These values can then be used in the current request in the request URL, headers, or in the request body.

We can provide a list of ready-made function templates for common use cases. The users can then modify them to suit their needs. The template could for example extract a value from a request body JSON object. The template contains a path to the JSON node/value to extract, and the user is able to modify this path.

Fix context templating for non-JSON request bodies

Currently does not seem to fill from the context when "Text" body type is used. Would be good if it would fill the template from the context and also fill from the environment and request specific variables.

Intellisense aka autocomplete

Implement autocomplete support for the body editor. Should offer autocomplete hints to use a value from the context or to refer to an environment variable.

CodeMirror has the "show-hint" add-on that can be used here.

Window title remains to show the old project filename after choosing "New project"

Window title remains to show the old project filename after choosing "New project". It should empty the title and behave like applications usually behave when "New project" is selected from the menu.

Other things also seem to be broken when trying to create a new project after some existing project has already been open. The environment variables are not cleared when a new project is initialised.

Overall, the app should handle an empty state (no requests, no env, no context, no auth) better.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.