AzuracastPy
latest

Start Here

  • Quick Start
  • Installing AzuracastPy
  • Authentication via API Key
  • Configuring AzuracastClient

AzuracastPy Models

  • The AzuracastClient Class
  • AzuracastPy’s Models
    • Administration
    • HLS Stream
    • Mount Point
    • Playlist
    • Podcast
    • Podcast Episode
    • Queue Item
      • Queue Item
      • Queue Item Links
        • Links
    • Remote Relay
    • SFTP User
    • Streamer
    • Station
    • Station File
    • Webhook
  • AzuracastPy Exceptions
  • Other models

Some Code Examples

  • Requesting a Song From a Station
  • Getting The Current Song On A Station
AzuracastPy
  • AzuracastPy’s Models
  • Queue Item
  • Queue Item Links
  • Edit on GitHub

Queue Item Links

class AzuracastPy.models.queue_item.Links(self: str)

Represents the links associated with an item in a queue.

__init__(self: str)

Initializes a Links object for a queue item.

Note

This class should not be initialized directly. Instead, obtain an instance via: queue_item.links.

Previous Next

© Copyright 2024, Abah Olotuche Gabriel. Revision 7001c93b.

Built with Sphinx using a theme provided by Read the Docs.