Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

Add require for axios in connection.js #23

Closed jneijt closed 4 years ago

jneijt commented 4 years ago

In case this is wanted. See issue #22

m-mohr commented 4 years ago

Yes, that seems to be a regression after I separated the classes into files and it seems I forgot to copy the axios import. I'm not sure why it doesn't fail in my environment though, but welcome to the JS hell...

jneijt commented 4 years ago

Yeah, no idea why it works in the openEO web editor either. I tried to compare them a bit but didn't find anything specific that would explain the issue. Maybe a slightly different version of the development branch?

Anyway, thanks for merging :-)