| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 2 post(s) |

Captain Thunk
Sniggerdly Pandemic Legion
147
|
Posted - 2014.01.24 15:43:00 -
[1] - Quote
I was asked by FoxFour to produce this, so: A simple list, albeit with explanation as to why, of API improvements/additions/fixes.
1. New Character/Alliance/Corporation/Faction Endpoint. This is already in the works, it was suggested to FoxFour and he agreed it made sense and had a prototype running pretty much the next day. I'll go over it again anyway.
The problem is, sometimes developers have a name and nothing else. To resolve it into more meaningful information, you have to call the public characterInfo sheet. This in principle is fine, however, there are situations now where you have several hundred or even thousand names you want to resolve. Calling them all is bad for developers, bad for users who have to wait and bad for CCP who feel unhappy that their beautiful systems are being challenged in unhealthy ways.
FoxFour has created an endpoint that allows developers to call multiple characterIDs at the same time and produce a list with rows detailing corporation, alliance and faction. He is definately a fuzzy and cuddly guy. I took the liberty of writing a wiki entry based on info he's given prior to it's release. You can read/fix it here.
As an example of an application that uses characterInfo this way, here's a local scanner. There is at least 3 public apps that perform this function. They take the list of names from local and gather the information on each to produce meaninful breakdowns of the composition of local. To do this required 3823 characterInfo requests after resolving all of the names into IDs. Resolving the IDs can be done efficiently and in batch by using the CharacterID call.
2. More Detail For FacWarTopStats page. The detail given in FacWarTopStats is limited upto the point where it's kind of pointless. To use the sheet and give the user meaningful data, you need details like corporation and alliance where applicable. Without it you have to make calls to characterInfo (although the above fix mitigates this greatly). Generally for a simple stats page though, it'd be better if the info came with the stats page and didn't require further API calls just to make it useful.
I don't think anyone uses this page at the moment as it requires too much extra to make meaningful information during which the user has to wait.
3. Omission of I-Hub and Station reinforced notifications. I can't say whether this is due to an oversight or technical constraints that I wouldn't understand, I hope it's the former. With the notification data both ingame and via API we can get wonderful little timers telling us when our PoCos are reinforced and when they come out. This enables us to automate defensive OP Timers for them. Strangely the same notifications do not exist for stations or i-hubs. While powerful alliances such as Pandemic Legion, able to project their will anywhere in the spacegame universe, have little need for such defensive timers. Smaller, weaker, more feeble alliances, those such as Goonswarm Federation, Those Russian Alliances, Against All Authorities and Black Legion, who all operate on the opposite side of the universe to where PL happens to be, suffer greatly from not having automated timers. Only last weekend, -A- were completely oblivious to one of their systems and station entering final timers. The result was a hastily cobbled together 9 full fleets of ill prepared and ill informed pilots jumping in late to the party.
I think we can all agree that notifications ingame that can be used by the API to generate forum timers and webpage timers would benefit everyone. Especially those little guys trying their best.
4. CharacterID and CharacterName type resolution. FoxFour is a good ol' boy and is on the case. Basically we have various APIs that can resolve IDs into names, but it's unclear with characterID and characterName what type of ID has just been resolved. This is because the initial scope of the APIs expanded to include more than just characters. He has a new endpoint in testing which will be awesome and will tell developers what it is thats just been resolved. Awesome.
5. Outpost list when using Legacy Keys. Probably redundant, but this never worked for me when using a Legacy type key. It always returned "General Error: Scotty the docking manager heard you were talking **** about him behind his back and refuses to service your request.".
If there were anymore I've forgotten about them.
|
|

CCP FoxFour
C C P C C P Alliance
2872

|
Posted - 2014.01.24 15:53:00 -
[2] - Quote
1 is done locally 4 is done locally 2 I will have to look into 3 is a bigger design question but I will raise it with the design group 5 after a very quick and not very educated look at the code it looks like that definitely shouldn't work and I don't know about effort to reward for making it work. Why the hell you still using a legacy key? CCP FoxFour // Game Designer @regnerba |
|

