postmanlabs / postman-collection

Javascript module that allows a developer to work with Postman Collections

Home Page:https://www.postmanlabs.com/postman-collection/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing apikey Auth Type

zachwhaley opened this issue · comments

I'm looking to implement the API Key Authorization helper with the postman collection SDK, but it does not seem to have an auth type that looks like this.

I can also see the apikey auth type in the postman schema https://schema.postman.com/collection/json/v2.1.0/draft-07/collection.json

https://github.com/postmanlabs/postman-collection/blob/develop/lib/schema/auth.json#L9

Thanks for reporting this but schema is moved to a separate repository and no longer maintained in this repository.

API Key Auth implementation: https://github.com/postmanlabs/postman-runtime/blob/develop/lib/authorizer/apikey.js