Stockholmfilmfest
Stockholmfilmfest makes it easy to work with the Stockhold Film Festival's API in your Ruby program.
Installation
Add this line to your application's Gemfile:
gem 'stockholmfilmfest'
And then execute:
$ bundle
Or install it yourself as:
$ gem install stockholmfilmfest
Usage
### Get an API Key
Register for an API Key at [http://api.stockholmfilmfestival.se/?msg=1](http://api.stockholmfilmfestival.se/?msg=1)
### Require the gem
require 'stockholmfilmfest'
### Make a GET request--returns a hash of json
`client = Stockholmfilmfest::Client.new("http://api.stockholmfilmfestival.se/v1/films/film/film_id/[filmId number]/format/json/API-Key/[your api key]/")
client.get`
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request