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.
 

Callback URL

Author
Cor'El Dahken
Farmers Union Iced Coffee
Pandemic Horde
#1 - 2017-04-26 09:18:22 UTC
If I am just wanting to create a spreadsheet to track corp contracts etc, so not web hosted.

What am I supposed to put as the callback URL when creating a developer application?

I will be using GSheets if that helps.
Althalus Stenory
Flying Blacksmiths
#2 - 2017-04-26 13:37:31 UTC
https://www.fuzzwork.co.uk/2017/03/14/using-esi-google-sheets/

EsiPy - Python 2.7 / 3.3+ Swagger Client based on pyswagger for ESI

Blacksmoke16
Resilience.
#3 - 2017-04-26 14:38:09 UTC
Contacts or Contracts?

As of now there isn't an endpoint for contracts using ESI, so you would be better off just making an API key and using importXML() like normal on google sheets.

Shameless plug:
https://github.com/Blacksmoke16/GESI
Cor'El Dahken
Farmers Union Iced Coffee
Pandemic Horde
#4 - 2017-04-27 00:59:58 UTC
Thankyou for the replies. I didn't realise that I didn't need a developer application for XML API. My bad