Skip to content

txwikinger/empireavenue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

empireavenue

Build Status [gem]: https://rubygems.org/gems/empireavenue

A Ruby interface to the Empire Avenue API

Installation

gem install empireavenue

The interface can be used by calling by

require 'empireavenue'

ea = EmpireAvenue::Client.new({client_id = <client_id of app from EAv>, oauth_token = <oauth_token received from EAv authentication>)

Now this client can perform requests to the Empire Avenue API

Profile Info of accounts

ea.profile_info(ticker = nil)

receives the profile information of the given ticker. If no argument is given, the associated profile of the authenticated user is provided. Ticker can be a list of up to 100 tickers in an Array.

About

A Ruby interface to the Empire Avenue API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages