techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Postman Collection V2 #130

Open mmansion opened 2 years ago

mmansion commented 2 years ago

Hi.

Thank you for your work on this awesome server!

For me, I couldn't load the postman collection because v1 collection format is no longer accepted.

Using postman-collection-transformer I ran this command to convert the collection:

postman-collection-transformer convert -i <path to the input Postman Collection file> -o <path to the downloaded Postman file> -j 1.0.0 -p 2.0.0 -P

I've attached the resulting file (could only upload a zip) in case you'd like to include it in this repository for others. Sorry it's not a PR!

cncserver_api_v2.postman.json.zip