mirror of
https://github.com/foss42/apidash.git
synced 2025-10-09 15:16:34 +08:00
Update README.md
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user