UNPKG

@trivia-api/fetch

Version:

Functions to fetch data from The Trivia API.

15 lines (14 loc) 466 B
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";