An Opta SDAPI client library for all your sportsball needs.
Install it.
npm i @reuters-graphics/sportlich
Use it.
import { Soccer } from '@reuters-graphics/sportlich';
const soccer = new Soccer({
optaOutletAuth: process.env.OPTA_OUTLET_AUTH,
optaSecretKey: process.env.OPTA_SECRET_KEY,
});
const calendar = await soccer.tournamentCalendar();