From e90a8b274a87a48554b7e6570768bedea0c6752d Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Tue, 28 Mar 2023 09:48:05 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fce28e38..fffb575d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ API Dash is available for Mac and Windows currently, and can be downloaded from ## Features of API Dash -### Create & Customize API Requests +### 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. @@ -24,7 +24,7 @@ Using API Dash, you can draft API requests via an easy to use GUI which allows y https://user-images.githubusercontent.com/1382619/227081895-22af076f-469c-4f70-86e6-3dda8beccd31.mp4 -### Visually inspect API Responses +### 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. @@ -34,7 +34,7 @@ Using API Dash, you can: https://user-images.githubusercontent.com/1382619/227082005-7b374f5a-c406-4963-8f97-71fda4a58f69.mp4 -### Generate Dart Code Automatically +### 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.