Skip to content
/ reve Public
forked from lisa/reve

Reve is a Ruby-based library for use with interfacing with the Eve Online API.

License

Notifications You must be signed in to change notification settings

DuncSmith/reve

 
 

Repository files navigation

Homepage

Reve’s home on the web is: github.com/lisa/reve

About

Reve is a Ruby library that can be used to access the Eve Online API.

Example

  1. Convert names to Character IDs:

require 'reve'
require 'pp'

api = Reve::API.new

ids = api.character_id( { :names => [ "CCP Garthagk" ] } )
puts 'Names to IDs output:'
pp names

# Prints:
names to IDs output
[#<Reve::Classes::Character:0x4d98e55c
  @corporation_id=0,
  @corporation_name=nil,
  @id=797400947,
  @name="CCP Garthagk">]

About

Reve is a Ruby-based library for use with interfacing with the Eve Online API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published