|
Author |
Thread Statistics | Show CCP posts - 9 post(s) |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.21 19:33:00 -
[1]
I'm in the process of writing a .NET class for the Eve API, returning DataSets/DataTables/Values from the EveAPI.
If anyone is interested I will make it public; might take the weekend to rewrite my cowboy code to something usable though.
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.22 17:48:00 -
[2]
Originally by: FlashFF
Originally by: Jane Spondogolo
Originally by: FireFoxx80 I'm in the process of writing a .NET class for the Eve API, returning DataSets/DataTables/Values from the EveAPI.
If anyone is interested I will make it public; might take the weekend to rewrite my cowboy code to something usable though.
Peachy keen Firefox. I'm working on a PHP class abstraction as well
Something like eve->{corp}->{username}->{attribute} type thing.
I'm writing an object based abstraction module like that but in .NET :) I'm going along the route of having node objects linked to each other with a controlling class to make it easier to use.
Yeah, I looked down the object abstraction route, but I'm probably going to use the data for data's sake; not for programming against it.
Anyway, mostly done now, just looking at some of the more fiddly stuff; will post tomorrow maybe.
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.22 19:24:00 -
[3]
Originally by: Feldor Galedeep Is there or are we going to have access to a generic corp member list? not just a CEO / Director one.. i mean we should be able to... everyone can see a member listing when their in the corp no matter what level of access they have...
You get a reduced data set.
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.22 19:39:00 -
[4]
Anyone getting the following error:
Wallet exhausted: try after xx:xx:xx xx:xx
??
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.23 20:18:00 -
[5]
Edited by: FireFoxx80 on 23/06/2007 20:17:38 Here
Bear in mind it's incomplete. The Wallet and Journal transactions are crap, because of the way Eve API works.
Donations welcome ;)
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.23 21:25:00 -
[6]
The sorts of things I'd like to see:
- More map information (kills in last 24h, pilots in space, etc..) - Standings for a char/corp/alliance
Oh, and getting the Walking stuff working properly would be fantastic.
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.25 14:32:00 -
[7]
Since my other post got locked.
Does anyone have a list of unpublished API calls?
There is the one for alliances (/eve/Alliances.xml.aspx), but I am sure there are others.
What I do the rest of the time - Vote for a Jita bypass! |

FireFoxx80
Caldari E X O D U S Imperial Republic Of the North
|
Posted - 2007.06.27 12:57:00 -
[8]
Originally by: Victoria Scott I'd be interested in a public-posted .NET solution. (C# prefered).
So, what's the easiest way to find a player's ID that's needed for like everything.
Too bad the data only goes one way. I was hoping to write a skill change program that I can use to change my skill when I can't log on due to... being at work...
Fun stuff.
I posted VB.NET a few pages back, I know other's are working on C#.
As above, WebClient is the easiest method. Though some argue that WebRequest/WebResponse are more lightweight.
Player's ID. Easiest is to find them on forums and click their image; the ID will be in query string. You can programatically pull out the CharacterID's of characters on your account, or in your corp. There's no out-of-game way to programatically say "get me the ID of pilot XX"
Skill changing outside of Eve will only ever happen via an official Eve Client (Eve Mobile most likely). Else it's far too easy for people to write Character Macro's which just uber-train up characters which can be sold for ISK.
What I do the rest of the time - Vote for a Jita bypass! |
|
|
|