connectapi
connectapi copied to clipboard
generate Content class objects from content dataframe
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().