Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recomiendo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recomiendo

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

recomiendo logo

Recomiendo es una capa para la API de http://recomien.do

Instalación

Recomiendo está disponible como una gema, para instalarlo sólo tienes que instalar la gema:

gem install recomiendo

Si estás utilizando Bundler, añade la gema al Gemfile.

gem 'recomiendo'

Corre bundle install.

Uso Básico

Primero debe debes crear un objeto Cliente.

client = Recomiendo.new(key, secret)

Cuentas

client.accounts.create(email: 'mi@email.com')
client.links.create(url: 'http://www.alguna_url.com')
client.links.all

Rewards

client.rewards.create(visit_id: '8eb5636410e00e0f54f975b19416c787', amount: 1.00, earned_on: '2012-07-23', payable_on: '2012-07-24')
client.rewards.all

FAQs

Package last updated on 26 Feb 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