Tony Tung
Tony Tung
@berl Could you review this? I'd like your stamp before I merge this.
This would require a substantial change to the generated code. As a hacky workaround, you could create a model object that shares the same fields. Once initialized, it could use...
What happens when you combine the two?
Sorry for the late response. Generally, we do indeed put the models in separate modules to avoid inadvertent access to package-privacy fields. However, there should be nothing that requires that...
Specifically, https://github.com/Instagram/ig-json-parser/commit/86f29b5fa173c84cf433d91a51ac3f41fa7d6e54
never used retrofit. does it not work together?
can't possibly try every library out there in existence. :)
It uses a custom http library. As far as I know, it's not open sourced.
this is a good start though be aware that this is not proguard safe.
A pretty bad¹ but easy solution to whip up: Parse `{"dummy_key": YOUR_JSON_ARRAY}`. A slightly less bad solution, but somewhat more complicated solution: Subclass JsonParser, inject in the tokens to create...