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
      • Custom Field
        • Custom Field
        • Custom Field Links
      • 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
  • Custom Field
  • Custom Field Links
  • Edit on GitHub

Custom Field Links

class AzuracastPy.models.administration.custom_field.Links(self)

Represents the links associated with a custom field.

__init__(self)

Initializes a Links object for a custom field.

Note

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

Previous Next

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

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