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
- Host: GitHub
- URL: https://github.com/masreplay/postman_collection
- Owner: masreplay
- License: mit
- Created: 2024-07-12T07:38:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T05:55:06.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:11:51.390Z (about 1 year ago)
- Topics: dart, docs, flutter, postman, swagger
- Language: Dart
- Homepage: https://pub.dev/packages/postman_collection
- Size: 215 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.