CloudApp is one of my new favorite things and has already become one of the top apps installed on my mac in the case of a rebuild. Because of this strange love for a cloud-based service, I want it in all my apps. So I set out over a memorial day weekend to build an Objective-C wrapper for their REST-based API.
Check it out now up on GitHub: JJCloudEngine
I had never built a publicly reusable component like this before for a REST library, so I used some inspiration. Inspiration in the form of Matt Gemmell. JJCloudEngine is structured exactly like and reuses some code from MGTwitterEngine. In many ways, this is a learning project for me, so thanks goes out to him for creating his engine.