Project

lnkdtogo

0.0
No commit activity in last 3 years
No release in over 3 years
This is an unoffical gem for the service Lnkdto.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.6.7
 Project Readme

LnkdtoGo (Unofficial Lnkdto Gem)

This gem is the unofficial gem for using the Lnkdto API service (http://lnkdto.com/about/api). If you intend to use this gem you will need an account with Lnkdto.

Gem Version Build Status Code Climate

Lnkdto Account needed

Go to: http://lnkdto.com/about/api and signup for an account.

Install or place into your Gemfile

gem "lnkdtogo", "~> 3.2.0"
gem install lnkdtogo

Configure the service with you API key's

Lnkdtogo.configure do |config|
	config.key = "12345"
	config.secret = "67890"
end

Usage

# Single url
Lnkdtogo.shares("http://someWebSite.com")

# Multiple url's
Lnkdtogo.shares(["http://someWebSite.com", "http://anotherSite.net"])

Tested with

Build Status

Ruby: 1.9.2

Ruby: 1.9.3

Ruby: 2.0.0


Support

Note: I do not provide support for Lnkdto.com service, this is an unofficial gem. Open an issue for gem issues email Lnkdto support for service issues.