wlapi 0.0.4
WLAPI
DESCRIPTION
WLAPI is a simple API for Wortschatz Leipzig project.
$ require 'wlapi'
$ api = WLAPI::API.new
$ api.synonyms('Haus', 15) # returns an array with sting values (UTF8 encoded)
See RDOC documentation for details on particular methods.
You can find some invocation examples in example/example.rb
Gemfile:
=
install:
=
Runtime Dependencies (1):
savon
>= 0