Skip to content

Instantly share code, notes, and snippets.

@pullmonkey
Created February 19, 2010 17:32
Show Gist options
  • Save pullmonkey/308952 to your computer and use it in GitHub Desktop.
Save pullmonkey/308952 to your computer and use it in GitHub Desktop.
class VinApi < ActiveResource::Base
headers["X-VinApiKey"] = "YOUR_API_KEY_GOES_HERE"
self.site = "http://vinapi.skizmo.com"
self.element_name = "vin"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment