mirror of
https://github.com/foss42/apidash.git
synced 2025-05-19 23:36:36 +08:00
updates
This commit is contained in:
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2023 Ankit Mahato, Ashita Prasad
|
||||
Copyright 2023 Ashita Prasad, Ankit Mahato
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# curl_parser
|
||||
# curl Parser
|
||||
|
||||
Easily parse a cURL command into a Dart object and generate cURL commands from Dart objects.
|
||||
A well-tested and better alternative to [curl_converter](https://pub.dev/packages/curl_converter).
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: curl_parser
|
||||
description: Parse cURL command to Dart object and convert Dart object to cURL commands.
|
||||
description: Parse cURL command to Dart object and convert Dart object to cURL command.
|
||||
version: 0.1.0
|
||||
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
||||
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
||||
|
Reference in New Issue
Block a user