An open API service indexing awesome lists of open source software.

https://github.com/masreplay/postman_collection

postman collection schema with freezed and json_serializable
https://github.com/masreplay/postman_collection

dart docs flutter postman swagger

Last synced: 2 months ago
JSON representation

postman collection schema with freezed and json_serializable

Awesome Lists containing this project

README

          

# 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:

```bash
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:

```dart
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](https://github.com/masreplay/postman_collection).

## License

This package is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.