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

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(...);

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.

Libraries

postman_collection