postman_collection 0.0.9 copy "postman_collection: ^0.0.9" to clipboard
postman_collection: ^0.0.9 copied to clipboard

postman collection schema with freezed and json_serializable

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.

2
likes
120
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

postman collection schema with freezed and json_serializable

Homepage
Repository (GitHub)

Topics

#postman #dio #doc #documentation #dart

Documentation

API reference

License

MIT (license)

Dependencies

dio, freezed_annotation, json_annotation, retrofit

More

Packages that depend on postman_collection