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

import Foundation
import Get
import URLQueryEncoder

extension Paths.External {
    public var clips: Clips {
        Clips(path: path + "/clips")
    }

    public struct Clips {
        /// Path: `/api/external/clips`
        public let path: String

        /// Get Clips External Deprecated
        public var get: Request<Void> {
            Request(path: path, method: "GET", id: "studio_api_bots_external_api_get_clips_external_deprecated")
        }
    }
}
