Wolfpack-Digital / apipie-postman

Ruby gem to generate Postman collection from Apipie output.
MIT License
18 stars 1 forks source link

Update Postman collection if already existing instead of creating a new one #1

Closed VictorMotogna closed 3 years ago

VictorMotogna commented 3 years ago

Status quo

Running the task multiple times will generate a new collection.

Task

If collection already exists, update its content.

Reproduce

Run the apipie_postman rake task multiple times. Each time, a new collection will be created

VictorMotogna commented 3 years ago

https://rubygems.org/gems/apipie-postman/versions/0.0.8