0.0
No release in over 3 years
Low commit activity in last 3 years
Ruby client for the LibLynx API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

< 0.20.4
>= 0
< 14.0
>= 0
>= 0

Runtime

~> 0.1
~> 1.4
 Project Readme

LibLynx API  Build Status Gem Version

Ruby HTTP client for the LibLynx API.

Installation

Add this line to your application's Gemfile:

gem 'liblynx-api'

And then execute:

bundle

Or install it yourself as:

gem install liblynx-api

Usage example

require 'liblynx-api'

client = LibLynxAPI.connect_oauth2(CLIENT_ID, CLIENT_SECRET)
# print account resources
pp client.account.list