Releases: postmen/postmen-sdk-js
Releases · postmen/postmen-sdk-js
Obtain as-api-key authentication for making requests
Breaking Changes
- Legacy API key is now deprecated and cannot be used for authentication. Please use this guide to obtain a modern API key for making requests with this version.
This update does not require any changes to your code base. However the legacy Postmen API key cannot be used anymore.
You can check which version of API keys you are using by looking at the header key used for authentication:
Type | API Header Key |
---|---|
Legacy API Key | postmen-api-key |
Modern API Key | as-api-key |
Allowed the passing of custom headers
- Can now pass allowed custom headers when making requests