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,288 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-12-07 17:20:58</currentTime>
4
+ <result>
5
+ <characterID>892008733</characterID>
6
+ <name>Raquel Smith</name>
7
+ <race>Caldari</race>
8
+ <bloodLine>Civire</bloodLine>
9
+ <gender>Female</gender>
10
+ <corporationName>Freedom-Technologies</corporationName>
11
+ <corporationID>1668136112</corporationID>
12
+ <cloneName>Clone Grade Pi</cloneName>
13
+ <cloneSkillPoints>54600000</cloneSkillPoints>
14
+ <balance>270331126.64</balance>
15
+ <attributeEnhancers>
16
+ <memoryBonus>
17
+ <augmentatorName>Memory Augmentation - Standard</augmentatorName>
18
+ <augmentatorValue>4</augmentatorValue>
19
+ </memoryBonus>
20
+ <willpowerBonus>
21
+ <augmentatorName>Neural Boost - Standard</augmentatorName>
22
+ <augmentatorValue>4</augmentatorValue>
23
+ </willpowerBonus>
24
+ <perceptionBonus>
25
+ <augmentatorName>Ocular Filter - Standard</augmentatorName>
26
+ <augmentatorValue>4</augmentatorValue>
27
+ </perceptionBonus>
28
+ <intelligenceBonus>
29
+ <augmentatorName>Cybernetic Subprocessor - Standard</augmentatorName>
30
+ <augmentatorValue>4</augmentatorValue>
31
+ </intelligenceBonus>
32
+ <charismaBonus>
33
+ <augmentatorName>Social Adaptation Chip - Standard</augmentatorName>
34
+ <augmentatorValue>4</augmentatorValue>
35
+ </charismaBonus>
36
+ </attributeEnhancers>
37
+ <attributes>
38
+ <intelligence>6</intelligence>
39
+ <memory>4</memory>
40
+ <charisma>6</charisma>
41
+ <perception>12</perception>
42
+ <willpower>11</willpower>
43
+ </attributes>
44
+ <rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished">
45
+ <row typeID="11584" skillpoints="750" level="1" />
46
+ <row typeID="3363" skillpoints="250" level="1" />
47
+ <row typeID="12487" skillpoints="7072" level="2" />
48
+ <row typeID="24241" skillpoints="41555" level="3" />
49
+ <row typeID="23618" skillpoints="1250" level="1" />
50
+ <row typeID="3442" skillpoints="1280000" level="5" />
51
+ <row typeID="12305" skillpoints="1415" level="2" />
52
+ <row typeID="23606" skillpoints="8000" level="3" />
53
+ <row typeID="3436" skillpoints="256000" level="5" />
54
+ <row typeID="12486" skillpoints="7072" level="2" />
55
+ <row typeID="3438" skillpoints="500" level="1" />
56
+ <row typeID="3437" skillpoints="256000" level="5" />
57
+ <row typeID="11579" skillpoints="1536000" level="5" />
58
+ <row typeID="21603" skillpoints="1250" level="1" />
59
+ <row typeID="3427" skillpoints="16000" level="3" />
60
+ <row typeID="3426" skillpoints="256000" level="5" />
61
+ <row typeID="3432" skillpoints="512000" level="5" />
62
+ <row typeID="19760" skillpoints="135765" level="4" />
63
+ <row typeID="19759" skillpoints="32000" level="3" />
64
+ <row typeID="3428" skillpoints="512000" level="5" />
65
+ <row typeID="3430" skillpoints="24000" level="3" />
66
+ <row typeID="3435" skillpoints="750" level="1" />
67
+ <row typeID="3433" skillpoints="135765" level="4" />
68
+ <row typeID="19766" skillpoints="226275" level="4" />
69
+ <row typeID="3431" skillpoints="256000" level="5" />
70
+ <row typeID="3551" skillpoints="8000" level="3" />
71
+ <row typeID="19921" skillpoints="750" level="1" />
72
+ <row typeID="3429" skillpoints="256000" level="5" />
73
+ <row typeID="12365" skillpoints="90510" level="4" />
74
+ <row typeID="3423" skillpoints="16000" level="3" />
75
+ <row typeID="3424" skillpoints="512000" level="5" />
76
+ <row typeID="3418" skillpoints="768000" level="5" />
77
+ <row typeID="3417" skillpoints="256000" level="5" />
78
+ <row typeID="3413" skillpoints="256000" level="5" />
79
+ <row typeID="12367" skillpoints="16000" level="3" />
80
+ <row typeID="12366" skillpoints="16000" level="3" />
81
+ <row typeID="21059" skillpoints="512000" level="5" />
82
+ <row typeID="3422" skillpoints="2" level="0" />
83
+ <row typeID="3419" skillpoints="768000" level="5" />
84
+ <row typeID="3416" skillpoints="256000" level="5" />
85
+ <row typeID="3425" skillpoints="512000" level="5" />
86
+ <row typeID="3420" skillpoints="1024000" level="5" />
87
+ <row typeID="11566" skillpoints="16000" level="3" />
88
+ <row typeID="11207" skillpoints="1536000" level="5" />
89
+ <row typeID="3300" skillpoints="45255" level="4" />
90
+ <row typeID="3304" skillpoints="4243" level="2" />
91
+ <row typeID="3311" skillpoints="2" level="0" />
92
+ <row typeID="3301" skillpoints="17842" level="3" />
93
+ <row typeID="3318" skillpoints="512000" level="5" />
94
+ <row typeID="12183" skillpoints="4243" level="2" />
95
+ <row typeID="12186" skillpoints="16000" level="3" />
96
+ <row typeID="16281" skillpoints="45255" level="4" />
97
+ <row typeID="3380" skillpoints="256000" level="5" />
98
+ <row typeID="12187" skillpoints="16000" level="3" />
99
+ <row typeID="12188" skillpoints="90510" level="4" />
100
+ <row typeID="3387" skillpoints="90510" level="4" />
101
+ <row typeID="3386" skillpoints="256000" level="5" />
102
+ <row typeID="22578" skillpoints="63559" level="3" />
103
+ <row typeID="12190" skillpoints="90510" level="4" />
104
+ <row typeID="12191" skillpoints="45255" level="4" />
105
+ <row typeID="3388" skillpoints="24000" level="3" />
106
+ <row typeID="12192" skillpoints="45255" level="4" />
107
+ <row typeID="3389" skillpoints="331118" level="4" />
108
+ <row typeID="3385" skillpoints="256000" level="5" />
109
+ <row typeID="12193" skillpoints="45255" level="4" />
110
+ <row typeID="24268" skillpoints="750" level="1" />
111
+ <row typeID="12195" skillpoints="45255" level="4" />
112
+ <row typeID="3348" skillpoints="256000" level="5" />
113
+ <row typeID="22536" skillpoints="16000" level="3" />
114
+ <row typeID="3354" skillpoints="271530" level="4" />
115
+ <row typeID="3377" skillpoints="256000" level="5" />
116
+ <row typeID="12387" skillpoints="768000" level="5" />
117
+ <row typeID="12385" skillpoints="768000" level="5" />
118
+ <row typeID="3376" skillpoints="256000" level="5" />
119
+ <row typeID="12386" skillpoints="768000" level="5" />
120
+ <row typeID="3378" skillpoints="256000" level="5" />
121
+ <row typeID="3375" skillpoints="256000" level="5" />
122
+ <row typeID="3374" skillpoints="256000" level="5" />
123
+ <row typeID="12376" skillpoints="768000" level="5" />
124
+ <row typeID="12383" skillpoints="30" level="0" />
125
+ <row typeID="3379" skillpoints="256000" level="5" />
126
+ <row typeID="26254" skillpoints="750" level="1" />
127
+ <row typeID="3394" skillpoints="90510" level="4" />
128
+ <row typeID="26252" skillpoints="16000" level="3" />
129
+ <row typeID="26260" skillpoints="750" level="1" />
130
+ <row typeID="3392" skillpoints="256000" level="5" />
131
+ <row typeID="3393" skillpoints="250" level="1" />
132
+ <row typeID="25863" skillpoints="4247" level="2" />
133
+ <row typeID="20212" skillpoints="2048000" level="5" />
134
+ <row typeID="3326" skillpoints="1280000" level="5" />
135
+ <row typeID="3322" skillpoints="2" level="0" />
136
+ <row typeID="20312" skillpoints="1280000" level="5" />
137
+ <row typeID="25718" skillpoints="226275" level="4" />
138
+ <row typeID="25719" skillpoints="768000" level="5" />
139
+ <row typeID="20211" skillpoints="226275" level="4" />
140
+ <row typeID="3324" skillpoints="768000" level="5" />
141
+ <row typeID="12441" skillpoints="512000" level="5" />
142
+ <row typeID="3319" skillpoints="256000" level="5" />
143
+ <row typeID="12442" skillpoints="1024000" level="5" />
144
+ <row typeID="21071" skillpoints="512000" level="5" />
145
+ <row typeID="3320" skillpoints="1415" level="2" />
146
+ <row typeID="20210" skillpoints="750" level="1" />
147
+ <row typeID="3321" skillpoints="512000" level="5" />
148
+ <row typeID="20314" skillpoints="512000" level="5" />
149
+ <row typeID="3325" skillpoints="32000" level="3" />
150
+ <row typeID="20315" skillpoints="1280000" level="5" />
151
+ <row typeID="3452" skillpoints="32000" level="3" />
152
+ <row typeID="3450" skillpoints="45255" level="4" />
153
+ <row typeID="3453" skillpoints="512000" level="5" />
154
+ <row typeID="3451" skillpoints="16000" level="3" />
155
+ <row typeID="3454" skillpoints="226275" level="4" />
156
+ <row typeID="3449" skillpoints="256000" level="5" />
157
+ <row typeID="3455" skillpoints="45255" level="4" />
158
+ <row typeID="3410" skillpoints="768000" level="5" />
159
+ <row typeID="3412" skillpoints="750" level="1" />
160
+ <row typeID="3411" skillpoints="135765" level="4" />
161
+ <row typeID="11448" skillpoints="4" level="0" />
162
+ <row typeID="11453" skillpoints="7072" level="2" />
163
+ <row typeID="24242" skillpoints="1415" level="2" />
164
+ <row typeID="3406" skillpoints="45255" level="4" />
165
+ <row typeID="3409" skillpoints="135765" level="4" />
166
+ <row typeID="11442" skillpoints="1250" level="1" />
167
+ <row typeID="3403" skillpoints="8000" level="3" />
168
+ <row typeID="3402" skillpoints="256000" level="5" />
169
+ <row typeID="24270" skillpoints="4243" level="2" />
170
+ <row typeID="3359" skillpoints="750" level="1" />
171
+ <row typeID="3357" skillpoints="8000" level="3" />
172
+ <row typeID="16549" skillpoints="8000" level="3" />
173
+ <row typeID="3356" skillpoints="500" level="1" />
174
+ <row typeID="16548" skillpoints="8000" level="3" />
175
+ <row typeID="3355" skillpoints="8000" level="3" />
176
+ <row typeID="12095" skillpoints="181020" level="4" />
177
+ <row typeID="12099" skillpoints="1536000" level="5" />
178
+ <row typeID="3338" skillpoints="2048000" level="5" />
179
+ <row typeID="3334" skillpoints="1280000" level="5" />
180
+ <row typeID="3330" skillpoints="512000" level="5" />
181
+ <row typeID="3342" skillpoints="1024000" level="5" />
182
+ <row typeID="23950" skillpoints="2000" level="1" />
183
+ <row typeID="12093" skillpoints="181020" level="4" />
184
+ <row typeID="12097" skillpoints="2829" level="2" />
185
+ <row typeID="22551" skillpoints="1280000" level="5" />
186
+ <row typeID="16591" skillpoints="1536000" level="5" />
187
+ <row typeID="28667" skillpoints="1003" level="0" />
188
+ <row typeID="17940" skillpoints="1024000" level="5" />
189
+ <row typeID="3327" skillpoints="256000" level="5" />
190
+ <row typeID="19719" skillpoints="48000" level="3" />
191
+ <row typeID="3446" skillpoints="500" level="1" />
192
+ <row typeID="25235" skillpoints="250" level="1" />
193
+ <row typeID="16598" skillpoints="3" level="0" />
194
+ <row typeID="3444" skillpoints="16000" level="3" />
195
+ <row typeID="3443" skillpoints="1415" level="2" />
196
+ </rowset>
197
+ <rowset name="certificates" key="certificateID" columns="certificateID">
198
+ <row certificateID="1" />
199
+ <row certificateID="2" />
200
+ <row certificateID="3" />
201
+ <row certificateID="4" />
202
+ <row certificateID="5" />
203
+ <row certificateID="6" />
204
+ <row certificateID="7" />
205
+ <row certificateID="8" />
206
+ <row certificateID="9" />
207
+ <row certificateID="10" />
208
+ <row certificateID="11" />
209
+ <row certificateID="12" />
210
+ <row certificateID="13" />
211
+ <row certificateID="15" />
212
+ <row certificateID="16" />
213
+ <row certificateID="19" />
214
+ <row certificateID="20" />
215
+ <row certificateID="53" />
216
+ <row certificateID="54" />
217
+ <row certificateID="55" />
218
+ <row certificateID="57" />
219
+ <row certificateID="58" />
220
+ <row certificateID="59" />
221
+ <row certificateID="61" />
222
+ <row certificateID="62" />
223
+ <row certificateID="135" />
224
+ <row certificateID="136" />
225
+ <row certificateID="137" />
226
+ <row certificateID="138" />
227
+ <row certificateID="139" />
228
+ <row certificateID="146" />
229
+ <row certificateID="147" />
230
+ <row certificateID="149" />
231
+ <row certificateID="151" />
232
+ <row certificateID="153" />
233
+ <row certificateID="161" />
234
+ <row certificateID="165" />
235
+ <row certificateID="177" />
236
+ <row certificateID="180" />
237
+ <row certificateID="181" />
238
+ <row certificateID="182" />
239
+ <row certificateID="186" />
240
+ <row certificateID="189" />
241
+ <row certificateID="190" />
242
+ <row certificateID="200" />
243
+ <row certificateID="212" />
244
+ <row certificateID="216" />
245
+ <row certificateID="270" />
246
+ <row certificateID="239" />
247
+ <row certificateID="278" />
248
+ <row certificateID="282" />
249
+ <row certificateID="31" />
250
+ <row certificateID="32" />
251
+ <row certificateID="33" />
252
+ <row certificateID="311" />
253
+ <row certificateID="314" />
254
+ <row certificateID="258" />
255
+ </rowset>
256
+ <rowset name="corporationRoles" key="roleID" columns="roleID,roleName">
257
+ <row roleID="2199023255552" roleName="roleEquipmentConfig" />
258
+ </rowset>
259
+ <rowset name="corporationRolesAtHQ" key="roleID" columns="roleID,roleName">
260
+ <row roleID="65536" roleName="roleHangarCanTake4" />
261
+ <row roleID="131072" roleName="roleHangarCanTake5" />
262
+ <row roleID="8388608" roleName="roleHangarCanQuery4" />
263
+ <row roleID="16777216" roleName="roleHangarCanQuery5" />
264
+ <row roleID="35184372088832" roleName="roleContainerCanTake4" />
265
+ <row roleID="70368744177664" roleName="roleContainerCanTake5" />
266
+ </rowset>
267
+ <rowset name="corporationRolesAtBase" key="roleID" columns="roleID,roleName">
268
+ <row roleID="65536" roleName="roleHangarCanTake4" />
269
+ <row roleID="131072" roleName="roleHangarCanTake5" />
270
+ <row roleID="8388608" roleName="roleHangarCanQuery4" />
271
+ <row roleID="16777216" roleName="roleHangarCanQuery5" />
272
+ <row roleID="35184372088832" roleName="roleContainerCanTake4" />
273
+ <row roleID="70368744177664" roleName="roleContainerCanTake5" />
274
+ </rowset>
275
+ <rowset name="corporationRolesAtOther" key="roleID" columns="roleID,roleName">
276
+ <row roleID="65536" roleName="roleHangarCanTake4" />
277
+ <row roleID="131072" roleName="roleHangarCanTake5" />
278
+ <row roleID="8388608" roleName="roleHangarCanQuery4" />
279
+ <row roleID="16777216" roleName="roleHangarCanQuery5" />
280
+ <row roleID="35184372088832" roleName="roleContainerCanTake4" />
281
+ <row roleID="70368744177664" roleName="roleContainerCanTake5" />
282
+ </rowset>
283
+ <rowset name="corporationTitles" key="titleID" columns="titleID,titleName">
284
+ <row titleID="1" titleName="Member" />
285
+ </rowset>
286
+ </result>
287
+ <cachedUntil>2008-12-07 18:21:01</cachedUntil>
288
+ </eveapi>
@@ -0,0 +1,11 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-18 00:25:03</currentTime>
4
+ <result>
5
+ <rowset name="characters" key="characterID" columns="name,characterID">
6
+ <row name="CCP Garthagk" characterID="797400947" xmlns:row="characterID" />
7
+ <row name="Raquel Smith" characterID="892008733" xmlns:row="characterID" />
8
+ </rowset>
9
+ </result>
10
+ <cachedUntil>2008-03-18 00:25:03</cachedUntil>
11
+ </eveapi>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-01-19 13:06:24</currentTime>
4
+ <result>
5
+ <rowset columns="name,characterID" name="characters" key="characterID">
6
+ <row name="CCP Garthagk" characterid="797400947">
7
+ </row><row name="Raquel Smith" characterid="892008733">
8
+ </row></rowset>
9
+ </result>
10
+ <cacheduntil>2008-02-19 13:06:24</cacheduntil>
11
+ </eveapi>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>2007-08-08 17:00:15</currentTime>
4
+ <result>
5
+ <rowset name="characters" key="characterID"
6
+ columns="name,characterID,corporationName,corporationID">
7
+ <row name="Test Character" characterID="1234567890"
8
+ corporationName="School of Applied Knowledge"
9
+ corporationID="1000044" />
10
+ </rowset>
11
+ </result>
12
+ <cachedUntil>2007-08-08 18:00:15</cachedUntil>
13
+ </eveapi>
@@ -0,0 +1,12 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2009-02-17 16:33:24</currentTime>
4
+ <result>
5
+ <rowset name="outposts" key="stationID" columns="stationID,stationName,stationTypeID,solarSystemID,corporationID,corporationName">
6
+ <row stationID="61000095" stationName="Mindframe Savings and Loan" stationTypeID="21646" solarSystemID="30003230" corporationID="709221692" corporationName="Blueprint Haus" />
7
+ <row stationID="61000096" stationName="Q3 Manlove Division" stationTypeID="21644" solarSystemID="30000324" corporationID="1639878825" corporationName="Initiative Holding" />
8
+ <row stationID="61000097" stationName="3L Elrac's Bag of Nuts" stationTypeID="21646" solarSystemID="30000448" corporationID="1519479143" corporationName="Scorched Earth Holdings" />
9
+ </rowset>
10
+ </result>
11
+ <cachedUntil>2009-02-17 17:33:24</cachedUntil>
12
+ </eveapi>
@@ -0,0 +1,17 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-06-29 20:23:23</currentTime>
4
+ <result>
5
+ <factionID>500001</factionID>
6
+ <factionName>Caldari State</factionName>
7
+ <enlisted>2008-06-10 22:10:00</enlisted>
8
+ <pilots>4</pilots>
9
+ <killsYesterday>3</killsYesterday>
10
+ <killsLastWeek>4</killsLastWeek>
11
+ <killsTotal>5</killsTotal>
12
+ <victoryPointsYesterday>124</victoryPointsYesterday>
13
+ <victoryPointsLastWeek>906</victoryPointsLastWeek>
14
+ <victoryPointsTotal>2690</victoryPointsTotal>
15
+ </result>
16
+ <cachedUntil>2008-06-29 21:23:23</cachedUntil>
17
+ </eveapi>
@@ -0,0 +1,23 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-12-09 16:14:53</currentTime>
4
+ <result>
5
+ <rowset name="medals" key="medalID" columns="medalID,title,description,creatorID,created">
6
+ <row medalID="5955" title="Dagger of Courage" description="Rewarded for showing remarkable courage on the battle field." creatorID="777051796" created="2008-11-16 22:38:00" />
7
+ <row medalID="5958" title="Sword of Devastation" description="This is a commendation for single-handedly causing extraordinary damage to an enemy fleet during an engagement." creatorID="777051796" created="2008-11-16 22:44:00" />
8
+ <row medalID="5965" title="Shield of Fire" description="This medal is given for spectacular performance during a defensive operation of Vanguard Frontiers assets." creatorID="777051796" created="2008-11-16 22:51:00" />
9
+ <row medalID="5966" title="Albatross Eye" description="Thorough reconnaissance can decide battles and win wars. This medal is bestowed to recognize superb reconnaissance work that is influential to victory in a significant engagement or changing the course of a war or conflict as a whole&lt;br&gt;" creatorID="777051796" created="2008-11-16 22:54:00" />
10
+
11
+ <row medalID="5977" title="Medal of Sacrifice" description="In battle, we are always asked to put our vessels on the line. This award salutes a substantial loss such as a super capital in combat." creatorID="777051796" created="2008-11-16 23:13:00" />
12
+ <row medalID="5980" title="Coin of Opulence" description="This accolade is received for designing or improving upon a service or method of operation that nets the corp considerable profits." creatorID="777051796" created="2008-11-16 23:19:00" />
13
+ <row medalID="5985" title="Star of Scientific Genius" description="No industrial operation can continue to grow without research and development in new technologies. This award shows that the recipient has shown dedication and substantial worth in our R&amp;amp;D department." creatorID="777051796" created="2008-11-16 23:26:00" />
14
+ <row medalID="5990" title="Excellency of Service" description="This medal is designed as a very rare acknowledgment of unwavering dedication to Vanguard Frontiers, and indicates a career of service that has helped the corporation grow and improve as a whole over time." creatorID="777051796" created="2008-11-16 23:35:00" />
15
+ <row medalID="5993" title="Herald's Cloak" description="Leadership requires charisma, focus, and intelligence. This award commends those that step up to help lead Vanguard Frontiers and make outstanding improvements to the corporation as a whole or a specific division." creatorID="777051796" created="2008-11-16 23:41:00" />
16
+ <row medalID="6054" title="Engineer's Hammer" description="This medal symbolizes colossal achievements in furthering our industrial power." creatorID="777051796" created="2008-11-17 03:17:00" />
17
+ <row medalID="6057" title="Tribute of Tactical Mastery" description="This award is received for performance as a Fleet Commander that is regularly above the average and indicates brilliance as a combat leader." creatorID="777051796" created="2008-11-17 03:25:00" />
18
+ <row medalID="6059" title="Badge of Logistical Prowess" description="Given to indicate regular and influential transport of materials and supplies to further a war effort or accommodate industry needs." creatorID="777051796" created="2008-11-17 03:27:00" />
19
+ </rowset>
20
+
21
+ </result>
22
+ <cachedUntil>2008-12-10 15:14:54</cachedUntil>
23
+ </eveapi>
@@ -0,0 +1,20 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-12-09 16:11:53</currentTime>
4
+ <result>
5
+ <rowset name="issuedMedals" key="medalID" columns="medalID,characterID,reason,status,issuerID,issued">
6
+ <row medalID="5977" characterID="880633555" reason="Repeatedly putting his capitals on the line to serve the alliance" status="public" issuerID="1570039227" issued="2008-11-30 21:06:30" />
7
+ <row medalID="5977" characterID="1661585835" reason="Pitting his Aeon on the line for service to alliance" status="public" issuerID="1570039227" issued="2008-11-30 21:04:52" />
8
+ <row medalID="5980" characterID="937179397" reason="Generating isk for the corp" status="public" issuerID="1570039227" issued="2008-11-30 21:09:26" />
9
+ <row medalID="5985" characterID="789116771" reason="For coordinating corp R@D efforts and ensuring t2 blueprints are available to the builders" status="public" issuerID="1570039227" issued="2008-11-30 21:12:40" />
10
+
11
+ <row medalID="5990" characterID="854533890" reason="Getting a large amount of corp assets out of station being sieged by BOB and showing us all an example" status="public" issuerID="1570039227" issued="2008-11-30 21:19:17" />
12
+ <row medalID="5990" characterID="1070652613" reason="Making VAF Mart which defined VAF as a corp and made us known to Eve Universe" status="public" issuerID="1570039227" issued="2008-11-30 21:17:08" />
13
+ <row medalID="5990" characterID="1570039227" reason="Our queen and guiding star" status="public" issuerID="777051796" issued="2008-11-30 21:30:29" />
14
+ <row medalID="6054" characterID="634293843" reason="For managing corp production and training the rest of the corp to understand our system" status="public" issuerID="1570039227" issued="2008-11-30 21:10:55" />
15
+ <row medalID="6059" characterID="1248290474" reason="For showing us all how the logistics should be done" status="public" issuerID="1570039227" issued="2008-11-30 21:15:41" />
16
+ </rowset>
17
+ </result>
18
+ <cachedUntil>2008-12-10 15:11:53</cachedUntil>
19
+
20
+ </eveapi>
@@ -0,0 +1,49 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <eveapi version="2">
3
+ <currentTime>2009-01-13 20:56:21</currentTime>
4
+ <result>
5
+ <member characterID="194329244" name="Test Pilot">
6
+ <rowset name="roles" key="roleID" columns="roleID,roleName">
7
+ <row roleID="1" roleName="roleDirector" />
8
+ </rowset>
9
+
10
+ <rowset name="grantableRoles" key="roleID" columns="roleID,roleName" />
11
+ <rowset name="rolesAtHQ" key="roleID" columns="roleID,roleName">
12
+ <row roleID="1" roleName="roleDirector" />
13
+ </rowset>
14
+ <rowset name="grantableRolesAtHQ" key="roleID" columns="roleID,roleName" />
15
+ <rowset name="rolesAtBase" key="roleID" columns="roleID,roleName">
16
+ <row roleID="1" roleName="roleDirector" />
17
+ </rowset>
18
+ <rowset name="grantableRolesAtBase" key="roleID" columns="roleID,roleName" />
19
+
20
+ <rowset name="rolesAtOther" key="roleID" columns="roleID,roleName">
21
+ <row roleID="1" roleName="roleDirector" />
22
+ </rowset>
23
+ <rowset name="grantableRolesAtOther" key="roleID" columns="roleID,roleName" />
24
+ <rowset name="titles" key="titleID" columns="titleID,titleName">
25
+ <row titleID="1" titleName="01 Pilot" />
26
+ </rowset>
27
+ </member>
28
+ <member characterID="201320849" name="Test Pilot 2">
29
+
30
+ <rowset name="roles" key="roleID" columns="roleID,roleName" />
31
+ <rowset name="grantableRoles" key="roleID" columns="roleID,roleName" />
32
+ <rowset name="rolesAtHQ" key="roleID" columns="roleID,roleName" />
33
+ <rowset name="grantableRolesAtHQ" key="roleID" columns="roleID,roleName" />
34
+ <rowset name="rolesAtBase" key="roleID" columns="roleID,roleName" />
35
+ <rowset name="grantableRolesAtBase" key="roleID" columns="roleID,roleName" />
36
+ <rowset name="rolesAtOther" key="roleID" columns="roleID,roleName" />
37
+ <rowset name="grantableRolesAtOther" key="roleID" columns="roleID,roleName" />
38
+ <rowset name="titles" key="titleID" columns="titleID,titleName">
39
+
40
+ <row titleID="1" titleName="01" />
41
+ <row titleID="2" titleName="02" />
42
+ <row titleID="64" titleName="07" />
43
+ <row titleID="256" titleName="09" />
44
+ <row titleID="512" titleName="10" />
45
+ </rowset>
46
+ </member>
47
+ </result>
48
+ <cachedUntil>2009-01-13 21:56:22</cachedUntil>
49
+ </eveapi>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 14:51:15</currentTime>
4
+ <result>
5
+ <rowset columns="itemID,locationID,typeID,quantity,flag,singleton" name="assets" key="itemID">
6
+ <row typeid="215" itemid="1454093021" singleton="0" quantity="100" flag="62" locationid="60003838">
7
+ </row>
8
+ <row typeid="649" itemid="543447240" singleton="1" quantity="1" flag="4" locationid="60003913">
9
+ <rowset columns="itemID,typeID,quantity,flag,singleton" name="contents" key="itemID">
10
+ <row typeid="11489" itemid="782544272" singleton="1" quantity="1" flag="5">
11
+ </row></rowset>
12
+ </row>
13
+ </rowset>
14
+ </result>
15
+ <cacheduntil>2008-02-04 13:51:15</cacheduntil>
16
+ </eveapi>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 14:50:26</currentTime>
4
+ <result>
5
+ <rowset columns="orderID,charID,stationID,volEntered,volRemaining,minVolume,orderState,typeID,range,accountKey,duration,escrow,price,bid,issued" name="orders" key="orderID">
6
+ <row minvolume="1" price="2.50" orderid="640467432" typeid="215" volremaining="50" issued="2008-02-03 14:47:15" stationid="60003838" volentered="50" escrow="0.00" charid="892804655" orderstate="0" bid="0" accountkey="1000" range="32767" duration="90">
7
+ </row></rowset>
8
+ </result>
9
+ <cachedUntil>2008-02-03 15:50:26</cachedUntil>
10
+ </eveapi>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 14:50:39</currentTime>
4
+ <result>
5
+ <rowset columns="accountID,accountKey,balance" name="accounts" key="accountID">
6
+ <row accountID="9161533" accountKey="1000" balance="18004409.84">
7
+ </row><row accountID="13679725" accountKey="1001" balance="0.00">
8
+ </row><row accountID="13679726" accountKey="1002" balance="0.00">
9
+ </row><row accountID="13679727" accountKey="1003" balance="0.00">
10
+ </row><row accountID="13679728" accountKey="1004" balance="0.00">
11
+ </row><row accountID="13679729" accountKey="1005" balance="0.00">
12
+ </row><row accountID="13679730" accountKey="1006" balance="0.00">
13
+ </row></rowset>
14
+ </result>
15
+ <cacheduntil>2008-02-03 15:05:39</cacheduntil>
16
+ </eveapi>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 14:51:03</currentTime>
4
+ <result>
5
+ <rowset columns="date,refID,refTypeID,ownerName1,ownerID1,ownerName2,ownerID2,argName1,argID1,amount,balance,reason" name="entries" key="refID">
6
+ <row date="2008-02-03 14:47:00" argID1="1" argName1="EVE System" amount="-100.00" ownerID1="892804655" refID="922128913" ownerName1="Liquidator Brunt" refTypeID="46" ownerID2="1000035" reason="" ownerName2="Caldari Navy" balance="18004409.84">
7
+ </row><row date="2008-02-03 14:47:00" argID1="0" argName1="" amount="-270.00" ownerID1="892804655" refID="922126594" ownerName1="Liquidator Brunt" refTypeID="42" ownerID2="0" reason="" ownerName2="" balance="18004509.84">
8
+ </row></rowset>
9
+ </result>
10
+ <cacheduntil>2008-02-03 15:51:03</cacheduntil>
11
+ </eveapi>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <eveapi version="2">
3
+ <currentTime>2008-02-03 14:50:52</currentTime>
4
+ <result>
5
+ <rowset columns="transactionDateTime,transactionID,quantity,typeName,typeID,price,clientID,clientName,characterID,characterName,stationID,stationName,transactionType,transactionFor" name="transactions" key="transactionID">
6
+ <row characterName="Liquidator Brunt" price="2.70" transactionType="buy" typeID="215" transactionID="545372452" transactionDateTime="2008-02-03 14:47:00" transactionFor="corporation" stationID="60003838" characterID="892804655" clientName="Ceredrif" quantity="100" stationName="Sarekuwa III - Moon 8 - Caldari Navy Assembly Plant" typeName="Iron Charge S" clientID="1710698307">
7
+ </row></rowset>
8
+ </result>
9
+ <cacheduntil>2008-02-03 15:50:52</cacheduntil>
10
+ </eveapi>
@@ -0,0 +1,52 @@
1
+ <eveapi version="1">
2
+ <currentTime>2007-11-12 16:10:38</currentTime>
3
+ <result>
4
+ <corporationID>150212025</corporationID>
5
+ <corporationName>Banana Republic</corporationName>
6
+ <ticker>BR</ticker>
7
+ <ceoID>150208955</ceoID>
8
+ <ceoName>Mark Roled</ceoName>
9
+ <stationID>60003469</stationID>
10
+ <stationName>
11
+ Jita IV - Caldari Business Tribunal Information Center
12
+ </stationName>
13
+ <description>
14
+ Garth's testing corp of awesome sauce, win sauce as it were. In this corp...&lt;br&gt;&lt;br&gt;IT HAPPENS ALL OVER
15
+ </description>
16
+ <url />
17
+ <allianceID>150430947</allianceID>
18
+ <allianceName>The Dead Rabbits</allianceName>
19
+ <taxRate>93.7</taxRate>
20
+ <memberCount>3</memberCount>
21
+ <memberLimit>6300</memberLimit>
22
+ <shares>1</shares>
23
+ <rowset name="divisions" key="accountKey">
24
+ <row accountKey="1000" description="1ST DIVISION"/>
25
+ <row accountKey="1001" description="2ND DIVISION"/>
26
+ <row accountKey="1002" description="HELLO"/>
27
+ <row accountKey="1003" description="DIVISION"/>
28
+ <row accountKey="1004" description="SWEET"/>
29
+ <row accountKey="1005" description="6TH DIVISION"/>
30
+ <row accountKey="1006" description="7TH DIVISION"/>
31
+ </rowset>
32
+ <rowset name="walletDivisions" key="accountKey">
33
+ <row accountKey="1000" description="Master Wallet"/>
34
+ <row accountKey="1001" description="2nd Wallet Division"/>
35
+ <row accountKey="1002" description="3rd Wallet Division"/>
36
+ <row accountKey="1003" description="AYE WALLET?"/>
37
+ <row accountKey="1004" description="5th Wallet Division"/>
38
+ <row accountKey="1005" description="6th Wallet Division"/>
39
+ <row accountKey="1006" description="7th Wallet Division"/>
40
+ </rowset>
41
+ <logo>
42
+ <graphicID>0</graphicID>
43
+ <shape1>448</shape1>
44
+ <shape2>0</shape2>
45
+ <shape3>418</shape3>
46
+ <color1>681</color1>
47
+ <color2>676</color2>
48
+ <color3>0</color3>
49
+ </logo>
50
+ </result>
51
+ <cachedUntil>2007-11-12 17:10:38</cachedUntil>
52
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="100">Expected before ref/trans ID = 0: wallet not previously loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="101">Wallet exhausted: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="102">Expected before ref/trans ID [{0}] but supplied [{1}]: wallet previously loaded.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>Sun Dec 30 14:23:35 UTC 2007</currentTime>
4
+ <error code="103">Already returned one week of data: retry after {0}.</error>
5
+ </eveapi>
@@ -0,0 +1,5 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <eveapi version="1">
3
+ <currentTime>__NOW__</currentTime>
4
+ <error code="104">key not found.</error>
5
+ </eveapi>