glensc / python-pytrakt

A Pythonic interface to the Trakt.tv REST API
https://glensc.github.io/python-pytrakt/
Other
20 stars 6 forks source link

Feature: Update methods to return api responses #7

Closed glensc closed 1 year ago

glensc commented 1 year ago

The responses may contain useful information what was updated:

{
  'added': {
    'movies': 1, 'episodes': 0
  },
  'not_found': {
    'movies': [], 'shows': [], 'seasons': [],
    'episodes': [], 'people': [], 'users': []
  }
}