Skip to content

Issue tracking and feature requests for ESI

Notifications You must be signed in to change notification settings

Phrynohyas/esi-issues

 
 

Repository files navigation

esi-issues

For public ESI issue tracking only. Bring out your dead.

https://esi.tech.ccp.is/

Please only submit issues related to ESI (not CREST or XMLAPI).

Click here for SSO issues

Please do not open issues for anything security related here, send an email to security@ccpgames.com instead.

Migration Guide

Issue velocity

New Issues Backlog TODO In Progress Staging

Throughput Graph

ESI Members

GitHub User CCP Dev Name Tweetfleet Slack Role
a-tal CCP SnowedIn @ccp_snowedin BDFL
aquarhead CCP AquarHEAD @ccp_aquarhead Developer
ccpStuart CCP Mephysto N/A Project Manager
ccp-zoetrope CCP Zoetrope @ccp_zoetrope Developer
gitAskur CCP PrismX @prismx Database Wizard
HakShak CCP Chimichanga @ccpchimichanga Manager
tsuthers-ccpgames CCP Bartender @ccp_bartender Developer

FAQ

How do I make authenticated requests?

ESI uses the same standard oauth2 flow CREST used. We released a blog detailing the SSO flow for ESI applications, but you can use whatever oauth2 library you're most comfortable with.

What is the error limit?

ESI is not rate limited, it is however error limited. Please refer to this blog post detailing the ESI error limit.

Keep in mind some endpoints have additional rate limits imposed by game design. If you are limited by the game on some action, ESI will have the same restrictions.

What are "underscore routes"?

They embed the version in the path, resulting in more stable clients. Please refer to the blog post on the matter. Clients taking advantage of underscore routes should use the OperationID instead of path when calling a route, for convenience.

What constitutes a version increase?

Please refer to the breaking changes document.

Where can I see upcoming changes?

You can use ESI's diff interface for the exact differences per route. There is also the ESI changelog for historical reference and to know when upcoming changes will be promoted.

Is there an ESI client library in <language_x>?

Probably. Check the awesome-eve repository. If you can't find something there for your language, you can try the swagger open source integrations page.

When are CREST and XML API going away?

May 8th, 2018.

Further Questions?

Join us on Tweetfleet Slack, in the #esi channel. If you're not on Tweetfleet Slack yet, get an invite here.

About

Issue tracking and feature requests for ESI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published