-
Notifications
You must be signed in to change notification settings - Fork 13
add $apiKey to documented constructor options #793
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The ClientOptions class supports
apiKey, but it's not documented in the client constructor. This is probably because it isn't supported everywhere, but we can add to the documentation that it might not be supported. The API throws a "Not Implemented" error if it isn't supported, so there's no reason to not document it.