Hacker News new | ask | show | jobs
by manishsharan 4863 days ago
I am getting rid of all Google api jars. Google has a well documented REST API for OAuth 2.0 and drive ; I am refactoring my code to only use standard commons http client jars along with java JSON (e.g. jackson )jars and invoke standard REST api.
1 comments

Is there a public repo where I could follow your progress? My interest is piqued.
Yes, see the github repo here: https://github.com/ttezel/unio
Thats a great idea. I haven't set up my github profile yet -- this may very well be the project to start with.