ig-api icon indicating copy to clipboard operation
ig-api copied to clipboard

Axios wrapper around IG's API

Results 6 ig-api issues
Sort by recently updated
recently updated
newest added

Delete doesn't work unless you use this workaround: https://labs.ig.com/node/36 This pull request factors this in to the request() method.

Hi @wagerfield, A bug was fixed in `[email protected]`, see: https://github.com/nikvdp/pidcrypt/issues/5. (This was also discussed in https://github.com/wagerfield/ig-api/issues/2.) `ig-api` is currently has its `pidcrypt` dependency set to `^0.0.31`: https://github.com/wagerfield/ig-api/blob/master/package.json#L36. This prevents npm...

I've looked at the API reference and why would this library require such sensitive information? Which API endpoints for IG require username and password?

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...

Hi everyone! And firstly thanks for this repo. I recently detected this. When passing `npm audit` into a project using version `0.15.0` === npm audit security report === Moderate Denial...

Due to the use of pidcrypt, I currently get the error below when running in a Node.js environment: `if(j_lm && (navigator.appName == "Microsoft Internet Explorer")) {` `________________^` `ReferenceError: navigator is...