Cyerus
Eternal Strife
251
|
Posted - 2014.01.24 15:54:00 -
[3] - Quote
6. This idea is for the sake of reducing API errors. The Char/FacWarStats page returns error 124 when a character is not part of FW. From what I understand, this error is calculated towards the maximum amount of errors you can have before a 904, which doesn't help as there isn't any other reliable way of figuring out if a character is part of FW.
I suggest to either remove the error and send the "Character isn't part of FW" in another way, or stop counting this error towards the 904. |

Captain Thunk
Sniggerdly Pandemic Legion
147
|
Posted - 2014.01.24 15:57:00 -
[4] - Quote
CCP FoxFour wrote: 5 after a very quick and not very educated look at the code it looks like that definitely shouldn't work and I don't know about effort to reward for making it work. Why the hell you still using a legacy key?
I don't, but when I did I noticed that it never returned the page.
To the best of my knowledge, I'm the only person who's noticed. I added it to the list because I was aware of it and would quite agree if you chose to ignore it unless given a compelling reason as to why effort should be put into it. |
|

CCP FoxFour
C C P C C P Alliance
2872

|
Posted - 2014.01.24 16:01:00 -
[5] - Quote
Captain Thunk wrote:CCP FoxFour wrote:1 is done locally 5 after a very quick and not very educated look at the code it looks like that definitely shouldn't work and I don't know about effort to reward for making it work. Why the hell you still using a legacy key? I don't, but when I did I noticed that it never returned the page. To the best of my knowledge, I'm the only person who's noticed. I added it to the list because I was aware of it and would quite agree if you chose to ignore it unless given a compelling reason as to why effort should be put into it.
As I am a lazy ****, what is another page that works with the legacy key that should require the same roles as this? So I can better look at how much work might be needed. CCP FoxFour // Game Designer @regnerba |
|

Harvey James
The Sengoku Legacy
634
|
Posted - 2014.01.24 16:01:00 -
[6] - Quote
i don't know if this is anything CCP can do about it but... with the old legacy API's .. the killboards used to list all kills of every member so you usually had a list of top 20 killers in the corp so in my old corp i got from the bottom too about 5th place something like 200 kills ... then it stopped which is a shame..
it also had other things like top solo killer etc.. it was like an monthly awards in about 6 or 7 things now you get monthly ones at best and it kind of takes something away from the competitiveness ... Tech 3's need to be multi role ships not cruiser hulls with battleship tank and insane resists ABC's are clearly T2 in all but name.. remove drone assist mechanic. Nerf web strength ..... module tiercide FTW role based instead of tiers please. |

Drailen
ED-Technics
8
|
Posted - 2014.01.24 18:31:00 -
[7] - Quote
I'd really like to see the introduction of a BlueprintAssets API which will provide specific details for blueprints owned by a character or a corporation. Columns could be:
- itemID - The unique ID corresponding to the itemID in the AssetList API call
- typeID - The type ID of the blueprint
- materialLevel - The ML of the blueprint
- productivityLevel - The PL of the blueprint
- runsRemaining - The number of runs remaining on the blueprint (set to -1 in the case of originals)
A location ID would be useful to have as well if that's at all feasible.
While we can do a copy/paste of personal and corporate blueprints from the Science and Industry UI when working with our blueprint data, this has some major limitations:
1. Blueprints in containers are not listed 2. Blueprints in different regions are not listed
Having all the blueprint information available via an API without having to travel through multiple regions and manually process a list would be a great help to industrialists from a production and logistics point of view.
This new API should have a new access mask so that producers within a corporation can see the blueprint details without requiring access to other details (e.g. the full asset list). |

Marcel Devereux
Aideron Robotics
331
|
Posted - 2014.01.24 20:22:00 -
[8] - Quote
Could you please look into adding contested and planetary interaction values to: /map/FacWarSystems.xml.aspx
Currently their is only the contested attribute which is a boolean. I would like to see the following attributes added to each system:
- contestedValue: integer, 0 = stable, 2625-3325 = vulnerable (depending on dust influence)
- contestedPercentage: float, 0.0 = stable 1.0 = vulnerable
- dustModifier (probably needs a better name): float, -0.125 - 0.125
|

