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

Confusing behaviour

Open ViktorKopychko opened this issue 2 years ago • 0 comments

I've just discovered that if one calls the getIpGeolocationFull like this

bigdatacloudClient.getIpGeolocationFull('someip') instead of bigdatacloudClient.getIpGeolocationFull({ip: 'someip'})

it will return a result for an ip of a current machine, I think this is really unexpected and should be fixed or at least mentioned in the readme

ViktorKopychko avatar Sep 21 '21 13:09 ViktorKopychko