Skip to content

Well, at least it doesn't blow up anymore! Probably!

Choose a tag to compare

@jemus42 jemus42 released this 11 Feb 23:51

As of now, all the functions are APIv2 ready.
The package is able to consistently (I hope) output the data provided by the trakt.tv API, and it also provides a generic wrapper function which can be used to query any APIv2 endpoint.

As far as authentication is concerned, no OAuth2 methods are supported, but the package uses your credentials (see Readme for details) to make proper queries to the API.
Since the goal of this function is to collect data about tv shows, user-specific methods which require OAauth2 are not a priority.

The next step is to implement more API methods. Maybe I'll tip my toe into movie data, too.