Vogue
RAND Punch and Judy Show
3
|
Posted - 2014.01.24 20:45:00 -
[9] - Quote
I have noticed that assets list xml is inconsistent in ending row itemID= row lines with /> or >. I don't know if this would upset programming wrapper functions that dump xml into some sort of array in one or a few lines of code. Myself I program in .NET C# and do manual string butchery to parse every line and every variable within a line.
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
2588
|
Posted - 2014.01.24 20:58:00 -
[10] - Quote
Vogue wrote:I have noticed that assets list xml is inconsistent in ending row itemID= row lines with /> or >. I don't know if this would upset programming wrapper functions that dump xml into some sort of array in one or a few lines of code. Myself I program in .NET C# and do manual string butchery to parse every line and every variable within a line.
It's following the XML standard.
The rows that end with /> are known as singleton rows. They don't contain anything.
Rows that end with > contain things, and are closed by < /row>
Any decent XML parsing code will handle this with no problem at all. Steve Ronuken for CSM 9! http://www.fuzzwork.co.uk/ Twitter: @fuzzysteve on Twitter |

Vogue
RAND Punch and Judy Show
3
|
Posted - 2014.01.24 21:30:00 -
[11] - Quote
Just had a look at a fresh assets xml file and you are right. I probably got myself tied up by copy and pasting xml fragments from a web browser into a text editor. |

Karbowiak
V0LTA Triumvirate.
177
|
Posted - 2014.01.26 10:32:00 -
[12] - Quote
Harvey James wrote:i don't know if this is anything CCP can do about it but... with the old legacy API's .. the killboards used to list all kills of every member so you usually had a list of top 20 killers in the corp so in my old corp i got from the bottom too about 5th place something like 200 kills ... then it stopped which is a shame..
it also had other things like top solo killer etc.. it was like an monthly awards in about 6 or 7 things now you get monthly ones at best and it kind of takes something away from the competitiveness ...
Yes because CCP does work on EDK..
Go away |

Risingson
77
|
Posted - 2014.01.26 22:28:00 -
[13] - Quote
i would love to see an api telling about current incursions + state info Eveeye Prototype YD-114 Onboard Computer Systems |

Wollari
Dirt Nap Squad Dirt Nap Squad.
64
|
Posted - 2014.01.28 01:01:00 -
[14] - Quote
Let me just get a quick list for stuff i've requests already couple years ago
allianceSheet * doesn't exist currently, * stuff like alliane description (without having the need to srape evegate) * similar to corporationSheet
stationDetails * we've a list of stations, but not details * xyz coordinates or orbitID of the planet/moon * station description
Characters * birthdate is missing
FactionWarare * like said percentage, etc
Incursions * where are incursions present * their state and effects
Wars * list active wars between entities (maybe a full list?) * filter by alliance/corp
Maps * more public overlay stats like we can get on the ingame map like: * players in space/docked * cynogens/cynofields (all public ingame btw) * the indizies DOTLAN EveMaps-á| Your out-of-game map, navigation toolset, sov database, etc. since 2008 |

Medusa The Gorgon
Temple of the Serpent The Gorgon Empire
2
|
Posted - 2014.01.30 20:06:00 -
[15] - Quote
Why no one asks about wrong sigleton flag for blueprints bpo's in containers for killmail APIs? It drives me mad  |

Abdiel Kavash
Paladin Order Fidelas Constans
2695
|
Posted - 2014.01.31 04:37:00 -
[16] - Quote
I would like to be able to get a total amount of a character's Skill Points as a single value somewhere. Currently the only way to do this is to pull the entire skill sheet and add them up. This is unnecessary computing time and data bandwidth for something simple that just needs the SP number - think the EVEmon starting screen.
Second, and I realize that this might be tougher to implement, I would absolutely love to be able to get the contents of a courier contract that I issued. As a trader I have a stock of items at the station I'm trading at, and most of the time some items being moved there via courier contracts. I can easily take inventory of items in station and in market orders, but after dispatching a courier contract there is no way (besides manually writing it down) to know what items are currently in transit. Without knowing this I can't accurately decide which items I'm running out of and need to buy more. |

