In my first Swift post I'll explain how to consume a simple REST service, parse the JSON response and map it into our own objects using some libraries and generics. Also it includes the implementation of a simple singleton class to keep our code and service calls organized.
Read more...
I wrote a Ruby application using the Sinatra framework, it comes with simple database model and a couple services: one to get a list of all elements, and another to fetch one by providing their ID. The results are returned as a JSON response.
Read more...