1
0

More than 3 years have passed since last update.

Postman: フォルダ内のリクエストをアルファベット順ソートする

Posted at

現時点、Postman自体にはその機能が無く、GitHub issueに要望が上がっている。
こちらのコメントにあるように、Collectionをエクスポートしてnpmモジュールを使ってソート、インポートで希望通りにソートできた。

$ npx @matthewlein/postman-collection-sorter ./path/to/your/API.postman_collection.json
Sorting collection file:  ./path/to/your/API.postman_collection.json
Sorting Successful!
Sorted collection saved to: ./path/to/your/API.postman_collection.sorted.json
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0