@trivia-api/fetch
Version:
Functions to fetch data from The Trivia API.
16 lines (15 loc) • 500 B
TypeScript
export * from "./addQuestionsToSession";
export * from "./createQuiz";
export * from "./createSession";
export * from "./getMetadata";
export * from "./getQuestionById";
export * from "./getQuestions";
export * from "./getQuiz";
export * from "./getSession";
export * from "./getTags";
export * from "./previewSessionQuestions";
export * from "./reportQuestion";
export * from "./searchQuestions";
export * from "./submitQuestion";
export * from "./updateQuestion";
export * from "./validateAnswer";