Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Rubygems
  • Socket score

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc