Currently, to get Views, you get .metrics from Client, and then .views from that. What if instead of going through .metrics you went through .content since Views are all about content:
It's still across all content, unlike #181. It's just a question of ergonomics: do I expect to find all content metrics from something under .content or somewhere else?
From https://github.com/posit-dev/posit-sdk-py/pull/170#discussion_r1576380061, I feel like I wasn't conveying well that I was referring to Content and not ContentItem in bullet 2. Feel free to close if you hate the idea.
Currently, to get
Views
, you get.metrics
fromClient
, and then.views
from that. What if instead of going through.metrics
you went through.content
sinceViews
are all about content:It's still across all content, unlike #181. It's just a question of ergonomics: do I expect to find all content metrics from something under
.content
or somewhere else?