// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.LivingRadio.WithStationId {
    public var info: Info {
        Info(path: path + "/info")
    }

    public struct Info {
        /// Path: `/api/living_radio/{station_id}/info`
        public let path: String

        /// Get Jam Station Info
        public var get: Request<GenAPI.JamStationInfoResponse> {
            Request(path: path, method: "GET", id: "studio_api_living_radio_api_get_jam_station_info")
        }
    }
}
