From c306c9248877f2ae2c3ff474f61e096014a2034f Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Thu, 4 May 2023 10:52:47 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b137891..ce026379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,43 @@ +# API Dash ⚡️ Changelog + +## v0.1.0 + +Initial release + +![OG_v2](https://user-images.githubusercontent.com/1382619/226843161-a70bd080-8565-4513-a8f2-21927ecd50bf.png) + +### Features included in v0.1.0 + +#### 1. Create & Customize API Requests +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)👇** + +https://user-images.githubusercontent.com/1382619/227081895-22af076f-469c-4f70-86e6-3dda8beccd31.mp4 + +#### 2. Visually inspect API Responses + +- 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)👇** + +https://user-images.githubusercontent.com/1382619/227082005-7b374f5a-c406-4963-8f97-71fda4a58f69.mp4 + +#### 3. Generate Dart Code Automatically + +API Dash is the **only** open source API client that supports 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)👇** + +https://user-images.githubusercontent.com/1382619/227082072-2c829996-2550-425d-ad73-e81f96d2d270.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. \ No newline at end of file