subzeroid / instagrapi-rest

RESTful API Wrapper for Instagram Private API
https://hikerapi.com/p/ygXxF38v
MIT License
499 stars 128 forks source link

Fix string -> int rounding issue of media pks #16

Closed Soneji closed 3 years ago

Soneji commented 3 years ago

Closes #15

Soneji commented 3 years ago

Should i change the tests? if so, what file is it?

Or should cast it back into an int on the API side? I feel casting it back to an int would just recreate the issue in the API

adw0rd commented 3 years ago

Should i change the tests? if so, what file is it?

https://github.com/adw0rd/instagrapi-rest/blob/main/tests.py