Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Live endpoints #281

Open
Kasea opened this issue Dec 3, 2020 · 2 comments
Open

Add Live endpoints #281

Kasea opened this issue Dec 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Kasea
Copy link

Kasea commented Dec 3, 2020

Would it be possible to add Live endpoints? https://developers.google.com/youtube/v3/live

@brandonbothell brandonbothell self-assigned this Feb 28, 2021
@brandonbothell brandonbothell added the enhancement New feature or request label Feb 28, 2021
@brandonbothell
Copy link
Owner

brandonbothell commented Mar 8, 2021

  • Entities
    • LiveBroadcast
    • LiveStream
    • LiveChatMessage
    • LiveChatBan
    • LiveChatModerator
  • LiveBroadcast endpoints
    • List
    • Insert
    • Update
    • Delete
    • Bind
    • Transition
  • LiveStream endpoints
    • List
    • Insert
    • Update
    • Delete
  • LiveChatMessage endpoints
    • List
    • Insert
    • Delete
  • LiveChatBan endpoints
    • Insert
    • Delete
  • LiveChatModerator endpoints
    • List
    • Insert
    • Delete
  • Types
    • LiveBroadcastParts (id | snippet | contentDetails | status)[]
    • LiveStreamParts (id | snippet | cdn | status | contentDetails*)[] *docs don't state contentDetails, but I assume it's an option
    • LiveChatMessageParts (id | snippet | authorDetails)[]
    • LiveChatModeratorParts (id | snippet)[]
  • Utility functions
    • OAuth#startBroadcast(...)
    • LiveBroadcast#fetchModerators(parts?: LiveModeratorParts)
    • LiveBroadcast#addModerator(...)
    • LiveBroadcast#removeModerator(...)
    • LiveModerator#remove()
    • LiveBroadcast#banUser(...)
    • LiveBroadcast#unbanUser(...)
    • LiveChatBan#unban()
    • LiveBroadcast#fetchStream(parts?: LiveStreamParts)
    • LiveBroadcast#end()
  • Chores:
    • Add new entities to TypeDoc config (tsconfig.json)
    • Export new entities from entities/index.ts
    • Test new entities in their own files
      • Add these files to the exclusion in the yarn test script in package.json
    • Test OAuth class' utility function in auth.spec.ts
    • Remove coverage checks wherever required with /* istanbul ignore file */ and /* istanbul ignore next */ due to these endpoints requiring OAuth authentication
    • Re-test some OAuth methods while I'm in there

@brandonbothell
Copy link
Owner

brandonbothell commented Jun 25, 2023

Depends on #515 and #557

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants