Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pyinaturalist 0.20.1 documentation
Logo
  • User Guide
    • General Usage
    • Authentication
    • Advanced Usage
    • API Client Class
  • Examples
    • Tutorial 1: Observations
    • Tutorial 2: Taxa
    • Tutorial 3: Data Visualizations
    • Regional activity time series visualizations
    • Regional observation stats
    • Seaborn examples
    • Matplotlib example
  • Endpoint Summary
  • API Reference
    • V0
      • Observation Fields
      • Observations
    • V1
      • Controlled Terms
      • Identifications
      • Messages
      • Observation Fields
      • Observations
      • Places
      • Posts
      • Projects
      • Search
      • Taxa
      • Users
    • V2
      • Observations
    • Client
    • Controllers
      • AnnotationController
      • BaseController
      • ObservationController
      • PlaceController
      • ProjectController
      • SearchController
      • TaxonController
      • UserController
    • Models
      • Annotation
      • Application
      • BaseModel
      • BaseModelCollection
      • Checklist
      • Comment
      • ConservationStatus
      • ControlledTerm
      • ControlledTermCount
      • ControlledTermCounts
      • ControlledTermValue
      • EstablishmentMeans
      • Fave
      • Flag
      • ID
      • IconPhoto
      • Identification
      • LazyProperty
      • LifeList
      • ListedTaxon
      • Message
      • OFD
      • OFV
      • Observation
      • ObservationField
      • ObservationFieldValue
      • Observations
      • Photo
      • Place
      • Project
      • ProjectObservation
      • ProjectObservationField
      • ProjectUser
      • QualityMetric
      • SearchResult
      • Sound
      • Taxon
      • TaxonCount
      • TaxonCounts
      • TaxonSummary
      • User
      • UserCount
      • UserCounts
      • Vote
    • Auth
    • Converters
    • Exceptions
    • Formatters
    • Paginator
    • Request Params
    • Session
  • Contributing
    • Code of Conduct
  • Contributors
  • History
Back to top
View this page

ControllersΒΆ

Controller classes for iNatClient. These contain all the request functions used by the client, grouped by resource type.

AnnotationController

Controller for Annotation and ControlledTerm requests

ObservationController

Controller for Observation requests

PlaceController

Controller for Place requests

ProjectController

Controller for Project requests

SearchController

Unified text search

TaxonController

Controller for Taxon requests

UserController

Controller for User requests

Next
AnnotationController
Previous
Client
Copyright ©
Made with Furo