mirror of
https://github.com/foss42/apidash.git
synced 2025-05-21 00:09:55 +08:00
refactor curl_parser
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
library curl_parser;
|
||||
|
||||
export 'src/models/curl.dart';
|
||||
export 'models/curl.dart';
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: curl_parser
|
||||
description: A Dart package for effortless conversion between cURL commands and Dart class.
|
||||
description: Parse cURL command to Dart object and convert Dart object to cURL commands.
|
||||
version: 0.1.0
|
||||
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:curl_parser/src/models/curl.dart';
|
||||
import 'package:curl_parser/models/curl.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
const defaultTimeout = Timeout(Duration(seconds: 3));
|
||||
|
Reference in New Issue
Block a user