Lightweight API for Textalk.
I do not use Textalk anymore, so won't update this gem, but will keep it around.
How to use my plugin.
Textalk::Article.list
Textalk::Article.set(1234567, {
"attributes": {
"12345": {
sv: "Tillverkad av 82% Polyester och 18% Elastan.",
en: "Made of 82% Polyester and 18% Elastane."
}
},
"weight": 1000
})
Add this line to your application's Gemfile:
gem 'textalk'
And then execute:
$ bundle
Or install it yourself as:
$ gem install textalk
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.