BaseController

class pyinaturalist.controllers.BaseController(client)

Bases: object

Base class for controllers. A controller provides an interface for all requests related to a single resource type. This is mainly for the purpose of splitting up iNatClient methods by resource type, which keeps code, documentation, and usage more organized and easier to navigate.

Methods

__init__(client)