Skip to content
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

Added jql method #20

Closed
wants to merge 2 commits into from
Closed

Added jql method #20

wants to merge 2 commits into from

Conversation

czyzykowski
Copy link

That method is not documented with the rest of the export API. The link to the [documentation].(https://mixpanel.com/help/reference/jql/api-reference#api/access)

That method is not documented with the rest of the export API. The link to the
documentation:
https://mixpanel.com/help/reference/jql/api-reference#api/access
JQL endpoint is different than other data export methods because it
doesn't support jsonp. Instead of using general request handling already
present in the library I had to implement it from scratch.

One problem was caused by the fact that XMLHttpRequest was being
required, but only in Node. In the browser, due to variable hoisting,
this was undefined. I had to rename it not to clash wit the built in
XMLHttpRequest object.
@czyzykowski czyzykowski closed this Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant