Registry / http-client / tumblr-rb

tumblr-rb

JSON →
library2.1.1rbrubygemsunverified

Ruby library and command line utility to interact with the Tumblr API.

gem install tumblr-rb
INSTALL
IMPORT
SIG · TUMBLR-RB
T
tumblr-rb
http-clientrubyv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tumblr
require 'tumblr'

Fetches blog information from Tumblr API.

require 'tumblr' # Authenticate and fetch blog info client = Tumblr::Client.new(consumer_key: 'key', consumer_secret: 'secret', oauth_token: 'token', oauth_token_secret: 'token_secret') blog = client.blog_info('myblog.tumblr.com') puts blog['blog']['title']
Debug
Known issues
gotchaOAuth authentication is required for most API calls.
fix
Register an application on Tumblr to obtain consumer key/secret and obtain user tokens.
affects: >= 0.0.0
Upgrade
Version history
2.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
22
Amazon
1
Resources
tumblr-rb — gem install tumblr-rb · libregistry