Expand description
API Specs Generator Library
A Rust library for generating OpenAPI specifications from Postman collections by running the collections against live APIs and capturing the responses.
Re-exports§
pub use collection::PostmanCollection;pub use collection::Environment;pub use runner::CollectionRunner;pub use runner::Har;pub use runner::HarEntry;pub use openapi::OpenApiGenerator;pub use openapi::OpenApiSpec;