connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

generate Content class objects from content dataframe

Open dethmasque opened this issue 10 months ago • 0 comments

Some functions, such as get_jobs(), require a Content class object. Content class objects are returned by content_item(), which makes a request to the content API.

If we already have the content dataframe returned by get_content() then we should generate the Content class object from it instead of creating with content_item().

dethmasque avatar Mar 10 '25 22:03 dethmasque