Socket
Book a DemoInstallSign in
Socket

readmill

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readmill

0.2.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Ruby Wrapper for the Readmill API

Quick Start

Install via RubyGems

gem install readmill

Or, add it to your Gemfile

gem 'readmill'

Making Requests against the API

Readmill.configure do |c|
  c.client_id = 'your_client_id_here'
end

client = Readmill::Client.new # Shortcut with Readmill.new
client.readings # Returns the 20 most readings

API Parameters

Most endpoints in the Readmill API take similar parameters (count, offset, etc). These are passed into the client requests as an options hash. For example:

client.readings(count: 50, offset: 100) # Get 50 readings offset by 100

What is Readmill?

Readmill is a beautiful ebook reader for iOS and Android that lets you read and share great books.

You can view their API docs here.

TODO

  • Wrap the Search endpoints
  • Wrap authenticated (OAuth) endpoints

Copyright (c) 2013 Andrew Thorp. See LICENSE for details.

FAQs

Package last updated on 21 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.