Difference between revisions of "User:Enta en bauldry/API"
From EVE University Wiki
m |
m |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {{#css: |
− | + | .mApiTable | |
− | + | { | |
− | + | border-spacing: 0px; | |
− | + | border-collapse: collapse; | |
− | + | } | |
− | + | ||
− | + | .mApiTable td | |
− | + | { | |
− | | | + | border: thin solid silver; |
− | | | + | padding: 5px; |
− | | | + | margin: 0px; |
− | | | + | } |
− | + | ||
− | | | + | table.mApiTable td.cApiExplicit |
− | + | { | |
− | | | + | font-style: oblique; |
− | + | font-weight: bold; | |
− | + | } | |
− | + | ||
− | + | .cApiName | |
− | | | + | { |
− | + | font-size: 22px; | |
− | | | + | color: #FF8000; |
− | + | text-align:center; | |
− | | | + | } |
− | + | ||
− | | | + | .cDataRows |
− | + | { | |
− | |int | + | background-color: #333; |
− | | | + | font-style: underline; |
− | + | color: gold; | |
− | |logonMinutes | + | } |
− | |int | + | |
− | | | + | .cApiFieldType |
+ | { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | table.mApiTable td.cApiInfoLabel | ||
+ | { | ||
+ | border-right-style: none; | ||
+ | color: gold; | ||
+ | } | ||
+ | |||
+ | table.mApiTable td.cApiInfo | ||
+ | { | ||
+ | border-left-style: none; | ||
+ | } | ||
+ | |||
+ | }} | ||
+ | {{User:Enta_en_bauldry/API_Links}} | ||
+ | |||
+ | {{User:Enta_en_bauldry/API_Table | ||
+ | |name=Account Status | ||
+ | |url=/account/AccountStatus.xml.aspx | ||
+ | |args=keyID, vCode | ||
+ | |cache=s | ||
+ | |mask=25 | ||
+ | |format=Rows containing text, no tags | ||
+ | }} | ||
+ | {{APITableRow|name=paidUntil|type=dt|desc=the date until which the account is currently subscribed}} | ||
+ | {{APITableRow|name=createDate|type=dt|desc=the date the account was created}} | ||
+ | {{APITableRow|name=logonCount|type=int|desc=the number of times you logged into CCP's services (this includes not only the game logons but also forum logons, likely also EVEGate logons)}} | ||
+ | {{APITableRow|name=logonMinutes|type=int|desc=the date until which the account is currently subscribed}} | ||
|} | |} |
Latest revision as of 18:35, 13 December 2014
General |
---|
-->
Account Status | Cache Method: | Short | |
Input Arguments: | keyID, vCode | ||
/account/AccountStatus.xml.aspx | Access Mask: | 2^25 | |
Result Format: | Rows containing text, no tags | ||
Row Name | Row Type | Row Description
Template:APITableRow Template:APITableRow Template:APITableRow Template:APITableRow |