Releases: appknox/postmanparser
Releases · appknox/postmanparser
🤖 Added optional key in http request
👾 Support for URL Variables
What's Changed
- Parse URL Variables by @bl4ckst0ne in #13
- default value of query parameter should be list and not None by @kirankumbhar in #14
New Contributors
- @bl4ckst0ne made their first contribution in #13
Full Changelog: v0.1.5...v0.1.6
⚓️ Ability to parse root auth attribute from collection
- get the auth attribute from JSON collection and parse it to the auth root collection attribute ( thanks @gustavocortarelli )
- Flake8 & BLACK linting
🎉 Added event object support
v0.1.4 v0.1.3 → v0.1.4
🎉 Get Requests from Collection
- Get all requests in collection by recursively going through folders
- Get all requests present in specific folder
- Update
README.md
🔌 Fixed Dependencies and Deploy script
We now have removed unnecessary development dependencies from the requirements, and have added a better build script
🎉 Initial release for Postmanparser
Initial Pypi release for postman parser