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.
 

Corporation Wallet API (Help Needed)

Author
Cristi Malukar
University of Caille
Gallente Federation
#1 - 2016-12-17 20:40:10 UTC  |  Edited by: Cristi Malukar
Hi everyone,
I am rather new regarding EVE APIs and how to get data out of eve so I thought I could ask here. I know programming rather well but all the API stuff is a bit foggy.

I am working on a webpage where I can display all the isk donated to the corp in a specific wallet. More short I want to make a page where I can track easier if everyone has payed their monthly corp tax. Any suggestions on where could I start regarding the API part ? Or is there anything similar to this that already exist and I can use ?
Blacksmoke16
Resilience.
#2 - 2016-12-17 20:54:20 UTC
Since there is no ESI endpoint for corp wallets yet you will have to use the old XML API.

http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_walletjournal.html

From there you can select what wallet you want it to parse then can to see members who gave isk to that wallet and for how much etc.
Cristi Malukar
University of Caille
Gallente Federation
#3 - 2016-12-17 20:57:42 UTC
Blacksmoke16 wrote:
Since there is no ESI endpoint for corp wallets yet you will have to use the old XML API.

http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_walletjournal.html

From there you can select what wallet you want it to parse then can to see members who gave isk to that wallet and for how much etc.


Thanks alot ! I was looking at the ESI endpoints and was not able to see anything useful for what I need. Will have a look at the old XML API.
Tommaxx
Caldari Provisions
Caldari State
#4 - 2016-12-25 21:21:14 UTC
Cristi Malukar wrote:
Blacksmoke16 wrote:
Since there is no ESI endpoint for corp wallets yet you will have to use the old XML API.

http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_walletjournal.html

From there you can select what wallet you want it to parse then can to see members who gave isk to that wallet and for how much etc.


Thanks alot ! I was looking at the ESI endpoints and was not able to see anything useful for what I need. Will have a look at the old XML API.


I just wrote some code matching this topic
github link
Dharr Guartonzec
Non-Sedentary
#5 - 2017-01-19 16:31:48 UTC
Tommaxx wrote:


I just wrote some code matching this topic
github link


I tried your code and i wonder about a lot of NET SNMP error messages flooding the console before script returns it successfully connected DB and read data from API.

But when i create the html report with the daily script there are no rows displayed at all.

-Dharr Guartonzec-

CEO of Non-Sedentary

jerppu2
Pator Tech School
Minmatar Republic
#6 - 2017-01-20 10:43:37 UTC
Dharr Guartonzec wrote:
Tommaxx wrote:


I just wrote some code matching this topic
github link


I tried your code and i wonder about a lot of NET SNMP error messages flooding the console before script returns it successfully connected DB and read data from API.

But when i create the html report with the daily script there are no rows displayed at all.


There's nothing related to NET SNMP in these scripts, as far as I know.

Also, scripts are hardcoded for purpose, so if you wish to use them, you'll need to read the scripts and make needed changes to fit your purposes. If you download and run scripts, nothing will happen... at least not what you expected.

I sent you an evemail.