Hi,
I was previously using the version 1, waiting for the release of the v2 but the numerous bugs that are rising from 1.4.9 forced me to wire on the more recent release candidates.
Prior, using an authenticated client, I was able to request the list of mosaics using the following:
import os
import planet
client = planet.api.ClientV1(api_key=os.environn"PL_API_KEY"])
mosaics = client.list_mosaics().get()
print(mosaics)
Is it still possible in V2 ? I searched for a list_mosaics or get_mosaics method but I found nothing.