plants
plantstore.plants
Operations for managing plants.
create
Creates a new plant (POST /plants) and returns the created Plant.
get
Fetches a single plant by id (GET /plants/{plantId}).
list
Lists all plants (GET /plants).