cameo 0.2.0

Unified movie/TV show database SDK for Rust
Documentation
1
2
3
4
5
6
7
8
# Copy to `.env` (git-ignored) and fill in your credentials.
# The examples read these via dotenvy.

# TMDB v4 "API Read Access Token" (bearer). Get one at
# https://www.themoviedb.org/settings/api
TMDB_API_TOKEN=

# AniList needs no credentials for the read-only queries the examples use.