User Tools

Site Tools


using_the_eve_online_apis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
using_the_eve_online_api [2017/01/16 08:40] – [Additions to Web2Py to Support Access to the EVE Online API] jtkorbusing_the_eve_online_apis [2017/01/21 14:05] – [Other Notes] jtkorb
Line 1: Line 1:
 ====== Using the EVE Online API ====== ====== Using the EVE Online API ======
 +
 +<WRAP important>\\ **Under construction!**</WRAP>
  
 ===== Useful Documentation and Necessary Websites ===== ===== Useful Documentation and Necessary Websites =====
Line 15: Line 17:
   pip install bravado      # some effort to fully install; needed to --force-reinstall   pip install bravado      # some effort to fully install; needed to --force-reinstall
   pip install functools32  # should have been installed automatically with bravado   pip install functools32  # should have been installed automatically with bravado
 +  pip install pytz         # to use the timezone utility for local conversions 
 +===== Other Notes ===== 
 +  * EVE Swagger Interface (ESI) API [[https://community.eveonline.com/news/dev-blogs/introducing-esi/|announcement]] and [[https://developers.eveonline.com/blog/article/introducing-the-esi-api|blog post]] 
 +  * Bravado, a Python implementation of Swagger, [[http://bravado.readthedocs.io/en/latest/|documentation]] 
 +  * Live ESI [[https://esi.tech.ccp.is/latest/|documentation]] 
 +  * Tricks to access the EVE Online [[https://forums.eveonline.com/default.aspx?g=posts&t=507582|wallet]] 
 +  * Python ''requests'' module [[http://docs.python-requests.org/en/master/|documentation]] 
 +  * Currently using [[http://tablesorter.com/docs/|tablesorter]] to created sortable HTML tables.
using_the_eve_online_apis.txt · Last modified: 2019/05/10 07:08 by jtkorb