File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ API Dash can be downloaded from the links below:
105
105
| Insomnia | ✅ |
106
106
| OpenAPI | https://github.com/foss42/apidash/issues/121 |
107
107
| hurl | https://github.com/foss42/apidash/issues/123 |
108
- | HAR | https://github.com/foss42/apidash/issues/122 |
108
+ | HAR | ✅ |
109
109
110
110
111
111
** ↗️ Create & Customize API Requests**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ void main() {
19
19
{
20
20
"log": {
21
21
"version": "1.2",
22
- "creator": {"name": "Postman ", "version": "v8.x.x"},
22
+ "creator": {"name": "Client Name ", "version": "v8.x.x"},
23
23
"entries": [
24
24
{
25
25
"startedDateTime": "2025-03-25T12:00:00.000Z",
@@ -180,7 +180,7 @@ void main() {
180
180
var collectionJson = {
181
181
"log": {
182
182
"version": "1.2",
183
- "creator": {"name": "Postman ", "version": "v8.x.x"},
183
+ "creator": {"name": "Client Name ", "version": "v8.x.x"},
184
184
"entries": [
185
185
{
186
186
"startedDateTime": "2025-03-25T12:00:00.000Z",
You can’t perform that action at this time.
0 commit comments