# Functions
BuildPostmanURL creates a Postman 2.0 spec URL from a Swagger URL.
Convert creates a Postman 2.0 collection from a configuration and Swagger 2.0 spec.
Merge creates a Postman 2.0 collection from a configuration, base Postman 2.0 collection and Swagger 2.0 spec.
NewConverter instantiates a new converter.
Swagger2PathToPostman2APIItem converts a Swagger 2.0 path to a Postman 2.0 API item.
# Structs
Configuration is a Spectrum configuration that holds information on how to create the Postman 2.0 collection including overriding Swagger 2.0 spec values.
Converter is the struct that manages the conversion.