dsander-reve 0.0.116

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. data/ChangeLog +155 -0
  2. data/LICENSE +22 -0
  3. data/Rakefile +79 -0
  4. data/init.rb +1 -0
  5. data/lib/reve/classes.rb +1341 -0
  6. data/lib/reve/exceptions.rb +353 -0
  7. data/lib/reve/extensions.rb +108 -0
  8. data/lib/reve.rb +1001 -0
  9. data/reve.rb +1 -0
  10. data/test/test_reve.rb +1191 -0
  11. data/test/xml/alliances.xml +171 -0
  12. data/test/xml/assets.xml +32 -0
  13. data/test/xml/badxml.xml +6 -0
  14. data/test/xml/certificate_tree.xml +231 -0
  15. data/test/xml/char_facwarstats.xml +18 -0
  16. data/test/xml/char_medals.xml +12 -0
  17. data/test/xml/character_sheet.xml +288 -0
  18. data/test/xml/characterid.xml +11 -0
  19. data/test/xml/charactername.xml +11 -0
  20. data/test/xml/characters.xml +13 -0
  21. data/test/xml/conqurable_stations.xml +12 -0
  22. data/test/xml/corp_facwarstats.xml +17 -0
  23. data/test/xml/corp_medals.xml +23 -0
  24. data/test/xml/corp_member_medals.xml +20 -0
  25. data/test/xml/corp_membersecurity.xml +49 -0
  26. data/test/xml/corporate_assets_list.xml +16 -0
  27. data/test/xml/corporate_market_orders.xml +10 -0
  28. data/test/xml/corporate_wallet_balance.xml +16 -0
  29. data/test/xml/corporate_wallet_journal.xml +11 -0
  30. data/test/xml/corporate_wallet_transactions.xml +10 -0
  31. data/test/xml/corporation_sheet.xml +52 -0
  32. data/test/xml/errors/error_100.xml +5 -0
  33. data/test/xml/errors/error_101.xml +5 -0
  34. data/test/xml/errors/error_102.xml +5 -0
  35. data/test/xml/errors/error_103.xml +5 -0
  36. data/test/xml/errors/error_104.xml +5 -0
  37. data/test/xml/errors/error_105.xml +5 -0
  38. data/test/xml/errors/error_106.xml +5 -0
  39. data/test/xml/errors/error_107.xml +5 -0
  40. data/test/xml/errors/error_108.xml +5 -0
  41. data/test/xml/errors/error_109.xml +5 -0
  42. data/test/xml/errors/error_110.xml +5 -0
  43. data/test/xml/errors/error_111.xml +5 -0
  44. data/test/xml/errors/error_112.xml +5 -0
  45. data/test/xml/errors/error_113.xml +5 -0
  46. data/test/xml/errors/error_114.xml +5 -0
  47. data/test/xml/errors/error_115.xml +5 -0
  48. data/test/xml/errors/error_116.xml +5 -0
  49. data/test/xml/errors/error_117.xml +5 -0
  50. data/test/xml/errors/error_118.xml +5 -0
  51. data/test/xml/errors/error_119.xml +5 -0
  52. data/test/xml/errors/error_120.xml +5 -0
  53. data/test/xml/errors/error_121.xml +5 -0
  54. data/test/xml/errors/error_122.xml +5 -0
  55. data/test/xml/errors/error_123.xml +5 -0
  56. data/test/xml/errors/error_124.xml +5 -0
  57. data/test/xml/errors/error_125.xml +5 -0
  58. data/test/xml/errors/error_200.xml +5 -0
  59. data/test/xml/errors/error_201.xml +5 -0
  60. data/test/xml/errors/error_202.xml +5 -0
  61. data/test/xml/errors/error_203.xml +5 -0
  62. data/test/xml/errors/error_204.xml +5 -0
  63. data/test/xml/errors/error_205.xml +5 -0
  64. data/test/xml/errors/error_206.xml +5 -0
  65. data/test/xml/errors/error_207.xml +5 -0
  66. data/test/xml/errors/error_208.xml +5 -0
  67. data/test/xml/errors/error_209.xml +5 -0
  68. data/test/xml/errors/error_210.xml +5 -0
  69. data/test/xml/errors/error_211.xml +5 -0
  70. data/test/xml/errors/error_212.xml +5 -0
  71. data/test/xml/errors/error_213.xml +5 -0
  72. data/test/xml/errors/error_214.xml +5 -0
  73. data/test/xml/errors/error_500.xml +5 -0
  74. data/test/xml/errors/error_501.xml +5 -0
  75. data/test/xml/errors/error_502.xml +5 -0
  76. data/test/xml/errors/error_503.xml +5 -0
  77. data/test/xml/errors/error_504.xml +5 -0
  78. data/test/xml/errors/error_505.xml +5 -0
  79. data/test/xml/errors/error_506.xml +5 -0
  80. data/test/xml/errors/error_507.xml +5 -0
  81. data/test/xml/errors/error_508.xml +5 -0
  82. data/test/xml/errors/error_509.xml +5 -0
  83. data/test/xml/errors/error_510.xml +5 -0
  84. data/test/xml/errors/error_511.xml +5 -0
  85. data/test/xml/errors/error_512.xml +5 -0
  86. data/test/xml/errors/error_513.xml +5 -0
  87. data/test/xml/errors/error_514.xml +5 -0
  88. data/test/xml/errors/error_515.xml +5 -0
  89. data/test/xml/errors/error_516.xml +5 -0
  90. data/test/xml/errors/error_517.xml +5 -0
  91. data/test/xml/errors/error_518.xml +5 -0
  92. data/test/xml/errors/error_519.xml +5 -0
  93. data/test/xml/errors/error_520.xml +5 -0
  94. data/test/xml/errors/error_521.xml +5 -0
  95. data/test/xml/errors/error_522.xml +5 -0
  96. data/test/xml/errors/error_523.xml +5 -0
  97. data/test/xml/errors/error_524.xml +5 -0
  98. data/test/xml/errors/error_525.xml +5 -0
  99. data/test/xml/errors/error_900.xml +5 -0
  100. data/test/xml/errors/error_901.xml +5 -0
  101. data/test/xml/errors/error_902.xml +5 -0
  102. data/test/xml/errors/error_903.xml +5 -0
  103. data/test/xml/errors/error_999.xml +5 -0
  104. data/test/xml/errors.xml +70 -0
  105. data/test/xml/eve_facwarstats.xml +35 -0
  106. data/test/xml/eve_facwartopstats.xml +178 -0
  107. data/test/xml/industryjobs.xml +11 -0
  108. data/test/xml/kills.xml +569 -0
  109. data/test/xml/map_facwarsystems.xml +13 -0
  110. data/test/xml/mapjumps.xml +15 -0
  111. data/test/xml/mapkills.xml +16 -0
  112. data/test/xml/market_transactions.xml +79 -0
  113. data/test/xml/marketorders.xml +43 -0
  114. data/test/xml/member_tracking.xml +22 -0
  115. data/test/xml/nonmember_corpsheet.xml +30 -0
  116. data/test/xml/reftypes.xml +14 -0
  117. data/test/xml/server_status.xml +9 -0
  118. data/test/xml/skill_in_training-amarr-titan.xml +15 -0
  119. data/test/xml/skill_in_training-none.xml +7 -0
  120. data/test/xml/skill_queue.xml +18 -0
  121. data/test/xml/skilltree.xml +41 -0
  122. data/test/xml/sovereignty.xml +29 -0
  123. data/test/xml/starbase_fuel.xml +23 -0
  124. data/test/xml/starbases.xml +12 -0
  125. data/test/xml/wallet_balance.xml +17 -0
  126. data/test/xml/wallet_journal.xml +48 -0
  127. data/tester.rb +17 -0
  128. metadata +187 -0
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-06-29 19:36:16</currentTime>
4
+ <result>
5
+ <rowset name="solarSystems" key="solarSystemID" columns="solarSystemID,solarSystemName,occupyingFactionID,occupyingFactionName,contested">
6
+ <row solarSystemID="30002056" solarSystemName="Resbroko" occupyingFactionID="0" occupyingFactionName="" contested="True" />
7
+ <row solarSystemID="30002057" solarSystemName="Hadozeko" occupyingFactionID="0" occupyingFactionName="" contested="False" />
8
+ <row solarSystemID="30003857" solarSystemName="Odamia" occupyingFactionID="500001" occupyingFactionName="Caldari State" contested="True" />
9
+ <row solarSystemID="30002960" solarSystemName="Arzad" occupyingFactionID="500002" occupyingFactionName="Minmatar Republic" contested="True" />
10
+ </rowset>
11
+ <cachedUntil>2008-06-29 20:36:16</cachedUntil>
12
+ </result>
13
+ </eveapi>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="1">
3
+ <currentTime>2007-12-12 20:47:52</currentTime>
4
+ <result>
5
+ <rowset columns="solarSystemID,jumps" name="solarSystems" key="solarSystemID">
6
+ <row solarsystemid="30034971" shipjumps="10">
7
+ </row><row solarsystemid="30003335" shipjumps="11">
8
+ </row><row solarsystemid="30000109" shipjumps="68">
9
+ </row><row solarsystemid="30002433" shipjumps="14">
10
+ </row><row solarsystemid="30002765" shipjumps="1440"></row>
11
+ </rowset>
12
+ <datatime>2007-12-12 20:36:42</datatime>
13
+ </result>
14
+ <cachedUntil>2007-12-12 21:47:52</cachedUntil>
15
+ </eveapi>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="1">
3
+ <currentTime>2007-12-12 20:35:50</currentTime>
4
+ <result>
5
+ <rowset columns="solarSystemID,shipKills,factionKills,podKills" name="solarSystems" key="solarSystemID">
6
+ <row factionkills="17" shipkills="1" solarsystemid="30001723" podkills="0">
7
+ </row><row factionkills="2016" shipkills="0" solarsystemid="30000149" podkills="0">
8
+ </row><row factionkills="0" shipkills="2" solarsystemid="30004043" podkills="3">
9
+ </row><row factionkills="13" shipkills="18" solarsystemid="30003277" podkills="15">
10
+ </row>
11
+ </rowset>
12
+ <datatime>2007-12-12 20:32:27</datatime>
13
+ </result>
14
+ <cachedUntil>2007-12-12 21:35:50</cachedUntil>
15
+ </eveapi>
16
+
@@ -0,0 +1,79 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-18 22:38:52</currentTime>
3
+ <result>
4
+ <rowset name="transactions">
5
+ <row transactionDateTime="2007-06-13 20:26:00"
6
+ transactionID="619" quantity="10"
7
+ typeName="Strontium Clathrates" typeID="16275" price="999.00"
8
+ clientID="150208955" clientName="Mark Roled" characterID="0"
9
+ characterName="Mark Roled" stationID="60001870"
10
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
11
+ transactionType="buy" />
12
+ <row transactionDateTime="2007-06-13 20:24:00"
13
+ transactionID="618" quantity="10"
14
+ typeName="Strontium Clathrates" typeID="16275"
15
+ price="1000.00" clientID="150210601" clientName="Mark Player"
16
+ characterID="0" characterName="Mark Player"
17
+ stationID="60001870"
18
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
19
+ transactionType="sell" />
20
+ <row transactionDateTime="2007-06-13 20:24:00"
21
+ transactionID="618" quantity="10"
22
+ typeName="Strontium Clathrates" typeID="16275"
23
+ price="1000.00" clientID="150210601" clientName="Mark Player"
24
+ characterID="0" characterName="Mark Player"
25
+ stationID="60001870"
26
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
27
+ transactionType="sell" />
28
+ <row transactionDateTime="2007-06-13 20:23:00"
29
+ transactionID="617" quantity="120"
30
+ typeName="Strontium Clathrates" typeID="16275"
31
+ price="1000.00" clientID="150210601" clientName="Mark Player"
32
+ characterID="0" characterName="Mark Player"
33
+ stationID="60001870"
34
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
35
+ transactionType="sell" />
36
+ <row transactionDateTime="2007-06-13 20:23:00"
37
+ transactionID="617" quantity="120"
38
+ typeName="Strontium Clathrates" typeID="16275"
39
+ price="1000.00" clientID="150210601" clientName="Mark Player"
40
+ characterID="0" characterName="Mark Player"
41
+ stationID="60001870"
42
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
43
+ transactionType="sell" />
44
+ <row transactionDateTime="2007-06-13 20:22:00"
45
+ transactionID="616" quantity="120"
46
+ typeName="Strontium Clathrates" typeID="16275"
47
+ price="1000.00" clientID="150208955" clientName="Mark Roled"
48
+ characterID="0" characterName="Mark Roled"
49
+ stationID="60001870"
50
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
51
+ transactionType="buy" />
52
+ <row transactionDateTime="2007-06-13 20:16:00"
53
+ transactionID="613" quantity="10"
54
+ typeName="Strontium Clathrates" typeID="16275"
55
+ price="1000.00" clientID="150208955" clientName="Mark Roled"
56
+ characterID="0" characterName="Mark Roled"
57
+ stationID="60001870"
58
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
59
+ transactionType="buy" />
60
+ <row transactionDateTime="2007-06-13 20:15:00"
61
+ transactionID="612" quantity="10"
62
+ typeName="Strontium Clathrates" typeID="16275"
63
+ price="1000.00" clientID="150208955" clientName="Mark Roled"
64
+ characterID="0" characterName="Mark Roled"
65
+ stationID="60001870"
66
+ stationName="Eglennaert I - Moon 11 - Nugoeihuvi Corporation Development Studio"
67
+ transactionType="buy" />
68
+ <row transactionDateTime="2007-05-16 11:02:00"
69
+ transactionID="581" quantity="1"
70
+ typeName="Civilian Mining Drone" typeID="1202"
71
+ price="26974000.00" clientID="1000115"
72
+ clientName="University of Caille" characterID="0"
73
+ characterName="University of Caille" stationID="60011566"
74
+ stationName="Bourynes VII - Moon 2 - University of Caille School"
75
+ transactionType="buy" />
76
+ </rowset>
77
+ </result>
78
+ <cachedUntil>2007-06-18 22:36:09</cachedUntil>
79
+ </eveapi>
@@ -0,0 +1,43 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>2007-12-02 14:55:43</currentTime>
4
+ <result>
5
+ <rowset name="orders" key="orderID" columns="orderID,charID,stationID,volEntered,volRemaining,minVolume,
6
+ orderState,typeID,range,accountKey,duration,escrow,price,bid,issued">
7
+ <row orderID="5630641" charID="150208955" stationID="60010783" volEntered="2891" volRemaining="2889"
8
+ minVolume="1" orderState="0" typeID="27351" range="32767" accountKey="1000" duration="90"
9
+ escrow="0.00" price="325.00" bid="0" issued="2007-12-02 12:18:18" />
10
+ <row orderID="5630643" charID="150208955" stationID="60010783" volEntered="10" volRemaining="10"
11
+ minVolume="1" orderState="0" typeID="20418" range="32767" accountKey="1000" duration="30"
12
+ escrow="0.00" price="435333.00" bid="0" issued="2007-12-02 13:57:02" />
13
+ <row orderID="5630645" charID="150208955" stationID="60010783" volEntered="8" volRemaining="7"
14
+ minVolume="1" orderState="3" typeID="5441" range="32767" accountKey="1000" duration="14"
15
+ escrow="0.00" price="19628.00" bid="0" issued="2007-12-02 12:19:04" />
16
+ <row orderID="5630647" charID="150208955" stationID="60010783" volEntered="7" volRemaining="0"
17
+ minVolume="1" orderState="2" typeID="21583" range="32767" accountKey="1000" duration="14"
18
+ escrow="0.00" price="56887.00" bid="0" issued="2007-12-02 12:19:22" />
19
+ <row orderID="5630652" charID="150208955" stationID="60010783" volEntered="155" volRemaining="155"
20
+ minVolume="1" orderState="0" typeID="27359" range="-1" accountKey="1000" duration="1"
21
+ escrow="9195.56" price="250.00" bid="1" issued="2007-12-02 13:58:23" />
22
+ <row orderID="5630653" charID="150208955" stationID="60010783" volEntered="155" volRemaining="155"
23
+ minVolume="1" orderState="0" typeID="27359" range="0" accountKey="1000" duration="1"
24
+ escrow="9195.56" price="250.00" bid="1" issued="2007-12-02 13:58:31" />
25
+ <row orderID="5630654" charID="150208955" stationID="60010783" volEntered="1234" volRemaining="1234"
26
+ minVolume="1" orderState="0" typeID="27359" range="32767" accountKey="1000" duration="1"
27
+ escrow="73208.50" price="250.00" bid="1" issued="2007-12-02 13:58:41" />
28
+ <row orderID="5630655" charID="150208955" stationID="60010783" volEntered="131" volRemaining="131"
29
+ minVolume="1" orderState="0" typeID="27359" range="1" accountKey="1000" duration="1"
30
+ escrow="7771.73" price="250.00" bid="1" issued="2007-12-02 13:58:48" />
31
+ <row orderID="5630656" charID="150208955" stationID="60010783" volEntered="1334" volRemaining="1334"
32
+ minVolume="1" orderState="1" typeID="27359" range="2" accountKey="1000" duration="1"
33
+ escrow="79141.11" price="250.00" bid="1" issued="2007-12-02 13:58:56" />
34
+ <row orderID="56330656" charID="150208955" stationID="60010783" volEntered="1334" volRemaining="1334"
35
+ minVolume="1" orderState="4" typeID="34" range="2" accountKey="1000" duration="1"
36
+ escrow="79141.11" price="250.00" bid="1" issued="2007-12-02 13:58:56" />
37
+ <row orderID="56230656" charID="150208955" stationID="60010783" volEntered="1334" volRemaining="1334"
38
+ minVolume="1" orderState="5" typeID="35" range="2" accountKey="1000" duration="1"
39
+ escrow="79141.11" price="250.00" bid="1" issued="2007-12-02 13:58:56" />
40
+ </rowset>
41
+ </result>
42
+ <cachedUntil>2007-12-02 15:55:43</cachedUntil>
43
+ </eveapi>
@@ -0,0 +1,22 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-21 17:59:54</currentTime>
3
+ <result>
4
+ <rowset name="members" key="characterID">
5
+ <row characterID="150336922" name="corpexport"
6
+ startDateTime="2007-06-13 14:39:00" baseID="0" base=""
7
+ title="asdf" logonDateTime="2007-06-16 21:12:00"
8
+ logoffDateTime="2007-06-16 21:36:00" locationID="60011566"
9
+ location="Bourynes VII - Moon 2 - University of Caille School"
10
+ shipTypeID="606" shipType="Velator" roles="0"
11
+ grantableRoles="0" />
12
+ <row characterID="150337897" name="corpslave"
13
+ startDateTime="2007-06-14 13:14:00" baseID="0" base=""
14
+ title="" logonDateTime="2007-06-16 21:14:00"
15
+ logoffDateTime="2007-06-16 21:35:00" locationID="60011566"
16
+ location="Bourynes VII - Moon 2 - University of Caille School"
17
+ shipTypeID="670" shipType="Capsule" roles="22517998271070336"
18
+ grantableRoles="0" />
19
+ </rowset>
20
+ </result>
21
+ <cachedUntil>2007-06-21 18:59:54</cachedUntil>
22
+ </eveapi>
@@ -0,0 +1,30 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2007-12-19 22:15:52</currentTime>
4
+ <result>
5
+ <corporationID>134300597</corporationID>
6
+ <corporationName>Ad Astra Per Aspera</corporationName>
7
+ <ticker>ASTRA</ticker>
8
+ <ceoID>127329952</ceoID>
9
+ <ceoName>Herr Drown</ceoName>
10
+ <stationID>60013402</stationID>
11
+ <stationName>98Q-8O VII - Moon 16 - Intaki Commerce Trading Post</stationName>
12
+ <description>A rough road leads to the stars.</description>
13
+ <url />
14
+ <allianceID>824518128</allianceID>
15
+ <allianceName>GoonSwarm</allianceName>
16
+ <taxRate>100</taxRate>
17
+ <memberCount>3</memberCount>
18
+ <shares>9000</shares>
19
+ <logo>
20
+ <graphicID>0</graphicID>
21
+ <shape1>531</shape1>
22
+ <shape2>512</shape2>
23
+ <shape3>0</shape3>
24
+ <color1>678</color1>
25
+ <color2>671</color2>
26
+ <color3>0</color3>
27
+ </logo>
28
+ </result>
29
+ <cachedUntil>2007-12-20 04:15:52</cachedUntil>
30
+ </eveapi>
@@ -0,0 +1,14 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-18 22:43:27</currentTime>
3
+ <result>
4
+ <rowset name="refTypes">
5
+ <row refTypeID="0" refTypeName="Undefined" />
6
+ <row refTypeID="1" refTypeName="Player Trading" />
7
+ <row refTypeID="2" refTypeName="Market Transaction" />
8
+ <row refTypeID="3" refTypeName="GM Cash Transfer" />
9
+ <row refTypeID="4" refTypeName="ATM Withdraw" />
10
+ <row refTypeID="5" refTypeName="ATM Deposit" />
11
+ </rowset>
12
+ </result>
13
+ <cachedUntil>2007-07-18 22:43:27</cachedUntil>
14
+ </eveapi>
@@ -0,0 +1,9 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-11-27 21:58:53</currentTime>
4
+ <result>
5
+ <serverOpen>True</serverOpen>
6
+ <onlinePlayers>34444</onlinePlayers>
7
+ </result>
8
+ <cachedUntil>2008-11-27 22:01:53</cachedUntil>
9
+ </eveapi>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-18 00:01:13</currentTime>
4
+ <result>
5
+ <currentTQTime offset="0">2008-02-18 00:01:13</currentTQTime>
6
+ <trainingEndTime>2008-02-20 04:30:36</trainingEndTime>
7
+ <trainingStartTime>2008-02-17 23:37:59</trainingStartTime>
8
+ <trainingTypeID>3347</trainingTypeID>
9
+ <trainingStartsp>4000</trainingStartSP>
10
+ <trainingDestinationSP>22628</trainingDestinationSP>
11
+ <trainingToLevel>2</trainingToLevel>
12
+ <skillInTraining>1</skillInTraining>
13
+ </result>
14
+ <cachedUntil>2008-02-18 00:16:13</cachedUntil>
15
+ </eveapi>
@@ -0,0 +1,7 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-21 10:57:10</currentTime>
3
+ <result>
4
+ <skillInTraining>0</skillInTraining>
5
+ </result>
6
+ <cachedUntil>2007-06-21 10:57:20</cachedUntil>
7
+ </eveapi>
@@ -0,0 +1,18 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2009-04-14 16:33:22</currentTime>
4
+ <result>
5
+ <rowset name="skillqueue" key="queuePosition" columns="queuePosition,typeID,level,startSP,endSP,startTime,endTime">
6
+ <row queuePosition="2" typeID="3374" level="4" startSP="8000" endSP="45253" startTime="2009-04-14 06:32:12" endTime="2009-04-14 17:48:05" />
7
+ <row queuePosition="3" typeID="3379" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:48:05" endTime="2009-04-14 17:52:37" />
8
+ <row queuePosition="4" typeID="3375" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:52:37" endTime="2009-04-14 17:57:10" />
9
+ <row queuePosition="5" typeID="3376" level="1" startSP="0" endSP="250" startTime="2009-04-14 17:57:10" endTime="2009-04-14 18:01:42" />
10
+ <row queuePosition="6" typeID="3379" level="2" startSP="250" endSP="1412" startTime="2009-04-14 18:01:42" endTime="2009-04-14 18:22:50" />
11
+ <row queuePosition="7" typeID="3375" level="2" startSP="250" endSP="1412" startTime="2009-04-14 18:22:50" endTime="2009-04-14 18:43:58" />
12
+ <row queuePosition="8" typeID="3379" level="3" startSP="1412" endSP="8000" startTime="2009-04-14 18:43:58" endTime="2009-04-14 20:43:26" />
13
+ <row queuePosition="9" typeID="3375" level="3" startSP="1412" endSP="8000" startTime="2009-04-14 20:43:26" endTime="2009-04-14 22:42:54" />
14
+ <row queuePosition="10" typeID="3379" level="4" startSP="8000" endSP="45253" startTime="2009-04-14 22:42:54" endTime="2009-04-15 09:58:47" />
15
+ </rowset>
16
+ </result>
17
+ <cachedUntil>2009-04-14 16:48:22</cachedUntil>
18
+ </eveapi>
@@ -0,0 +1,41 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-20 15:02:13</currentTime>
3
+ <result>
4
+ <rowset name="skillGroups" key="groupID">
5
+ <row groupName="Corporation Management" groupID="266">
6
+ <rowset name="skills" key="typeID">
7
+ <row typeName="Anchoring" groupID="266" typeID="11584">
8
+ <description>Skill at Anchoring Deployables. Can not be
9
+ trained on Trial Accounts.</description>
10
+ <rank>3</rank>
11
+ <rowset name="requiredSkills" key="typeID" />
12
+ <requiredAttributes>
13
+ <primaryAttribute>memory</primaryAttribute>
14
+ <secondaryAttribute>charisma</secondaryAttribute>
15
+ </requiredAttributes>
16
+ <rowset name="skillBonusCollection" key="bonusType">
17
+ <row bonusType="canNotBeTrainedOnTrial"
18
+ bonusValue="1" />
19
+ </rowset>
20
+ </row>
21
+ <row typeName="CFO Training" groupID="266" typeID="3369">
22
+ <description>Skill at managing corp finances. 5%
23
+ discount on all fees at non-hostile NPC station if
24
+ acting as CFO of a corp.</description>
25
+ <rank>3</rank>
26
+ <rowset name="requiredSkills" key="typeID">
27
+ <row typeID="3363" skillLevel="2" />
28
+ <row typeID="3444" skillLevel="3" />
29
+ </rowset>
30
+ <requiredAttributes>
31
+ <primaryAttribute>memory</primaryAttribute>
32
+ <secondaryAttribute>charisma</secondaryAttribute>
33
+ </requiredAttributes>
34
+ <rowset name="skillBonusCollection" key="bonusType" />
35
+ </row>
36
+ </rowset>
37
+ </row>
38
+ </rowset>
39
+ </result>
40
+ <cachedUntil>2007-06-21 10:57:20</cachedUntil>
41
+ </eveapi>
@@ -0,0 +1,29 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-18 22:42:00</currentTime>
3
+ <result>
4
+ <rowset name="solarSystems">
5
+ <row solarSystemID="30000001" allianceID="0"
6
+ constellationSovereignty="0" sovereigntyLevel="0"
7
+ factionID="500007" solarSystemName="Tanoo" />
8
+ <row solarSystemID="30000002" allianceID="0"
9
+ constellationSovereignty="0" sovereigntyLevel="0"
10
+ factionID="500007" solarSystemName="Lashesih" />
11
+ <row solarSystemID="30000003" allianceID="0"
12
+ constellationSovereignty="0" sovereigntyLevel="0"
13
+ factionID="500007" solarSystemName="Akpivem" />
14
+ <row solarSystemID="30000004" allianceID="0"
15
+ constellationSovereignty="0" sovereigntyLevel="0"
16
+ factionID="500007" solarSystemName="Jark" />
17
+ <row solarSystemID="30000005" allianceID="0"
18
+ constellationSovereignty="0" sovereigntyLevel="0"
19
+ factionID="500007" solarSystemName="Sasta" />
20
+ <row solarSystemID="30000006" allianceID="0"
21
+ constellationSovereignty="0" sovereigntyLevel="0"
22
+ factionID="500007" solarSystemName="Zaid" />
23
+ <row solarSystemID="30000007" allianceID="0"
24
+ constellationSovereignty="0" sovereigntyLevel="0"
25
+ factionID="500007" solarSystemName="Yuzier" />
26
+ </rowset>
27
+ </result>
28
+ <cachedUntil>2007-06-18 23:42:00</cachedUntil>
29
+ </eveapi>
@@ -0,0 +1,23 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-08-16 19:52:38</currentTime>
3
+ <result>
4
+ <stateTimestamp>2007-08-14 13:47:02</stateTimestamp>
5
+ <rowset name="fuel" key="typeID" columns="typeID,quantity">
6
+ <row typeID="16272" quantity="60000"/>
7
+ <row typeID="16273" quantity="60000"/>
8
+ <row typeID="24597" quantity="400"/>
9
+ <row typeID="24596" quantity="400"/>
10
+ <row typeID="24595" quantity="400"/>
11
+ <row typeID="24594" quantity="400"/>
12
+ <row typeID="24593" quantity="400"/>
13
+ <row typeID="24592" quantity="400"/>
14
+ <row typeID="16274" quantity="148500"/>
15
+ <row typeID="9848" quantity="330"/>
16
+ <row typeID="9832" quantity="2640"/>
17
+ <row typeID="3689" quantity="1650"/>
18
+ <row typeID="3683" quantity="8250"/>
19
+ <row typeID="44" quantity="1320"/>
20
+ </rowset>
21
+ </result>
22
+ <cachedUntil>2007-08-16 19:52:48</cachedUntil>
23
+ </eveapi>
@@ -0,0 +1,12 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-08-16 19:51:38</currentTime>
3
+ <result>
4
+ <rowset name="starbases" key="itemID" columns="typeID,typeName,itemID,locationID,locationName">
5
+ <row typeID="12235" typeName="Amarr Control Tower" itemID="150354725" locationID="30000380" locationName="Polaris"/>
6
+ <row typeID="20059" typeName="Amarr Control Tower Medium" itemID="150354773" locationID="30001984" locationName="EC-P8R"/>
7
+ <row typeID="12235" typeName="Amarr Control Tower" itemID="150357658" locationID="30001984" locationName="EC-P8R"/>
8
+ <row typeID="16286" typeName="Ultra Fast Control Tower" itemID="150318232" locationID="30003109" locationName="C9N-CC"/>
9
+ </rowset>
10
+ </result>
11
+ <cachedUntil>2007-08-16 19:51:50</cachedUntil>
12
+ </eveapi>
@@ -0,0 +1,17 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-18 22:40:16</currentTime>
3
+ <result>
4
+ <rowset name="accounts">
5
+ <row accountID="4759" accountKey="1000"
6
+ balance="74171957.08" />
7
+ <row accountID="5687" accountKey="1001" balance="6.05" />
8
+ <row accountID="5688" accountKey="1002" balance="0.00" />
9
+ <row accountID="5689" accountKey="1003"
10
+ balance="17349111.00" />
11
+ <row accountID="5690" accountKey="1004" balance="0.00" />
12
+ <row accountID="5691" accountKey="1005" balance="0.00" />
13
+ <row accountID="5692" accountKey="1006" balance="0.00" />
14
+ </rowset>
15
+ </result>
16
+ <cachedUntil>2007-06-18 22:40:26</cachedUntil>
17
+ </eveapi>
@@ -0,0 +1,48 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-06-21 17:49:22</currentTime>
3
+ <result>
4
+ <rowset name="entries" key="refID">
5
+ <row date="2007-06-15 14:13:00" refID="59149" refTypeID="54"
6
+ ownerName1="corpslave" ownerID1="150337897"
7
+ ownerName2="Secure Commerce Commission" ownerID2="1000132"
8
+ argName1="" argID1="0" amount="-7.93" balance="190210393.87"
9
+ reason="" />
10
+ <row date="2007-06-15 14:13:00" refID="59148" refTypeID="2"
11
+ ownerName1="University of Caille" ownerID1="1000115"
12
+ ownerName2="corpslave" ownerID2="150337897" argName1="682"
13
+ argID1="0" amount="793.13" balance="190210401.80"
14
+ reason="" />
15
+ <row date="2007-06-15 08:52:00" refID="59120" refTypeID="54"
16
+ ownerName1="corpslave" ownerID1="150337897"
17
+ ownerName2="Secure Commerce Commission" ownerID2="1000132"
18
+ argName1="" argID1="0" amount="-7.93" balance="190209608.67"
19
+ reason="" />
20
+ <row date="2007-06-15 08:52:00" refID="59119" refTypeID="2"
21
+ ownerName1="University of Caille" ownerID1="1000115"
22
+ ownerName2="corpslave" ownerID2="150337897" argName1="670"
23
+ argID1="0" amount="793.13" balance="190209616.61"
24
+ reason="" />
25
+ <row date="2007-06-15 08:51:00" refID="59110" refTypeID="54"
26
+ ownerName1="corpslave" ownerID1="150337897"
27
+ ownerName2="Secure Commerce Commission" ownerID2="1000132"
28
+ argName1="" argID1="0" amount="-11119.68"
29
+ balance="190208823.48" reason="" />
30
+ <row date="2007-06-15 08:51:00" refID="59109" refTypeID="2"
31
+ ownerName1="University of Caille" ownerID1="1000115"
32
+ ownerName2="corpslave" ownerID2="150337897" argName1="665"
33
+ argID1="0" amount="1111968.26" balance="190219943.16"
34
+ reason="" />
35
+ <row date="2007-06-15 08:48:00" refID="59090" refTypeID="54"
36
+ ownerName1="corpslave" ownerID1="150337897"
37
+ ownerName2="Secure Commerce Commission" ownerID2="1000132"
38
+ argName1="" argID1="0" amount="-11119.68"
39
+ balance="189107974.90" reason="" />
40
+ <row date="2007-06-15 08:48:00" refID="59089" refTypeID="2"
41
+ ownerName1="University of Caille" ownerID1="1000115"
42
+ ownerName2="corpslave" ownerID2="150337897" argName1="655"
43
+ argID1="0" amount="1111968.26" balance="189119094.58"
44
+ reason="" />
45
+ </rowset>
46
+ </result>
47
+ <cachedUntil>2007-06-21 17:49:32</cachedUntil>
48
+ </eveapi>
data/tester.rb ADDED
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/ruby
2
+ require 'reve'
3
+
4
+ # Create an instance of the API
5
+ api = Reve::API.new
6
+
7
+ fids = [ 797400947,892008733 ] # converting from these IDs
8
+ fnames = [ 'CCP Garthagk', 'Raquel Smith' ] # converting from these names
9
+
10
+ ids = api.character_name({ :ids => fids })
11
+ names = api.character_id({ :names => fnames })
12
+
13
+ puts 'names to IDs output'
14
+ puts names.inspect
15
+
16
+ puts 'IDs to names output'
17
+ puts ids.inspect