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.
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.