esi icon indicating copy to clipboard operation
esi copied to clipboard

Eve Online Swagger Interface (ESI) for Elixir

Results 8 esi issues
Sort by recently updated
recently updated
newest added

CCP changed the base URL of the ESI some time ago, rendering this project broken. So I updated it and it seems to work again. Besides I generated the sources...

```elixir def planets(character_id) do %ESI.Request{ verb: :get, path: "/characters/#{character_id}/planets/", } end ```