From 4fb5f831971050727ea3bf9b00819e6a332ab6f4 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 1 Jan 2022 11:12:41 -0600 Subject: [PATCH] Improve FAQ question about API v2 model/object data --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 7bb449d..fda7fe2 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -131,8 +131,8 @@ Why am I not getting expansions or fields data with API v2 using :class:`Client` --------------------------------------------------------------------------------- If you are simply printing the objects and looking at that output, the string -representations of API v2 models/objects only include the attributes that are -guaranteed to exist. +representations of API v2 models/objects only include the default attributes +that are guaranteed to exist. The objects themselves still include the relevant data, which you can access as attributes or by key, like a dictionary. -- 2.25.1