0 purchases
postman collection
Postman Collection Schema Generator #
This package is a Postman collection schema generator that allows you to easily generate the schema for your Dio and http client.
Installation #
To install the package, simply run the following command:
dart pub add postman_collection
copied to clipboard
Usage #
To use the package, you can import it into your project and call the generateSchema function. Here's an example:
import 'package:postman_collection/postman_collection.dart';
PostmanCollection.fromJson(...);
copied to clipboard
Contributing #
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
License #
This package is licensed under the MIT License. See the LICENSE file for more information.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.