-
Notifications
You must be signed in to change notification settings - Fork 9
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
SOAP Header needs IntegrationCode #22
Comments
Do you have a reference to the documentation for that? Is this a recent change in one of the newer releases like 2018.1? Is it only relevant for the Other than that, I don't think the |
It was added to the API December 31, 2017. It's for all methods. The system doesn't fail when it's not present, yet. Valid point on the naming. Here's the email that AutoTask sent out.
|
That‘s gonna be interesting how they‘re planning to enforce it if in-house API calls aren‘t required to provide any integration codes 🤔 But yeah, given this background I’d add it to AutotaskAPI::Client.initialize and only add the header if |
autotask_api/lib/autotask_api/client.rb
Line 29 in 934cb57
AutoTask is requiring an IntegrationCode to be passed in the header. I implemented it, but I feel it's hacky. Would you have a suggestion on how to better implement?
Here's how I did it.
The text was updated successfully, but these errors were encountered: