pyinaturalist icon indicating copy to clipboard operation
pyinaturalist copied to clipboard

Add models for some more minor Observation attributes

Open JWCook opened this issue 2 years ago • 0 comments

Remaining attributes that are still dicts:

  • [ ] quality_metrics
  • [ ] faves
  • [ ] votes
  • [ ] sounds

quality_metrics Example:

{
    'user_id': 226624,
    'metric': 'wild',
    'id': 378812,
    'agree': False,
    'user': {
        'id': 226624,
        'login': 'some_username',
        ...,
    }
}

JWCook avatar May 21 '22 00:05 JWCook