legacy-api-documentation
legacy-api-documentation copied to clipboard
Request to add fandroid SDK as one of 500px Android SDK
Today, I have finished the development and testing. I actually spent 60% of my time during development on testing and making documentation. So I believe my work is good to go.
My motivation to make this SDK was because having an Open source project of my own had been a dream for me for a while. Since I am a fans of 500px and also noticed that the official SDK had lack of several key features to be complete. So I decided to make my first open source project for 500px. The shortcoming in original SDK I tried to address were, (1) Lack of http put request support (2) Lack of http put multi part support (3) Lack of response data encapsulation (4) Very hard to perform http 500px api request.
So, I am hoping if you could add the link of my SDK (https://github.com/jerryfan2000/500px_fandroid_sdk) as one of 500px's Android SDK on your github page.
Thank you for your contribution! I've asked our team to look over your project and provide feedback. I'll get back to you as soon as I hear from them.
Very nicely done. This looks good, could you just add an example workflow to make starting out with your SDK very simple for a new user evaluating their options? E.g.: Is it possible to show actual code that would retrieve a photo's comments and post a new comment?
Hi Kevin, Sure. I will modify existing sample provided by 500px to use my SDK. But I am very busy recently on moving my house. So I think I can only start the modification job next week.
Hi Kevin, I have finished a demo by directly porting five00dp. You can find the src code and binary download at https://github.com/jerryfan2000/five00dp-by-fandroid-sdk