These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Corp Wallet API and Docking fees

Author
Project 69
Aurora Coalition
Synergy of Support
#1 - 2012-01-16 18:12:26 UTC
About this one

http://wiki.eve-id.net/APIv2_Char_JournalEntries_XML

How about adding the stationID as reason for the docking fee entries?

should be easy and some may enjoy it (like me) ;)

thanks
Scrapyard Bob
EVE University
Ivy League
#2 - 2012-01-16 19:47:32 UTC
1200 baud
Pator Tech School
Minmatar Republic
#3 - 2012-01-20 08:04:58 UTC
I'm looking to use the Corp Wallet info to track who is contributing the most to the corp on a regular basis. I think I can get the information this way, but am new to using the API's. What would I need to be doing to pull the transaction data details for a daily or weekly period.

I'm pretty handy with databases and spreadsheets, but have not worked with or used API's. Any good pointers/primers?
Dragonaire
Here there be Dragons
#4 - 2012-01-20 16:41:59 UTC
Quote:
I'm pretty handy with databases and spreadsheets, but have not worked with or used API's. Any good pointers/primers?
Use any one of the many existing API libraries and save yourself the extra work of trying to make your own. If you would like something that puts the data directly into the database for you I would suggest my own library as that how it works but the others also work well when dealing with just one or two APIs like you'll probably be doing.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

1200 baud
Pator Tech School
Minmatar Republic
#5 - 2012-01-21 01:18:46 UTC
Thanks for the link. Unfortunately, it's still all Greek to me.

I'll keep looking.