go-postman-collection
go-postman-collection copied to clipboard
Go module to work with Postman Collections
Results
2
go-postman-collection issues
Sort by
recently updated
recently updated
newest added
The CreateAuthParam method creates a v2.0.0 auth param. Would be nice to have a way to create a 2.1.0 param e.g. CreateAuthParam210 method.
Changes the type field `description` of `Item` to be of type `Description`, since in the docs / json schema it is defined as type Description. Docs: https://learning.postman.com/collection-format/reference/item/