AzuracastPy
latest

Start Here

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

AzuracastPy Models

  • The AzuracastClient Class
  • AzuracastPy’s Models
    • Administration
      • Admin
      • Admin Station
        • Admin Station
        • Admin Station Backend Config
        • Admin Station Frontend Config
        • Admin Station Links
      • Custom Field
      • Permissions
      • Relay
      • Role
      • Settings
      • Storage Location
    • HLS Stream
    • Mount Point
    • Playlist
    • Podcast
    • Podcast Episode
    • Queue Item
    • 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
  • Administration
  • Admin Station
  • Admin Station Links
  • Edit on GitHub

Admin Station Links

class AzuracastPy.models.administration.admin_station.Links(self: str, manage: str, clone: str)

Represents an admin station’s links.

__init__(self: str, manage: str, clone: str)

Initializes a Links object for an admin station.

Note

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

Previous Next

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

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