Improvements to CREST endpoint Corporation structures
Hi all, CCP Bartender here!
A quick note about some upcoming changes in the corporation structures resource. This resource was my first introduction to creating crest handlers, and as part of a routine review of the crest logs I have found that unfortunately it was not up to scratch.
Two key issues have been found:
Due to a caching bug, one hour after a user first requests their corporation structures the resource would start returning 500 errors.
I typo'd the hell out of the resource route, and it was under the tree root /corporation/ rather than /corporations/. Note the lack of trailing 's'. As such, it is inconsistent with every other corporation resource.
In addition, it also wasn't discoverable because it wasn't linked to from anywhere, which is kind of a CREST ...
read more