2025-10-13 15:20:20 +00:00
|
|
|
// ===----------------------------------------------------------------------===
|
|
|
|
|
//
|
|
|
|
|
// This source file is part of the DiscogsService open source project
|
|
|
|
|
//
|
2026-03-24 01:22:53 +00:00
|
|
|
// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors
|
2025-10-13 15:20:20 +00:00
|
|
|
// Licensed under Apache license v2.0
|
|
|
|
|
//
|
|
|
|
|
// See LICENSE for license information
|
|
|
|
|
// See CONTRIBUTORS for the list of DiscogsService project authors
|
|
|
|
|
//
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
//
|
|
|
|
|
// ===----------------------------------------------------------------------===
|
|
|
|
|
|
2026-03-24 01:22:53 +00:00
|
|
|
/// A type alias for the live (production) Discogs API server defined in the OpenAPI document.
|
|
|
|
|
///
|
|
|
|
|
/// Use this as the `serverURL` when initializing a ``Client`` to connect to the production Discogs API.
|
2025-10-13 15:20:20 +00:00
|
|
|
public typealias LiveService = Servers.Server1
|