opencage-api-client icon indicating copy to clipboard operation
opencage-api-client copied to clipboard

OpenCage Data geocoder API client

Results 7 opencage-api-client issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

The goal would be to add an HTTP header, "User-Agent", and specify the package version. Ref info here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent

As now node since version 18 has a `fetch()` function built-in and all browsers have this function, I think it is time to get rid of dependencies. That would lighten...

enhancement

Hi! Can we please add in some unannotated basic typings?

I was wondering if it would be useful to do a pull request implementing a version of the geocode call accepting an AbortSignal? We use it to cancel requests that...

With the new version passing the parameters (ie, not controlling a mandatory API key parameter) the behaviour is to read the environment variable. in a browser process.env is not defined...

unit tests on fetch wrapper make requests to google/httpbin. Can we improve the unit tests to be isolated and avoid using an internet connection?

enhancement