Skip to content

OrthoLoess/eveonline-third-party-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

eveonline-third-party-documentation

Documentation for EVE Online third-party developers. This covers things like the XML API, CREST, the Static Data Export (SDE), and SSO. You can read the latest version of the documentation here.

Developing

Setup

You will need to have python, pip and virtualenv installed (install virtualenv using pip) then run the following commands from inside the repo directory:

Windows

virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt

Linux/mac

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Running

mkdocs serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published