client

plantstore.client

PlantStoreClient

The main client for the Plantman API.

1from plantstore import PlantStoreClient
2
3client = PlantStoreClient(api_key="...")
4client.plants.create(species="Monstera deliciosa", nickname="Monty")

Methods

  • plants — access the plants resource.