Hello, I'm tired to make api requests with OAuth, read through this forum, feel a lot of pain and starting developing the library wrapper for Android.
I examined a few currently available repositories for android, but can't even compile most of them, since they were outdated and distributed in a form of sample apps and not a library.
My library currently can log in with OAuth, keep tokens and make get requests with wrapping all to the nice model classes. Currently, I'm adding support for new methods and really want to hear developer community opinions. I would be glad to hear any feedback from you, about code, about features or anything. Maybe together we can do a job working with gr api a little more friendly.
I examined a few currently available repositories for android, but can't even compile most of them, since they were outdated and distributed in a form of sample apps and not a library.
My library currently can log in with OAuth, keep tokens and make get requests with wrapping all to the nice model classes. Currently, I'm adding support for new methods and really want to hear developer community opinions. I would be glad to hear any feedback from you, about code, about features or anything. Maybe together we can do a job working with gr api a little more friendly.
https://github.com/intmainreturn00/grapi
Write here or feel free to open issues.