/api-dash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate Dart code on the go.

Primary LanguageDartApache License 2.0Apache-2.0

API Dash ⚡️

Discord Server Invite

Please support this initiative by giving this project a Star ⭐️

API Dash is a beautiful open-source cross-platform API Client that can help you easily create & customize your API requests, visually inspect responses and generate Dart code on the go.

API Dash

Download

API Dash is available for Mac and Windows currently, and can be downloaded from the links below:

What's new in v0.2.0?

1. Brand new UI

We have revamped the UI to provide a better user experience along with a new settings screen.

brand-new-ui.mp4

2. Dark Mode Support

light-darkmode.mov

3. Emoji support

You can now easily send text content with emojis and preview any API response containing emojis.

Emoji

4. Rename any request

Just double-click on it and enter the name.

light-rename.mov

5. Save response body of any mimetype

You can now save response body of any mimetype (image, text, etc.) directly in the Downloads folder by clicking on the Download button.

light-download

  1. Window size and position is persisted and the configuration is restored on app start.
  2. Notification on save, download and any other user action (UX improvement).
  3. Linux builds are now available for API Dash (.deb & .rpm).

Features of API Dash

1. Create & Customize API Requests

Using API Dash, you can draft API requests via an easy to use GUI which allows you to:

  • Create different types of HTTP requests (GET, HEAD, POST, PATCH, PUT and DELETE)
  • Easily manipulate and play around with request inputs like headers, query parameters and body.

Feature Preview (Video)👇

send_api_request_v1.mp4

2. Visually inspect API Responses

Using API Dash, you can:

  • Inspect the API Response (HTTP status code, error message, headers, body, time taken)
  • View formatted code previews for responses of various content types like JSON, XML, YAML, HTML, SQL, etc.
  • For APIs which return results as images, API Dash helps you save a lot of time by directly previewing these results and supports a wide variety of image file formats such as jpeg, png, gif, etc.

Feature Preview (Video)👇

image_v1.mp4

3. Generate Dart Code Automatically

API Dash is the only open source API client that supports advanced Dart code generation so that you can easily integrate APIs in your Dart/Flutter project. For each request, you can click on View Code to directly view the corresponding Dart code which you can then Copy and directly run it on DartPad.

Feature Preview (Video)👇

code_gen_v6.mp4

Other Features

  • All user data is persisted locally on the disk. To save the current snapshot, just press the Save button in the collection pane.
  • You can also re-arrange (press and drag), duplicate and delete the API drafts.

Need Any Help?

In case you need any help with API Dash or are encountering any issue while running the tool, please feel free to drop by our Discord server and we can have a chat in the #foss channel.

Provide Feedback, Report Bugs & Request New Features

Just click on the Issue tab to raise a new issue in this repo.

How can I Contribute?

Please check out CONTRIBUTING.md