Wei
Wei
update static doc refs in the codebase from `developers.planet.com` to `docs.planet.com` to align with Planet's doc site migration. - start with domain swap - but there are also subtle path...
The changes focus on improving item assessment(`item-get`,`item-coverage`), asset management(`asset-get`, `asset-list`) and making the API more consistent. 1. implementations: - `item-get`: new in Async client, Sync Client, CLI - `item-coverage`: new...
https://github.com/planetlabs/planet-client-python/pull/1109#issuecomment-2758613806 [tests/integration/test_data_api.py](https://github.com/planetlabs/planet-client-python/blob/4374ec8e77e5a00b8ba147b848ddb02e018b2e7f/tests/integration/test_data_api.py) should follow the async+sync testing pattern in [tests/integration/test_features_api.py](https://github.com/planetlabs/planet-client-python/blob/4374ec8e77e5a00b8ba147b848ddb02e018b2e7f/tests/integration/test_features_api.py) to maintain consistency and reduce test duplication