eveapi 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.document +0 -4
- data/.gitignore +2 -0
- data/.yardopts +1 -0
- data/CONTRIBUTING.md +31 -0
- data/README.md +90 -56
- data/Rakefile +5 -41
- data/gemspec.yml +1 -1
- data/lib/eveapi.rb +17 -31
- data/lib/eveapi/alliance.rb +21 -8
- data/lib/eveapi/character.rb +44 -14
- data/lib/eveapi/client.rb +141 -15
- data/lib/eveapi/crest.rb +24 -10
- data/lib/eveapi/request.rb +5 -0
- data/lib/eveapi/util.rb +60 -3
- data/lib/eveapi/version.rb +1 -1
- data/spec/cassettes/EVEApi/EVEApi_Alliance/expect_Alliance_corporations_to_be_an_Array.yml +194 -206
- data/spec/cassettes/EVEApi/EVEApi_Alliance/expect_Alliance_find_to_fill_short_name_and_name_values.yml +25 -31
- data/spec/cassettes/EVEApi/EVEApi_Alliance/expect_Alliance_info_to_be_a_Hash.yml +195 -207
- data/spec/cassettes/EVEApi/EVEApi_Alliance/expect_Alliance_new_with_id_argument_to_create_an_Alliance.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Alliance/expect_Alliance_to_h_to_be_a_Hash.yml +192 -204
- data/spec/cassettes/EVEApi/EVEApi_Character/expect_Character_new_args_to_create_a_Character.yml +28 -28
- data/spec/cassettes/EVEApi/EVEApi_Character/expect_a_Character_account_balance_to_return_a_Hash.yml +32 -32
- data/spec/cassettes/EVEApi/{EVEApi_Client/calling_api_method_account_characters.yml → EVEApi_Character/raises_ArgumentError_on_non-existing_instance_variable.yml} +54 -23
- data/spec/cassettes/EVEApi/{EVEApi_Client/calling_api_method_char_wallet_journal.yml → EVEApi_Character/sets_Client_instance_variable_if_method_argument_key_matches_name.yml} +85 -23
- data/spec/cassettes/EVEApi/EVEApi_Client/{calling_api_method_account_account_status.yml → calling_api_method_account_status.yml} +22 -22
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_api_methods.yml +288 -0
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_call_list.yml +288 -0
- data/spec/cassettes/EVEApi/EVEApi_Client/{calling_api_method_char_notifications.yml → calling_api_method_characters.yml} +58 -24
- data/spec/cassettes/EVEApi/EVEApi_Client/{calling_api_method_account_api_key_info.yml → calling_api_method_key_info.yml} +23 -23
- data/spec/cassettes/EVEApi/EVEApi_Client/{calling_api_method_server_server_status.yml → calling_api_method_server_status.yml} +23 -23
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_Client_characters_to_handle_mutiple_characters_differently.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_Client_charcaters_to_succeed.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_Client_connection_to_be_an_Excon_Connection.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_Client_new_to_succeed.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_Client_params_to_return_an_empty_hash_when_on_no_param.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/{expect_check_path_to_return_a_non-empty_String_for_a_muti-part_name.yml → expect_Symbol_to_path_to_return_a_String_for_a_muti-part_name.yml} +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/{expect_check_path_to_return_an_empty_String_for_a_one_part_name.yml → expect_Symbol_to_path_to_return_an_empty_String_for_a_one_part_name.yml} +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_api_methods_to_return_an_Array_of_method_symobls.yml +23 -23
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_calling_a_non-existing_API_method_to_fail.yml +21 -21
- data/spec/cassettes/EVEApi/EVEApi_Client/expect_calling_an_existing_API_method_to_succeed.yml +23 -23
- data/spec/cassettes/EVEApi/EVEApi_Crest/expect_Crest_alliances_to_be_an_Array.yml +192 -204
- data/spec/cassettes/EVEApi/EVEApi_Crest/expect_Crest_new_to_succeed.yml +18 -18
- data/spec/cassettes/EVEApi/EVEApi_Crest/expect_Crest_types_to_be_an_Array.yml +25972 -0
- data/spec/cassettes/EVEApi/EVEApi_Crest/expect_details_to_return_Hash_when_called_on_Hash_with_href_key.yml +26023 -0
- data/spec/cassettes/EVEApi/EVEApi_Request/expect_there_to_be_a_EVEApi_Request_class.yml +18 -18
- data/spec/eve_api_spec.rb +19 -5
- metadata +31 -41
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_account_balance.yml +0 -160
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_asset_list.yml +0 -207
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_character_sheet.yml +0 -207
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_contact_list.yml +0 -175
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_contact_notifications.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_contracts.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_industry_jobs.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_mail_messages.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_mailing_lists.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_market_orders.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_medals.yml +0 -160
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_research.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_skill_in_training.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_skill_queue.yml +0 -159
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_standings.yml +0 -173
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_upcoming_calendar_events.yml +0 -169
- data/spec/cassettes/EVEApi/EVEApi_Client/calling_api_method_char_wallet_transactions.yml +0 -159
@@ -19,20 +19,20 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Origin:
|
20
20
|
- "*"
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sun, 13 Sep 2015 20:34:26 GMT
|
23
23
|
body:
|
24
24
|
encoding: UTF-8
|
25
25
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
-
\ <currentTime>2015-09-
|
26
|
+
\ <currentTime>2015-09-13 20:34:27</currentTime>\r\n <result>\r\n <rowset
|
27
27
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
28
28
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
29
29
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
30
30
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
31
31
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
32
32
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
33
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
33
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
34
34
|
http_version:
|
35
|
-
recorded_at:
|
35
|
+
recorded_at: Sun, 13 Sep 2015 20:34:22 GMT
|
36
36
|
- request:
|
37
37
|
method: get
|
38
38
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?keyID=4669404&vCode=hushhush
|
@@ -52,20 +52,20 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- "*"
|
54
54
|
Date:
|
55
|
-
-
|
55
|
+
- Sun, 13 Sep 2015 20:34:26 GMT
|
56
56
|
body:
|
57
57
|
encoding: UTF-8
|
58
58
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
59
|
-
\ <currentTime>2015-09-
|
59
|
+
\ <currentTime>2015-09-13 20:34:27</currentTime>\r\n <result>\r\n <rowset
|
60
60
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
61
61
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
62
62
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
63
63
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
64
64
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
65
65
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
66
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
66
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
67
67
|
http_version:
|
68
|
-
recorded_at:
|
68
|
+
recorded_at: Sun, 13 Sep 2015 20:34:22 GMT
|
69
69
|
- request:
|
70
70
|
method: get
|
71
71
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -85,18 +85,18 @@ http_interactions:
|
|
85
85
|
Access-Control-Allow-Origin:
|
86
86
|
- "*"
|
87
87
|
Date:
|
88
|
-
-
|
88
|
+
- Sun, 13 Sep 2015 20:34:26 GMT
|
89
89
|
body:
|
90
90
|
encoding: UTF-8
|
91
91
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
92
|
-
\ <currentTime>2015-09-
|
92
|
+
\ <currentTime>2015-09-13 20:34:27</currentTime>\r\n <result>\r\n <rowset
|
93
93
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
94
94
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
95
95
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
96
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
97
|
-
|
96
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
97
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
98
98
|
http_version:
|
99
|
-
recorded_at:
|
99
|
+
recorded_at: Sun, 13 Sep 2015 20:34:22 GMT
|
100
100
|
- request:
|
101
101
|
method: get
|
102
102
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -116,16 +116,16 @@ http_interactions:
|
|
116
116
|
Access-Control-Allow-Origin:
|
117
117
|
- "*"
|
118
118
|
Date:
|
119
|
-
-
|
119
|
+
- Sun, 13 Sep 2015 20:34:27 GMT
|
120
120
|
body:
|
121
121
|
encoding: UTF-8
|
122
122
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
123
|
-
\ <currentTime>2015-09-
|
123
|
+
\ <currentTime>2015-09-13 20:34:27</currentTime>\r\n <result>\r\n <rowset
|
124
124
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
125
125
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
126
126
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
127
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
128
|
-
|
127
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
128
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
129
129
|
http_version:
|
130
|
-
recorded_at:
|
130
|
+
recorded_at: Sun, 13 Sep 2015 20:34:22 GMT
|
131
131
|
recorded_with: VCR 2.9.3
|
@@ -19,20 +19,20 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Origin:
|
20
20
|
- "*"
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sun, 13 Sep 2015 20:34:22 GMT
|
23
23
|
body:
|
24
24
|
encoding: UTF-8
|
25
25
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
-
\ <currentTime>2015-09-
|
26
|
+
\ <currentTime>2015-09-13 20:34:23</currentTime>\r\n <result>\r\n <rowset
|
27
27
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
28
28
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
29
29
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
30
30
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
31
31
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
32
32
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
33
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
33
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
34
34
|
http_version:
|
35
|
-
recorded_at:
|
35
|
+
recorded_at: Sun, 13 Sep 2015 20:34:18 GMT
|
36
36
|
- request:
|
37
37
|
method: get
|
38
38
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?keyID=4669404&vCode=hushhush
|
@@ -52,20 +52,20 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- "*"
|
54
54
|
Date:
|
55
|
-
-
|
55
|
+
- Sun, 13 Sep 2015 20:34:22 GMT
|
56
56
|
body:
|
57
57
|
encoding: UTF-8
|
58
58
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
59
|
-
\ <currentTime>2015-09-
|
59
|
+
\ <currentTime>2015-09-13 20:34:23</currentTime>\r\n <result>\r\n <rowset
|
60
60
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
61
61
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
62
62
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
63
63
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
64
64
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
65
65
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
66
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
66
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
67
67
|
http_version:
|
68
|
-
recorded_at:
|
68
|
+
recorded_at: Sun, 13 Sep 2015 20:34:18 GMT
|
69
69
|
- request:
|
70
70
|
method: get
|
71
71
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -85,18 +85,18 @@ http_interactions:
|
|
85
85
|
Access-Control-Allow-Origin:
|
86
86
|
- "*"
|
87
87
|
Date:
|
88
|
-
-
|
88
|
+
- Sun, 13 Sep 2015 20:34:25 GMT
|
89
89
|
body:
|
90
90
|
encoding: UTF-8
|
91
91
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
92
|
-
\ <currentTime>2015-09-
|
92
|
+
\ <currentTime>2015-09-13 20:34:26</currentTime>\r\n <result>\r\n <rowset
|
93
93
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
94
94
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
95
95
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
96
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
97
|
-
|
96
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
97
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
98
98
|
http_version:
|
99
|
-
recorded_at:
|
99
|
+
recorded_at: Sun, 13 Sep 2015 20:34:21 GMT
|
100
100
|
- request:
|
101
101
|
method: get
|
102
102
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -116,16 +116,16 @@ http_interactions:
|
|
116
116
|
Access-Control-Allow-Origin:
|
117
117
|
- "*"
|
118
118
|
Date:
|
119
|
-
-
|
119
|
+
- Sun, 13 Sep 2015 20:34:26 GMT
|
120
120
|
body:
|
121
121
|
encoding: UTF-8
|
122
122
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
123
|
-
\ <currentTime>2015-09-
|
123
|
+
\ <currentTime>2015-09-13 20:34:26</currentTime>\r\n <result>\r\n <rowset
|
124
124
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
125
125
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
126
126
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
127
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
128
|
-
|
127
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
128
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
129
129
|
http_version:
|
130
|
-
recorded_at:
|
130
|
+
recorded_at: Sun, 13 Sep 2015 20:34:22 GMT
|
131
131
|
recorded_with: VCR 2.9.3
|
@@ -19,20 +19,20 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Origin:
|
20
20
|
- "*"
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sun, 13 Sep 2015 20:34:21 GMT
|
23
23
|
body:
|
24
24
|
encoding: UTF-8
|
25
25
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
-
\ <currentTime>2015-09-
|
26
|
+
\ <currentTime>2015-09-13 20:34:22</currentTime>\r\n <result>\r\n <rowset
|
27
27
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
28
28
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
29
29
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
30
30
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
31
31
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
32
32
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
33
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
33
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
34
34
|
http_version:
|
35
|
-
recorded_at:
|
35
|
+
recorded_at: Sun, 13 Sep 2015 20:34:17 GMT
|
36
36
|
- request:
|
37
37
|
method: get
|
38
38
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?keyID=4669404&vCode=hushhush
|
@@ -52,20 +52,20 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- "*"
|
54
54
|
Date:
|
55
|
-
-
|
55
|
+
- Sun, 13 Sep 2015 20:34:21 GMT
|
56
56
|
body:
|
57
57
|
encoding: UTF-8
|
58
58
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
59
|
-
\ <currentTime>2015-09-
|
59
|
+
\ <currentTime>2015-09-13 20:34:22</currentTime>\r\n <result>\r\n <rowset
|
60
60
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
61
61
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
62
62
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
63
63
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
64
64
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
65
65
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
66
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
66
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
67
67
|
http_version:
|
68
|
-
recorded_at:
|
68
|
+
recorded_at: Sun, 13 Sep 2015 20:34:17 GMT
|
69
69
|
- request:
|
70
70
|
method: get
|
71
71
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -85,18 +85,18 @@ http_interactions:
|
|
85
85
|
Access-Control-Allow-Origin:
|
86
86
|
- "*"
|
87
87
|
Date:
|
88
|
-
-
|
88
|
+
- Sun, 13 Sep 2015 20:34:22 GMT
|
89
89
|
body:
|
90
90
|
encoding: UTF-8
|
91
91
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
92
|
-
\ <currentTime>2015-09-
|
92
|
+
\ <currentTime>2015-09-13 20:34:22</currentTime>\r\n <result>\r\n <rowset
|
93
93
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
94
94
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
95
95
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
96
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
97
|
-
|
96
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
97
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
98
98
|
http_version:
|
99
|
-
recorded_at:
|
99
|
+
recorded_at: Sun, 13 Sep 2015 20:34:18 GMT
|
100
100
|
- request:
|
101
101
|
method: get
|
102
102
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -116,16 +116,16 @@ http_interactions:
|
|
116
116
|
Access-Control-Allow-Origin:
|
117
117
|
- "*"
|
118
118
|
Date:
|
119
|
-
-
|
119
|
+
- Sun, 13 Sep 2015 20:34:22 GMT
|
120
120
|
body:
|
121
121
|
encoding: UTF-8
|
122
122
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
123
|
-
\ <currentTime>2015-09-
|
123
|
+
\ <currentTime>2015-09-13 20:34:23</currentTime>\r\n <result>\r\n <rowset
|
124
124
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
125
125
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
126
126
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
127
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
128
|
-
|
127
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
128
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
129
129
|
http_version:
|
130
|
-
recorded_at:
|
130
|
+
recorded_at: Sun, 13 Sep 2015 20:34:18 GMT
|
131
131
|
recorded_with: VCR 2.9.3
|
data/spec/cassettes/EVEApi/EVEApi_Client/expect_api_methods_to_return_an_Array_of_method_symobls.yml
CHANGED
@@ -19,20 +19,20 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Origin:
|
20
20
|
- "*"
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sun, 13 Sep 2015 20:34:32 GMT
|
23
23
|
body:
|
24
24
|
encoding: UTF-8
|
25
25
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
-
\ <currentTime>2015-09-
|
26
|
+
\ <currentTime>2015-09-13 20:34:33</currentTime>\r\n <result>\r\n <rowset
|
27
27
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
28
28
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
29
29
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
30
30
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
31
31
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
32
32
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
33
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
33
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
34
34
|
http_version:
|
35
|
-
recorded_at:
|
35
|
+
recorded_at: Sun, 13 Sep 2015 20:34:28 GMT
|
36
36
|
- request:
|
37
37
|
method: get
|
38
38
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?keyID=4669404&vCode=hushhush
|
@@ -52,20 +52,20 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- "*"
|
54
54
|
Date:
|
55
|
-
-
|
55
|
+
- Sun, 13 Sep 2015 20:34:36 GMT
|
56
56
|
body:
|
57
57
|
encoding: UTF-8
|
58
58
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
59
|
-
\ <currentTime>2015-09-
|
59
|
+
\ <currentTime>2015-09-13 20:34:36</currentTime>\r\n <result>\r\n <rowset
|
60
60
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
61
61
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
62
62
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
63
63
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
64
64
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
65
65
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
66
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
66
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
67
67
|
http_version:
|
68
|
-
recorded_at:
|
68
|
+
recorded_at: Sun, 13 Sep 2015 20:34:31 GMT
|
69
69
|
- request:
|
70
70
|
method: get
|
71
71
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -85,18 +85,18 @@ http_interactions:
|
|
85
85
|
Access-Control-Allow-Origin:
|
86
86
|
- "*"
|
87
87
|
Date:
|
88
|
-
-
|
88
|
+
- Sun, 13 Sep 2015 20:34:36 GMT
|
89
89
|
body:
|
90
90
|
encoding: UTF-8
|
91
91
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
92
|
-
\ <currentTime>2015-09-
|
92
|
+
\ <currentTime>2015-09-13 20:34:36</currentTime>\r\n <result>\r\n <rowset
|
93
93
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
94
94
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
95
95
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
96
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
97
|
-
|
96
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
97
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
98
98
|
http_version:
|
99
|
-
recorded_at:
|
99
|
+
recorded_at: Sun, 13 Sep 2015 20:34:31 GMT
|
100
100
|
- request:
|
101
101
|
method: get
|
102
102
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -116,18 +116,18 @@ http_interactions:
|
|
116
116
|
Access-Control-Allow-Origin:
|
117
117
|
- "*"
|
118
118
|
Date:
|
119
|
-
-
|
119
|
+
- Sun, 13 Sep 2015 20:34:37 GMT
|
120
120
|
body:
|
121
121
|
encoding: UTF-8
|
122
122
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
123
|
-
\ <currentTime>2015-09-
|
123
|
+
\ <currentTime>2015-09-13 20:34:38</currentTime>\r\n <result>\r\n <rowset
|
124
124
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
125
125
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
126
126
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
127
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
128
|
-
|
127
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
128
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
129
129
|
http_version:
|
130
|
-
recorded_at:
|
130
|
+
recorded_at: Sun, 13 Sep 2015 20:34:33 GMT
|
131
131
|
- request:
|
132
132
|
method: get
|
133
133
|
uri: https://api.eveonline.com/api/CallList.xml.aspx
|
@@ -147,11 +147,11 @@ http_interactions:
|
|
147
147
|
Access-Control-Allow-Origin:
|
148
148
|
- "*"
|
149
149
|
Date:
|
150
|
-
-
|
150
|
+
- Sun, 13 Sep 2015 20:34:41 GMT
|
151
151
|
body:
|
152
152
|
encoding: UTF-8
|
153
153
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
154
|
-
\ <currentTime>2015-09-
|
154
|
+
\ <currentTime>2015-09-13 20:34:41</currentTime>\r\n <result>\r\n <rowset
|
155
155
|
name=\"callGroups\" key=\"groupID\" columns=\"groupID,name,description\">\r\n
|
156
156
|
\ <row groupID=\"1\" name=\"Account and Market\" description=\"Market
|
157
157
|
Orders, account balance and journal history.\" />\r\n <row groupID=\"7\"
|
@@ -281,8 +281,8 @@ http_interactions:
|
|
281
281
|
accessMask=\"2\" type=\"Corporation\" name=\"AssetList\" groupID=\"3\" description=\"List
|
282
282
|
of all corporation assets.\" />\r\n <row accessMask=\"1\" type=\"Corporation\"
|
283
283
|
name=\"AccountBalance\" groupID=\"1\" description=\"Current balance of all
|
284
|
-
corporation accounts.\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
285
|
-
|
284
|
+
corporation accounts.\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-14
|
285
|
+
02:31:41</cachedUntil>\r\n</eveapi>"
|
286
286
|
http_version:
|
287
|
-
recorded_at:
|
287
|
+
recorded_at: Sun, 13 Sep 2015 20:34:36 GMT
|
288
288
|
recorded_with: VCR 2.9.3
|
data/spec/cassettes/EVEApi/EVEApi_Client/expect_calling_a_non-existing_API_method_to_fail.yml
CHANGED
@@ -19,20 +19,20 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Origin:
|
20
20
|
- "*"
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Sun, 13 Sep 2015 20:34:28 GMT
|
23
23
|
body:
|
24
24
|
encoding: UTF-8
|
25
25
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
26
|
-
\ <currentTime>2015-09-
|
26
|
+
\ <currentTime>2015-09-13 20:34:29</currentTime>\r\n <result>\r\n <rowset
|
27
27
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
28
28
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
29
29
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
30
30
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
31
31
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
32
32
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
33
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
33
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
34
34
|
http_version:
|
35
|
-
recorded_at:
|
35
|
+
recorded_at: Sun, 13 Sep 2015 20:34:24 GMT
|
36
36
|
- request:
|
37
37
|
method: get
|
38
38
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?keyID=4669404&vCode=hushhush
|
@@ -52,20 +52,20 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- "*"
|
54
54
|
Date:
|
55
|
-
-
|
55
|
+
- Sun, 13 Sep 2015 20:34:28 GMT
|
56
56
|
body:
|
57
57
|
encoding: UTF-8
|
58
58
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
59
|
-
\ <currentTime>2015-09-
|
59
|
+
\ <currentTime>2015-09-13 20:34:29</currentTime>\r\n <result>\r\n <rowset
|
60
60
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
61
61
|
\ <row name=\"Blondie Blond\" characterID=\"93051887\" corporationName=\"Carl
|
62
62
|
Malus Corporation\" corporationID=\"98279136\" allianceID=\"0\" allianceName=\"\"
|
63
63
|
factionID=\"0\" factionName=\"\" />\r\n <row name=\"Adrian Dent\" characterID=\"810699209\"
|
64
64
|
corporationName=\"Caldari Provisions\" corporationID=\"1000009\" allianceID=\"0\"
|
65
65
|
allianceName=\"\" factionID=\"0\" factionName=\"\" />\r\n </rowset>\r\n
|
66
|
-
\ </result>\r\n <cachedUntil>2015-09-
|
66
|
+
\ </result>\r\n <cachedUntil>2015-09-13 21:19:27</cachedUntil>\r\n</eveapi>"
|
67
67
|
http_version:
|
68
|
-
recorded_at:
|
68
|
+
recorded_at: Sun, 13 Sep 2015 20:34:24 GMT
|
69
69
|
- request:
|
70
70
|
method: get
|
71
71
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -85,18 +85,18 @@ http_interactions:
|
|
85
85
|
Access-Control-Allow-Origin:
|
86
86
|
- "*"
|
87
87
|
Date:
|
88
|
-
-
|
88
|
+
- Sun, 13 Sep 2015 20:34:29 GMT
|
89
89
|
body:
|
90
90
|
encoding: UTF-8
|
91
91
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
92
|
-
\ <currentTime>2015-09-
|
92
|
+
\ <currentTime>2015-09-13 20:34:29</currentTime>\r\n <result>\r\n <rowset
|
93
93
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
94
94
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
95
95
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
96
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
97
|
-
|
96
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
97
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
98
98
|
http_version:
|
99
|
-
recorded_at:
|
99
|
+
recorded_at: Sun, 13 Sep 2015 20:34:24 GMT
|
100
100
|
- request:
|
101
101
|
method: get
|
102
102
|
uri: https://api.eveonline.com/account/Characters.xml.aspx?characterID=95512059&keyID=4278167&vCode=supersecretstuff
|
@@ -116,18 +116,18 @@ http_interactions:
|
|
116
116
|
Access-Control-Allow-Origin:
|
117
117
|
- "*"
|
118
118
|
Date:
|
119
|
-
-
|
119
|
+
- Sun, 13 Sep 2015 20:34:29 GMT
|
120
120
|
body:
|
121
121
|
encoding: UTF-8
|
122
122
|
string: "<?xml version='1.0' encoding='UTF-8'?>\r\n<eveapi version=\"2\">\r\n
|
123
|
-
\ <currentTime>2015-09-
|
123
|
+
\ <currentTime>2015-09-13 20:34:29</currentTime>\r\n <result>\r\n <rowset
|
124
124
|
name=\"characters\" key=\"characterID\" columns=\"name,characterID,corporationName,corporationID,allianceID,allianceName,factionID,factionName\">\r\n
|
125
125
|
\ <row name=\"Quint Slade\" characterID=\"95512059\" corporationName=\"Imperial
|
126
126
|
Academy\" corporationID=\"1000166\" allianceID=\"0\" allianceName=\"\" factionID=\"0\"
|
127
|
-
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-
|
128
|
-
|
127
|
+
factionName=\"\" />\r\n </rowset>\r\n </result>\r\n <cachedUntil>2015-09-13
|
128
|
+
21:23:58</cachedUntil>\r\n</eveapi>"
|
129
129
|
http_version:
|
130
|
-
recorded_at:
|
130
|
+
recorded_at: Sun, 13 Sep 2015 20:34:24 GMT
|
131
131
|
- request:
|
132
132
|
method: get
|
133
133
|
uri: https://api.eveonline.com/some/BsMethod.xml.aspx
|
@@ -149,13 +149,13 @@ http_interactions:
|
|
149
149
|
Access-Control-Allow-Origin:
|
150
150
|
- "*"
|
151
151
|
Date:
|
152
|
-
-
|
152
|
+
- Sun, 13 Sep 2015 20:34:32 GMT
|
153
153
|
Content-Length:
|
154
154
|
- '7383'
|
155
155
|
body:
|
156
156
|
encoding: UTF-8
|
157
157
|
string: "<!DOCTYPE html>\r\n<html>\r\n <head><script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info
|
158
|
-
= {\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"4519cc3c6b\",\"applicationID\":\"2400733\",\"transactionName\":\"b1xaYEADDEoHBxVRX1YWa0BTFhdKJQsFXR8MCQw=\",\"queueTime\":0,\"applicationTime\":2,\"ttGuid\":\"
|
158
|
+
= {\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"4519cc3c6b\",\"applicationID\":\"2400733\",\"transactionName\":\"b1xaYEADDEoHBxVRX1YWa0BTFhdKJQsFXR8MCQw=\",\"queueTime\":0,\"applicationTime\":2,\"ttGuid\":\"8034BA02A2B3B152\",\"agent\":\"js-agent.newrelic.com/nr-686.min.js\"}</script><script
|
159
159
|
type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function
|
160
160
|
r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var
|
161
161
|
o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if(\"function\"==typeof
|
@@ -230,5 +230,5 @@ http_interactions:
|
|
230
230
|
<customErrors mode=\"Off\"/>. Consider using <customErrors mode=\"On\"/>
|
231
231
|
or <customErrors mode=\"RemoteOnly\"/> in production environments.-->"
|
232
232
|
http_version:
|
233
|
-
recorded_at:
|
233
|
+
recorded_at: Sun, 13 Sep 2015 20:34:28 GMT
|
234
234
|
recorded_with: VCR 2.9.3
|