mirror of
https://github.com/foss42/apidash.git
synced 2025-07-03 23:05:32 +08:00
Update README
This commit is contained in:
@ -105,7 +105,7 @@ API Dash can be downloaded from the links below:
|
||||
| Insomnia | ✅ |
|
||||
| OpenAPI | https://github.com/foss42/apidash/issues/121 |
|
||||
| hurl | https://github.com/foss42/apidash/issues/123 |
|
||||
| HAR | https://github.com/foss42/apidash/issues/122 |
|
||||
| HAR | ✅ |
|
||||
|
||||
|
||||
**↗️ Create & Customize API Requests**
|
||||
|
@ -19,7 +19,7 @@ void main() {
|
||||
{
|
||||
"log": {
|
||||
"version": "1.2",
|
||||
"creator": {"name": "Postman", "version": "v8.x.x"},
|
||||
"creator": {"name": "Client Name", "version": "v8.x.x"},
|
||||
"entries": [
|
||||
{
|
||||
"startedDateTime": "2025-03-25T12:00:00.000Z",
|
||||
@ -180,7 +180,7 @@ void main() {
|
||||
var collectionJson = {
|
||||
"log": {
|
||||
"version": "1.2",
|
||||
"creator": {"name": "Postman", "version": "v8.x.x"},
|
||||
"creator": {"name": "Client Name", "version": "v8.x.x"},
|
||||
"entries": [
|
||||
{
|
||||
"startedDateTime": "2025-03-25T12:00:00.000Z",
|
||||
|
Reference in New Issue
Block a user