Quantcast
Channel: Postmanタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 470

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

$
0
0
現時点、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

Viewing all articles
Browse latest Browse all 470

Trending Articles