Howdy folks,
I'm afraid this may come out as a plug, though it might be, but that's not my intention at all.
I'm just super excited to share this progress with you all.
In the past six months we've been hard at work to create an Android app for our OsClass powered site
www.shitesot.comThe one thing that Osclass lacks is a decent API that would spit out JSON data for its content. We understood the need and saw different approaches to this problem, finally decided to create a Osclass plugin that would serve as API wrapper, so that we could serve different parts of our app's functionality to fulfill its needs.
Today I'm super excited to let you know that our (FREE) app ShiteSot is finally on Google Play Store (
https://play.google.com/store/apps/details?id=com.poentalabs.shitesot) and communicates super fast with the backend powered by Osclass and consumes JSON data prepared and served by our Osclass API plugin.
You can take a quick look at one of the responses here
http://www.shitesot.com/api/home/main/jsonDue to the nature of how Osclass' code is structured, there were times when we were forced to simply take boilerplate code and remove certain parts (i.e. redirects after item is posted and/or user logged in) in order to try and enforce a proper API communication, but generally a lot of functionality is ported to simply return JSON data.
As a quick overview we've made controllers for Categories, Locations, Items and Users, and tried our best to keep code organized based on context, the result of which I can say it's pleasing so far.
Thank you for keeping Osclass and its community alive. We've learned to love its potential and hopefully we'll be giving back to it soon.
Regards,
Arian