A Go client for EVE Online's ESI API.
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- ESI API version: 0.4.1.dev1
- Package Version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
To retrieve a specific version of this library, run go get gopkg.in/eveopsec/goesi.v#
where #
is the desired version.
If version does not matter, run go get -u github.com/eveopsec/goesi
to pull the master
branch's current state.
The documentation for all API endpoints may be found at CCP's official ESI site.
For documentation on this library... users will have to do their best until the maintainer can add documentation.
Pull requests are always welcome!
- Documentation for functions/types in package.
- Unified client support?