Skutter Midumulf
Red Federation RvB - RED Federation
0
|
Posted - 2014.01.31 16:04:00 -
[17] - Quote
Ship CREST please? (https://wiki.eveonline.com/en/wiki/CREST_Documentation) |

Kamylia
EVE University Ivy League
4
|
Posted - 2014.02.03 12:53:00 -
[18] - Quote
I would like to query the data of
- all jumps clones,
- their position,
- their implants and
- when the next jump is available.
|

Kossaw
Body Count Inc. Pandemic Legion
92
|
Posted - 2014.02.04 04:55:00 -
[19] - Quote
I'd really like to see the IGB headers issue fixed.
This isnt a new problem and has been discussed many times before. Essentially the IGB headers return data about your client to the host web site in a header message. The client headers unfortunately use underscores, which is not permitted when the host web site is using Nginx or newer versions of Apache.
While this can ~sometimes~ be worked around by modifying settings on the web server. But if you are on a shared host using Nginx or Apache 2.4 and up then you're pretty much S O O L.
An excellent solution was proposed here ... https://forums.eveonline.com/default.aspx?g=posts&m=1906461#post1906461 WTB : An image in my signature |

Golden Gnu
EVE University Ivy League
122
|
Posted - 2014.02.04 19:09:00 -
[20] - Quote
I'll jump on this train!
ContractItems API -rawQuantity is never included. Please fix it, so we can figure out if the items are BPO or BPC.
-singleton column always return 0 (zero). no matter the state prior to contracting the item. for ex.: It's impossible to package a BPC, so they should never return singleton 0, but, they always do...
Extra Info: It's the only API where you still can not figure out if it's a BPO or BPC. Assets got rawQuantity (best update to the API ever - from my perspective), industry jobs got installedItemCopy, Market orders are always BPO. Basically, we are so close now, it would just be epic to finish it 
-Golden Gnu of jEveAssets Download is the meaning of life, upload is the meaning of intelligent life http://eve.nikr.net - home of jEveAssets |

Captain Thunk
Sniggerdly Pandemic Legion
147
|
Posted - 2014.02.05 13:32:00 -
[21] - Quote
Bug: /char/ContactList.xml.aspx
The XML definition lists: contactID,contactName,inWatchlist,standing,contactTypeID
However only 4 of the 5 are ever listed: contactID,contactName,standing,contactTypeID
inWatchlist is missing. I presume this bug was accidentally introduced when contactTypeID was added |

Captain Thunk
Sniggerdly Pandemic Legion
147
|
Posted - 2014.02.11 12:13:00 -
[22] - Quote
Wars.
I was recently asked to produce a page to list current and pending wars for a certain warmongering alliance, knowing that wars with registered with notifications, I didn't forsee much of a problem.
However, it is impossible to generate a truly accurate page listing active wars from notifications alone. It's also a little tricky anyway what with notifications being limited to the last 3 days. This requires 'spoofing' a notification for longstanding wars.
The mechanism that corps leaving an alliance generates a notification that doesn't indicate the war is already in progress - it leaves you to work it out for yourself, this is despite it having a flag called hostileState. It's a lot of extra work our side to produce something that's accurate and I'm not convinced it'll ever be 100%
As the client can happily generate a list of Current Wars, Pending Wars and Past Wars I propose a new public API sheet /corp/w4rzYOLO.xml.asp?corporationID= which lists at least the Current Wars and Pending Wars.
This allows us to easily set standings on our alts so we can gank those 3 week old newbies
This allows easy access for alliances to whether they're at war or not, so we can warn our JF pilots who, only living once, tend to undock and carry on without a care in the world.
|
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |