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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Songify {
    public func songifyId(_ songifyId: String) -> WithSongifyId {
        WithSongifyId(path: "\(path)/\(songifyId)")
    }

    public struct WithSongifyId {
        /// Path: `/api/songify/{songify_id}`
        public let path: String
    }
}
