Namespace JoshAaronMiller.INaturalist
Classes
Annotation
BoundingBoxGeoJson
ControlledTerm
ControlledTermValue
Count
Dimensions
Enums
Error
Flag
FlagCounts
GeoJson
GeometryGeoJson
Identification
IdentificationCategoryCount
IdentificationSearch
An IdentificationSearch is a set of parameters for searching iNaturalist Identifications. Usage: myINatManager.SearchIdentifications(myIdentificationSearch)
IdentificationSubmission
INatManager
The INatManager handles direct requests to the iNaturalist API.
JsonObject<T>
MessageSearch
A MessageSearch is a set of parameters for searching an iNaturalist user's private messages. Usage: myINatManager.GetUserMessages(myMessageSearch)
Observation
ObservationPhoto
ObservationSearch
An ObservationSearch is a set of parameters for searching iNaturalist Observations. Usage: myINatManager.SearchObservations(myObservationSearch)
ObservationSubmission
Outlink
PhotoFile
PhotoJson
Place
PlacesByCuration
Results<T>
SearchObject
A search object has a set of bool and string parameters for conducting a query using the INatManager.
Sound
SpeciesCount
Taxon
TaxonSearch
A TaxonSearch is a set of parameters for searching iNaturalist Taxa. Usage: myINatManager.SearchTaxa(myTaxonSearch)
TaxonSummary
TimeDetails
User
UserMessage
Utilities
Utilities.DefaultDictionary<Key, Value>
A simple implementation of Python's defaultdict, which creates a default value if the key does not exist. Adapted from https://stackoverflow.com/questions/15622622/analogue-of-pythons-defaultdict