Skip to content

v1.5.4

Latest
Compare
Choose a tag to compare
@prashantrathi123 prashantrathi123 released this 15 Dec 14:55
· 1 commit to main since this release
02b3b59

Release Notes - Version 1.5.4

🚀 New Features

1. Variables Access Inside Another Variable

  • Now you can seamlessly use variables within another variable, enabling more dynamic and flexible configurations.

2. Script Functions to Access Variables

New helper functions are now available in both Pre and Post script environments for enhanced control over your variables.

Pre-Script Functions:

  • hc.getEnvVariable('key') - Access environment-level variables.
  • hc.getGlobalVariable('key') - Access global variables.
  • hc.getVariable('key') - Access the request-level variables.
  • hc.getCollectionVariable('key') - Access collection-level variables.

Post-Script Functions:

  • hc.getCollectionVariable('key') - Access collection-level variables.
  • hc.getVariable('key') - Access the request-level variables.
  • hc.getGlobalVariable('key') - Access global variables.
  • hc.getEnvVariable('key') - Access environment-level variables.

Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.

📫 How to Provide Feedback or Report Issues:

Happy API testing! 🎉