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

Axios error while trying to OpenEO.connect in TS #61

Closed KonradK98 closed 2 months ago

KonradK98 commented 2 months ago

Hi, I'm trying to set up connection in TS project using js-client. Unfortunately I get an error from js-client/src/connection.js TypeError: axios is not a function on line 1270. I can see some commit from 2 weeks ago with axios import fix, maybe it is somehow connected? Thanks for help in advance. Konrad