I was playing around with redux & normalizr and came across this project:
https://github.com/mikedeboer/node-github
It's a very complete & highly maintained client for GitHub Rest API v3
Here's a link to its API documentation: https://mikedeboer.github.io/node-github/
Maybe we could benefit from using it in the app instead of our own crafted client (node-github already handles everything we will need + a standardized pagination). We would remove any API v3 hassle :)
Unfortunately it's not React Native compatible, but the good news is that someone already tweaked a fork: https://github.com/brunolemos/react-native-github-api.
As the fork didn't seem really maintained, I went ahead and forked latest node-github master and made it RN compatible: https://github.com/machour/node-github
What are yout thoughts about maintaining our own fork (gitpoint/react-native-github-api) and simply keep it in sync with node-github? Other people would be able to benefit from it.
I was playing around with redux & normalizr and came across this project:
https://github.com/mikedeboer/node-github
It's a very complete & highly maintained client for GitHub Rest API v3
Here's a link to its API documentation: https://mikedeboer.github.io/node-github/
Maybe we could benefit from using it in the app instead of our own crafted client (node-github already handles everything we will need + a standardized pagination). We would remove any API v3 hassle :)
Unfortunately it's not React Native compatible, but the good news is that someone already tweaked a fork: https://github.com/brunolemos/react-native-github-api.
As the fork didn't seem really maintained, I went ahead and forked latest node-github master and made it RN compatible: https://github.com/machour/node-github
What are yout thoughts about maintaining our own fork (gitpoint/react-native-github-api) and simply keep it in sync with node-github? Other people would be able to benefit from it.