-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way to provide API Key #1
Comments
Probably I need to modify the client here Line 32 in 15a8c82
|
How i can use my login and password to Authentication at server? |
OK. I think I am getting close to being able to add the API key, but I need a little guidence: I followed this example of adding a header to zeep.
I get the following error message: I don't know what method name should be used in place of .Method. |
Hey, thanks for the MemoQ client.
I was trying it out, however, so far I have an error
zeep.exceptions.Fault: WS API incoming call has been rejected due to missing API key.
and I'm trying to understand how do I provide my ApiKey header.I see something in the zeep examples, but do not understand how to use it yet: https://github.com/mvantellingen/python-zeep/blob/da8a88b9f5f36b7417328623b25bee0b872f7f3b/examples/trafficvance_apikey.py#L15
Thanks!
The text was updated successfully, but these errors were encountered: