eveapi 0.0.3.pre → 0.0.4.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/.gitmodules +3 -0
- data/Gemfile +7 -0
- data/README.md +38 -5
- data/Rakefile +43 -0
- data/gemspec.yml +5 -1
- data/lib/eveapi.rb +3 -0
- data/lib/eveapi/client.rb +36 -1
- data/lib/eveapi/console.rb +5 -0
- data/lib/eveapi/request.rb +22 -12
- data/lib/eveapi/util.rb +35 -0
- data/lib/eveapi/version.rb +1 -1
- data/spec/cassettes/EVEApi/calling_a_method_not_present_in_the_EVEApi_should_fail.yml +106 -0
- data/spec/cassettes/EVEApi/calling_a_method_present_in_the_EVEApi_should_success.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_account_account_status.yml +33 -0
- data/spec/cassettes/EVEApi/calling_api_method_account_api_key_info.yml +35 -0
- data/spec/cassettes/EVEApi/calling_api_method_account_characters.yml +34 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_account_balance.yml +32 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_asset_list.yml +79 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_character_sheet.yml +79 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_contact_list.yml +47 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_contact_notifications.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_contracts.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_industry_jobs.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_mail_messages.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_mailing_lists.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_market_orders.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_medals.yml +32 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_notifications.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_research.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_skill_in_training.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_skill_queue.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_standings.yml +45 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_upcoming_calendar_events.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_wallet_journal.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_char_wallet_transactions.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_method_server_server_status.yml +31 -0
- data/spec/cassettes/EVEApi/calling_api_methods_should_return_an_Array_of_method_symobls.yml +160 -0
- data/spec/eveapi_spec.rb +41 -29
- data/spec/spec_helper.rb +8 -0
- metadata +88 -3
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/MailingLists.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:48 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:48</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"mailingLists\" key=\"listID\" columns=\"listID,displayName\" />\r\n
|
28
|
+
\ </result>\r\n <cachedUntil>2015-09-09 18:32:48</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:48 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/MarketOrders.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:48 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:48</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"orders\" key=\"orderID\" columns=\"orderID,charID,stationID,volEntered,volRemaining,minVolume,orderState,typeID,range,accountKey,duration,escrow,price,bid,issued\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:32:48</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:48 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/Medals.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:47 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:48</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"currentCorporation\" key=\"medalID\" columns=\"medalID,reason,status,issuerID,issued\"
|
28
|
+
/>\r\n <rowset name=\"otherCorporations\" key=\"medalID\" columns=\"medalID,reason,status,issuerID,issued,corporationID,title,description\"
|
29
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 18:32:48</cachedUntil>\r\n</eveapi>"
|
30
|
+
http_version:
|
31
|
+
recorded_at: Wed, 09 Sep 2015 12:35:48 GMT
|
32
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/Notifications.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:47 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:48</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"notifications\" key=\"notificationID\" columns=\"notificationID,typeID,senderID,senderName,sentDate,read\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:05:48</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:48 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/Research.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:47 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:47</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"research\" key=\"agentID\" columns=\"agentID,skillTypeID,researchStartDate,pointsPerDay,remainderPoints\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 12:50:47</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:47 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/SkillInTraining.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:47 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:47</currentTime>\r\n <result>\r\n <currentTQTime
|
27
|
+
offset=\"0\">2015-09-09 12:35:47</currentTQTime>\r\n <skillInTraining>0</skillInTraining>\r\n
|
28
|
+
\ </result>\r\n <cachedUntil>2015-09-09 13:32:47</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:47 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/SkillQueue.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:46 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:47</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"skillqueue\" key=\"queuePosition\" columns=\"queuePosition,typeID,level,startSP,endSP,startTime,endTime\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:32:47</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:47 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/Standings.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:46 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:47</currentTime>\r\n <result>\r\n <characterNPCStandings>\r\n
|
27
|
+
\ <rowset name=\"agents\" key=\"fromID\" columns=\"fromID,fromName,standing\">\r\n
|
28
|
+
\ <row fromID=\"3012076\" fromName=\"Koikaski Uika\" standing=\"-0.67\"
|
29
|
+
/>\r\n <row fromID=\"3013320\" fromName=\"Ahmobah Hethiba\" standing=\"-0.34\"
|
30
|
+
/>\r\n <row fromID=\"3016824\" fromName=\"Okada Laah\" standing=\"-0.40\"
|
31
|
+
/>\r\n </rowset>\r\n <rowset name=\"NPCCorporations\" key=\"fromID\"
|
32
|
+
columns=\"fromID,fromName,standing\">\r\n <row fromID=\"1000035\" fromName=\"Caldari
|
33
|
+
Navy\" standing=\"-0.09\" />\r\n <row fromID=\"1000075\" fromName=\"Nurtura\"
|
34
|
+
standing=\"-0.04\" />\r\n </rowset>\r\n <rowset name=\"factions\"
|
35
|
+
key=\"fromID\" columns=\"fromID,fromName,standing\">\r\n <row fromID=\"500001\"
|
36
|
+
fromName=\"Caldari State\" standing=\"0.00\" />\r\n <row fromID=\"500003\"
|
37
|
+
fromName=\"Amarr Empire\" standing=\"0.00\" />\r\n <row fromID=\"500007\"
|
38
|
+
fromName=\"Ammatar Mandate\" standing=\"0.00\" />\r\n <row fromID=\"500008\"
|
39
|
+
fromName=\"Khanid Kingdom\" standing=\"0.00\" />\r\n <row fromID=\"500013\"
|
40
|
+
fromName=\"The InterBus\" standing=\"0.00\" />\r\n <row fromID=\"500018\"
|
41
|
+
fromName=\"Mordu's Legion Command\" standing=\"0.00\" />\r\n </rowset>\r\n
|
42
|
+
\ </characterNPCStandings>\r\n </result>\r\n <cachedUntil>2015-09-09 14:33:08</cachedUntil>\r\n</eveapi>"
|
43
|
+
http_version:
|
44
|
+
recorded_at: Wed, 09 Sep 2015 12:35:47 GMT
|
45
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/UpcomingCalendarEvents.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:46 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:46</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"upcomingEvents\" key=\"eventID\" columns=\"eventID,ownerID,ownerName,eventDate,eventTitle,duration,importance,response,eventText,ownerTypeID\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:32:46</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:46 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/WalletJournal.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:45 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:46</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"transactions\" key=\"refID\" columns=\"date,refID,refTypeID,ownerName1,ownerID1,ownerName2,ownerID2,argName1,argID1,amount,balance,reason,taxReceiverID,taxAmount,owner1TypeID,owner2TypeID\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:02:46</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:46 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/char/WalletTransactions.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:45 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:46</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"transactions\" key=\"transactionID\" columns=\"transactionDateTime,transactionID,quantity,typeName,typeID,price,clientID,clientName,stationID,stationName,transactionType,transactionFor,journalTransactionID,clientTypeID\"
|
28
|
+
/>\r\n </result>\r\n <cachedUntil>2015-09-09 13:02:46</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:46 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,31 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/server/ServerStatus.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:45 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:45</currentTime>\r\n <result>\r\n <serverOpen>True</serverOpen>\r\n
|
27
|
+
\ <onlinePlayers>13626</onlinePlayers>\r\n </result>\r\n <cachedUntil>2015-09-09
|
28
|
+
12:37:50</cachedUntil>\r\n</eveapi>"
|
29
|
+
http_version:
|
30
|
+
recorded_at: Wed, 09 Sep 2015 12:35:45 GMT
|
31
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,160 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.eveonline.com/api/CallList.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- excon/0.45.4
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message: ''
|
16
|
+
headers:
|
17
|
+
Content-Type:
|
18
|
+
- application/xml; charset=utf-8
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Date:
|
22
|
+
- Wed, 09 Sep 2015 12:35:44 GMT
|
23
|
+
body:
|
24
|
+
encoding: UTF-8
|
25
|
+
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
+
\ <currentTime>2015-09-09 12:35:45</currentTime>\r\n <result>\r\n <rowset
|
27
|
+
name=\"callGroups\" key=\"groupID\" columns=\"groupID,name,description\">\r\n
|
28
|
+
\ <row groupID=\"1\" name=\"Account and Market\" description=\"Market
|
29
|
+
Orders, account balance and journal history.\" />\r\n <row groupID=\"7\"
|
30
|
+
name=\"Communications\" description=\"Private communications such as contact
|
31
|
+
lists, Eve Mail and Notifications.\" />\r\n <row groupID=\"5\" name=\"Corporation
|
32
|
+
Members\" description=\"Member information for Corporations.\" />\r\n <row
|
33
|
+
groupID=\"6\" name=\"Outposts and Starbases\" description=\"Outpost and Starbase
|
34
|
+
information for Corporations\" />\r\n <row groupID=\"3\" name=\"Private
|
35
|
+
Information\" description=\"Personal information about the owner. Asset lists,
|
36
|
+
skill training for characters, Private Calendar and more.\" />\r\n <row
|
37
|
+
groupID=\"4\" name=\"Public Information\" description=\"Achievements such
|
38
|
+
as Medals, Kill Mails, Fational Warfare Statistics and NPC Standings.\" />\r\n
|
39
|
+
\ <row groupID=\"2\" name=\"Science and Industry\" description=\"Datacore
|
40
|
+
production and job listing.\" />\r\n </rowset>\r\n <rowset name=\"calls\"
|
41
|
+
key=\"accessMask,type\" columns=\"accessMask,type,name,groupID,description\">\r\n
|
42
|
+
\ <row accessMask=\"536870912\" type=\"Character\" name=\"ChatChannels\"
|
43
|
+
groupID=\"7\" description=\"List of all chat channels the character owns or
|
44
|
+
is an operator of.\" />\r\n <row accessMask=\"268435456\" type=\"Character\"
|
45
|
+
name=\"Bookmarks\" groupID=\"3\" description=\"List of all personal bookmarks.\"
|
46
|
+
/>\r\n <row accessMask=\"134217728\" type=\"Character\" name=\"Locations\"
|
47
|
+
groupID=\"3\" description=\"Allows the fetching of coordinate and name data
|
48
|
+
for items owned by the character.\" />\r\n <row accessMask=\"67108864\"
|
49
|
+
type=\"Character\" name=\"Contracts\" groupID=\"3\" description=\"List of
|
50
|
+
all Contracts the character is involved in.\" />\r\n <row accessMask=\"33554432\"
|
51
|
+
type=\"Character\" name=\"AccountStatus\" groupID=\"3\" description=\"EVE
|
52
|
+
player account status.\" />\r\n <row accessMask=\"16777216\" type=\"Character\"
|
53
|
+
name=\"CharacterInfo\" groupID=\"3\" description=\"Sensitive Character Information,
|
54
|
+
exposes account balance and last known location on top of the other Character
|
55
|
+
Information call.\" />\r\n <row accessMask=\"8388608\" type=\"Character\"
|
56
|
+
name=\"CharacterInfo\" groupID=\"4\" description=\"Character information,
|
57
|
+
exposes skill points and current ship information on top of'Show Info'information.\"
|
58
|
+
/>\r\n <row accessMask=\"4194304\" type=\"Character\" name=\"WalletTransactions\"
|
59
|
+
groupID=\"1\" description=\"Market transaction journal of character.\" />\r\n
|
60
|
+
\ <row accessMask=\"2097152\" type=\"Character\" name=\"WalletJournal\"
|
61
|
+
groupID=\"1\" description=\"Wallet journal of character.\" />\r\n <row
|
62
|
+
accessMask=\"1048576\" type=\"Character\" name=\"UpcomingCalendarEvents\"
|
63
|
+
groupID=\"3\" description=\"Upcoming events on characters calendar.\" />\r\n
|
64
|
+
\ <row accessMask=\"524288\" type=\"Character\" name=\"Standings\" groupID=\"4\"
|
65
|
+
description=\"NPC Standings towards the character.\" />\r\n <row accessMask=\"262144\"
|
66
|
+
type=\"Character\" name=\"SkillQueue\" groupID=\"3\" description=\"Entire
|
67
|
+
skill queue of character.\" />\r\n <row accessMask=\"131072\" type=\"Character\"
|
68
|
+
name=\"SkillInTraining\" groupID=\"3\" description=\"Skill currently in training
|
69
|
+
on the character. Subset of entire Skill Queue.\" />\r\n <row accessMask=\"65536\"
|
70
|
+
type=\"Character\" name=\"Research\" groupID=\"2\" description=\"List of all
|
71
|
+
Research agents working for the character and the progress of the research.\"
|
72
|
+
/>\r\n <row accessMask=\"32768\" type=\"Character\" name=\"NotificationTexts\"
|
73
|
+
groupID=\"7\" description=\"Actual body of notifications sent to the character.
|
74
|
+
Requires Notification access to function.\" />\r\n <row accessMask=\"16384\"
|
75
|
+
type=\"Character\" name=\"Notifications\" groupID=\"7\" description=\"List
|
76
|
+
of recent notifications sent to the character.\" />\r\n <row accessMask=\"8192\"
|
77
|
+
type=\"Character\" name=\"Medals\" groupID=\"4\" description=\"Medals awarded
|
78
|
+
to the character.\" />\r\n <row accessMask=\"4096\" type=\"Character\"
|
79
|
+
name=\"MarketOrders\" groupID=\"1\" description=\"List of all Market Orders
|
80
|
+
the character has made.\" />\r\n <row accessMask=\"2048\" type=\"Character\"
|
81
|
+
name=\"MailMessages\" groupID=\"7\" description=\"List of all messages in
|
82
|
+
the characters EVE Mail Inbox.\" />\r\n <row accessMask=\"1024\" type=\"Character\"
|
83
|
+
name=\"MailingLists\" groupID=\"7\" description=\"List of all Mailing Lists
|
84
|
+
the character subscribes to.\" />\r\n <row accessMask=\"512\" type=\"Character\"
|
85
|
+
name=\"MailBodies\" groupID=\"7\" description=\"EVE Mail bodies. Requires
|
86
|
+
MailMessages as well to function.\" />\r\n <row accessMask=\"256\" type=\"Character\"
|
87
|
+
name=\"KillLog\" groupID=\"4\" description=\"Characters kill log.\" />\r\n
|
88
|
+
\ <row accessMask=\"128\" type=\"Character\" name=\"IndustryJobs\" groupID=\"2\"
|
89
|
+
description=\"Character jobs, completed and active.\" />\r\n <row accessMask=\"64\"
|
90
|
+
type=\"Character\" name=\"FacWarStats\" groupID=\"4\" description=\"Characters
|
91
|
+
Factional Warfare Statistics.\" />\r\n <row accessMask=\"32\" type=\"Character\"
|
92
|
+
name=\"ContactNotifications\" groupID=\"7\" description=\"Most recent contact
|
93
|
+
notifications for the character.\" />\r\n <row accessMask=\"16\" type=\"Character\"
|
94
|
+
name=\"ContactList\" groupID=\"7\" description=\"List of character contacts
|
95
|
+
and relationship levels.\" />\r\n <row accessMask=\"8\" type=\"Character\"
|
96
|
+
name=\"CharacterSheet\" groupID=\"3\" description=\"Character Sheet information.
|
97
|
+
Contains basic'Show Info'information along with clones, account balance, implants,
|
98
|
+
attributes, skills, certificates and corporation roles.\" />\r\n <row
|
99
|
+
accessMask=\"4\" type=\"Character\" name=\"CalendarEventAttendees\" groupID=\"3\"
|
100
|
+
description=\"Event attendee responses. Requires UpcomingCalendarEvents to
|
101
|
+
function.\" />\r\n <row accessMask=\"2\" type=\"Character\" name=\"AssetList\"
|
102
|
+
groupID=\"3\" description=\"Entire asset list of character.\" />\r\n <row
|
103
|
+
accessMask=\"1\" type=\"Character\" name=\"AccountBalance\" groupID=\"1\"
|
104
|
+
description=\"Current balance of characters wallet.\" />\r\n <row accessMask=\"67108864\"
|
105
|
+
type=\"Corporation\" name=\"Bookmarks\" groupID=\"3\" description=\"List of
|
106
|
+
all corporate bookmarks.\" />\r\n <row accessMask=\"33554432\" type=\"Corporation\"
|
107
|
+
name=\"MemberTrackingExtended\" groupID=\"5\" description=\"Extensive Member
|
108
|
+
information. Time of last logoff, last known location and ship.\" />\r\n <row
|
109
|
+
accessMask=\"16777216\" type=\"Corporation\" name=\"Locations\" groupID=\"3\"
|
110
|
+
description=\"Allows the fetching of coordinate and name data for items owned
|
111
|
+
by the corporation.\" />\r\n <row accessMask=\"8388608\" type=\"Corporation\"
|
112
|
+
name=\"Contracts\" groupID=\"3\" description=\"List of recent Contracts the
|
113
|
+
corporation is involved in.\" />\r\n <row accessMask=\"4194304\" type=\"Corporation\"
|
114
|
+
name=\"Titles\" groupID=\"5\" description=\"Titles of corporation and the
|
115
|
+
roles they grant.\" />\r\n <row accessMask=\"2097152\" type=\"Corporation\"
|
116
|
+
name=\"WalletTransactions\" groupID=\"1\" description=\"Market transactions
|
117
|
+
of all corporate accounts.\" />\r\n <row accessMask=\"1048576\" type=\"Corporation\"
|
118
|
+
name=\"WalletJournal\" groupID=\"1\" description=\"Wallet journal for all
|
119
|
+
corporate accounts.\" />\r\n <row accessMask=\"524288\" type=\"Corporation\"
|
120
|
+
name=\"StarbaseList\" groupID=\"6\" description=\"List of all corporate starbases.\"
|
121
|
+
/>\r\n <row accessMask=\"262144\" type=\"Corporation\" name=\"Standings\"
|
122
|
+
groupID=\"4\" description=\"NPC Standings towards corporation.\" />\r\n <row
|
123
|
+
accessMask=\"131072\" type=\"Corporation\" name=\"StarbaseDetail\" groupID=\"6\"
|
124
|
+
description=\"List of all settings of corporate starbases.\" />\r\n <row
|
125
|
+
accessMask=\"65536\" type=\"Corporation\" name=\"Shareholders\" groupID=\"1\"
|
126
|
+
description=\"Shareholders of the corporation.\" />\r\n <row accessMask=\"32768\"
|
127
|
+
type=\"Corporation\" name=\"OutpostServiceDetail\" groupID=\"6\" description=\"List
|
128
|
+
of all service settings of corporate outposts.\" />\r\n <row accessMask=\"16384\"
|
129
|
+
type=\"Corporation\" name=\"OutpostList\" groupID=\"6\" description=\"List
|
130
|
+
of all outposts controlled by the corporation.\" />\r\n <row accessMask=\"8192\"
|
131
|
+
type=\"Corporation\" name=\"Medals\" groupID=\"4\" description=\"List of all
|
132
|
+
medals created by the corporation.\" />\r\n <row accessMask=\"4096\"
|
133
|
+
type=\"Corporation\" name=\"MarketOrders\" groupID=\"1\" description=\"List
|
134
|
+
of all corporate market orders.\" />\r\n <row accessMask=\"2048\" type=\"Corporation\"
|
135
|
+
name=\"MemberTrackingLimited\" groupID=\"5\" description=\"Limited Member
|
136
|
+
information.\" />\r\n <row accessMask=\"1024\" type=\"Corporation\" name=\"MemberSecurityLog\"
|
137
|
+
groupID=\"5\" description=\"Member role and title change log.\" />\r\n <row
|
138
|
+
accessMask=\"512\" type=\"Corporation\" name=\"MemberSecurity\" groupID=\"5\"
|
139
|
+
description=\"Member roles and titles.\" />\r\n <row accessMask=\"256\"
|
140
|
+
type=\"Corporation\" name=\"KillLog\" groupID=\"4\" description=\"Corporation
|
141
|
+
kill log.\" />\r\n <row accessMask=\"128\" type=\"Corporation\" name=\"IndustryJobs\"
|
142
|
+
groupID=\"2\" description=\"Corporation jobs, completed and active.\" />\r\n
|
143
|
+
\ <row accessMask=\"64\" type=\"Corporation\" name=\"FacWarStats\" groupID=\"4\"
|
144
|
+
description=\"Corporations Factional Warfare Statistics.\" />\r\n <row
|
145
|
+
accessMask=\"32\" type=\"Corporation\" name=\"ContainerLog\" groupID=\"3\"
|
146
|
+
description=\"Corporate secure container acess log.\" />\r\n <row accessMask=\"16\"
|
147
|
+
type=\"Corporation\" name=\"ContactList\" groupID=\"7\" description=\"Corporate
|
148
|
+
contact list and relationships.\" />\r\n <row accessMask=\"8\" type=\"Corporation\"
|
149
|
+
name=\"CorporationSheet\" groupID=\"3\" description=\"Exposes basic'Show Info'information
|
150
|
+
as well as Member Limit and basic division and wallet info.\" />\r\n <row
|
151
|
+
accessMask=\"4\" type=\"Corporation\" name=\"MemberMedals\" groupID=\"5\"
|
152
|
+
description=\"List of medals awarded to corporation members.\" />\r\n <row
|
153
|
+
accessMask=\"2\" type=\"Corporation\" name=\"AssetList\" groupID=\"3\" description=\"List
|
154
|
+
of all corporation assets.\" />\r\n <row accessMask=\"1\" type=\"Corporation\"
|
155
|
+
name=\"AccountBalance\" groupID=\"1\" description=\"Current balance of all
|
156
|
+
corporation accounts.\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-09
|
157
|
+
18:32:45</cachedUntil>\r\n</eveapi>"
|
158
|
+
http_version:
|
159
|
+
recorded_at: Wed, 09 Sep 2015 12:35:45 GMT
|
160
|
+
recorded_with: VCR 2.9.3
|