diff --git a/docs/community/eve-esi-golang/index.md b/docs/community/eve-esi-golang/index.md new file mode 100644 index 0000000..cf5459f --- /dev/null +++ b/docs/community/eve-esi-golang/index.md @@ -0,0 +1,23 @@ +--- +search: + exclude: true + +title: EVE API for Golang +type: resource +description: Go client library for EVE Online's ESI API with OAuth2 authentication, PKCE support, and automatic spec updates. +maintainer: + name: fnt-eve + github: fnt-eve +--- + +# EVE API for Golang + +A Go client library for the EVE Online ESI API, generated from the official OpenAPI specification. + +This library is a spiritual successor to the original [goesi](https://github.com/antihax/goesi) package, updated to support CCP's OpenAPI 3.x+ specification. Generated using [Openapi Generator](https://github.com/openapitools/openapi-generator). + +