View Single Post
03/22/24, 04:01 PM   #44
ImpOfThePerverse
Join Date: Mar 2024
Posts: 8
Originally Posted by nightstrike2 View Post
Is the low level API the list of functions on the first page?

Also, to Imp's point, the API that you linked similarly doesn't have an overview, it's just a list of functions (and their implementation, obviously)
UESP has a diff of the current API version versus the last version that lists functions that were added and removed.

https://esodata.uesp.net/current/apidiff.txt

There are quite a few more changes to the guild history API than were listed in ZOS's API patch notes. The first thing I did when trying to debug the addon I'm trying to update was to get VS Code set up for Lua as per this thread:

https://www.esoui.com/forums/showthread.php?t=9875

The function signatures found here are out of date, so I went through and deleted the functions that look guild history related that were listed as removed in the UESP diff. That at least points out which parts of the addon I'm updating are broken.

The full, updated API is linked below, but there's no explanation of the functions or any kind of overview of the guild history API:

https://www.esoui.com/forums/attachm...3&d=1709571451
  Reply With Quote