RubyGems Navigation menu

dfg59-diggr 0.0.1

Diggr is a ruby wrapper for the Digg API. Diggr strives to remain consistent with the Digg API endpoints listed here: http://apidoc.digg.com/CompleteList. Endpoints are created in Diggr with method calls. Each node in an endpoint becomes a method call and each node which is an argument becomes an argument to the previous method. As an example, the following endpoint /user/{user name} in which the user name is "johndoe" would be created with this Diggr call: diggr.user("johndoe") To send the request to the Digg API and retrieve the results of the call, Diggr requests are terminated in one of two ways. 1. Using the fetch method. By ending your request with the fetch method, your result will be returned to you. If the request is singular, you will receive a single object as a response. If the request is plural, you will receive a collection of objects stored in an array. 2. Using any Enumerable method. This works only on plural requests. In this case, it is unnecessary to use the fetch method. See the synopsis for examples of each of these types of calls. Note: In an effort to remain consistent with the Digg API, some method names do not follow the ruby idiom of underscores. Although somewhat ugly, this allows a user read the Digg API and understand the exact methods to call in Diggr to achieve their desired results.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 0.1.2 - August 11, 2014 (8,5 KB)
  2. 0.0.1 - August 11, 2014 (11 KB)

dependencias de Runtime (4):

activesupport >= 2.1.0
hoe >= 1.7.0
json >= 1.1.3
need >= 1.0.2

Autores:

  • Drew Olson

SHA 256 checksum:

1c1d777bb84efb1d05696c283b3d41375a3a4b7c754f86490b48b2fdb14d4dd2

Total de descargas 6.172

Para esta versión 2.651

Licencias:

N/A

Versión de Ruby requerida: >= 0

Enlace: