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...
This post is a collection of code snippets about how to make HTTP requests and parse the response. Also as example I included how to verify a Recaptcha field using the API from Google
Read more...