API Docs: Difference between revisions

Jump to navigation Jump to search
10 bytes added ,  22 August 2023
not UUID anymore
(→‎GET /api/getTopUsers: add a note about these endpoints being disabled)
(not UUID anymore)
Line 119: Line 119:
   endTime: float,
   endTime: float,
   category: string, // [1]
   category: string, // [1]
   userID: string, // This should be a randomly generated UUID stored locally (not the public one)
   userID: string, // This should be a randomly generated 30 char string stored locally (not the public one)
   userAgent: string, // "Name of Client/Version" or "[BOT] Name of Bot/Version" ex. "Chromium/1.0.0"
   userAgent: string, // "Name of Client/Version" or "[BOT] Name of Bot/Version" ex. "Chromium/1.0.0"
   service: string, // Optional, default is 'YouTube'. [2]
   service: string, // Optional, default is 'YouTube'. [2]

Navigation menu