Commit Graph

7 Commits

Author SHA1 Message Date
47930b010f
Introducing settings file, some refactorings and stabilization 2024-07-07 23:44:59 +08:00
5666702ccc
Error stacktrace with --dev enabled while conversion is in progress
Also shorter constants.
2023-10-03 09:05:03 +08:00
3c1871ce1f
Conversion to 2.0 (--v2.0), improvements and fixes (#10)
First of all, now you can convert a collection manually exported from Postman UI.

Until this commit, any collection json had to be inside of root 'collection' object. Postman API returns collections in a such way and that was my case. So any collection exported using UI was mistakenly not detected as correct one.

The second thing that it is now possible to convert collections from v2.1 to v2.0 using --v2.0 flag. Even if they are exported via Postman API, of course.

Also some important refactorings are here.
2023-09-17 23:09:19 +08:00
c6094566b4
Fixed error when -o is missied 2023-08-13 10:50:52 +08:00
1b3dd8b677
Improved detection of collections (affected on -f and -d) 2023-08-10 13:30:20 +08:00
aa583e7d43
Fixed some mistakes while processing -d 2023-08-04 09:05:22 +08:00
3b94911895
First basic ready-to-use implementation 2023-08-03 16:43:17 +08:00