Search results
The ESI API is the official RESTful API for EVE third party development. It leverages Swagger so that documentation about the API is always up to date and not dependent on documentation websites like this one.
Swagger supplies an api that allows the programmatic generation of client libraries. The spec for the generator API itself (generated using Swagger of course) can be found at http://generator.swagger.io.
ESI is the name of EVE Online's publicly available API, allowing you to query the game itself to get info about your character, corporation and more. This documentation can be used as a jumping off point to learn how to begin developing against ESI or as a place to learn some of the ESI concepts that are harder to grasp.
29 lis 2023 · EVE Swagger Interface (ESI) is an API that can be used by third party applications to interact with data from the EVE game servers. It replaces CREST and the XML API which were shut down on May 8th, 2018.
12 sty 2018 · EVE Technology and Research Center Third Party Developers. MasterChief351 (MasterChief351) January 12, 2018, 6:50pm 1. Hello! I study software development in college and I’m also starting work placement in a few days (woo!) but I would love to develop an application (s) using ESI.
EVE Swagger Interface has 7 repositories available. Follow their code on GitHub.
The EVE Swagger Interface is a new framework developed by Team Tech Co to underpin the new ESI API. If you don't know what this is, you should go here to read the blog Introducing ESI - A new API for EVE Online.