plants

plantstore.plants

Operations for managing plants.

create

1client.plants.create(species="Ficus lyrata", nickname="Fig")

Creates a new plant (POST /plants) and returns the created Plant.

get

1client.plants.get(plant_id="plant_123")

Fetches a single plant by id (GET /plants/{plantId}).

list

1client.plants.list()

Lists all plants (GET /plants).