Skip to content

Releases: Blacksmoke16/GESI

Return all pages when fetching all pages

22 Feb 22:21
41c55b5
Compare
Choose a tag to compare

Return first page as well when fetching all pages

22 Feb 21:49
6b5f315
Compare
Choose a tag to compare
Return first page when fetching all pages

Fixes #19

Option to get all pages

13 Feb 17:32
Compare
Choose a tag to compare

Update to /v2/corporations/structures
Some consolidation/formatting

4.0.0

11 Feb 05:48
fdb049f
Compare
Choose a tag to compare

New Features

Version 4.0.0 brings massive changes to GESI with the two major goals of making it easier to maintain while providing more functionality to the end users. This change includes a complete rewrite the script, removal of the Oauth2 Google Script as a requirement, and finally, the functions/endpoints code is now all generated from the ESI swagger.json definition file vs being manually maintained.

Version 4.0.0 includes:

  • Includes ALL GET ESI requests and all scopes
  • Language support on supported ESI endpoints
  • Better handling of tokens, reduces external requests by a lot
  • Much easier to add/update endpoints resulting in faster updates
  • Support for non-sheet owners to auth and use the script.

BREAKING CHANGES

  • Function names are now snake case vs camelCase
  • Endpoints and functions are now in their own files
  • Column names are now snake case
  • JSON structure of each endpoint has changed
  • CHARACTERS array has changed again to array of character names
  • Will need to reauth to make use of new auth flow and for the new scopes

As usual any issues please create an issue on the Github repo and let me know. Any questions feel free to get in touch or drop a comment on the EVEO forums.

Smoke

Add allianceContacts endpoint + Bug fix

30 Dec 17:36
761c5aa
Compare
Choose a tag to compare

Adds function to get alliance contact data.
Fixes the No Reference Found bug again.

Update endpoint versions

12 Dec 21:28
f90d118
Compare
Choose a tag to compare

Add corporation contract functions
Add corporation bookmark functions

Fix two bugs

04 Dec 21:46
283253e
Compare
Choose a tag to compare

Fixes #10 and #11

Fix SSO bug

29 Nov 16:02
72b261c
Compare
Choose a tag to compare
3.1.1

Fix SSO bug

Refactor *Names functions to remain DRY

03 Nov 02:04
3c43e09
Compare
Choose a tag to compare

Add from_id param to wallet endpoints
Add structures, structure, corporationWalletTransactions, and characterNames endpoints
Fix bug with wallet journal endpoint

Fix undefined planet_id

30 Oct 02:41
eb4ca4f
Compare
Choose a tag to compare
3.0.1

Fix undefined planet_id