1 package bunny 2 3 // VideoLibraryService communicates with the /videolibrary API endpoint. 4 // 5 // Bunny.net API docs: https://docs.bunny.net/reference/videolibrarypublic_index 6 type VideoLibraryService struct { 7 client *Client 8 } 9