The _object_links method is important for extensions that provide new links to other STAC objects. This allows PySTAC to know what links point to other STAC objects for things like fully resolving a catalog into an in-memory structure.
Currently that method has little documentation around it, so new extension authors won't know to implement that method appropriately. The goal of this issue is to add docs such that someone implementing an extension would be able to successfully implement that method for any extension that adds links to a STAC object.