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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Mobile.V0 {
    public var exploreSections: ExploreSections {
        ExploreSections(path: path + "/explore-sections")
    }

    public struct ExploreSections {
        /// Path: `/api/mobile/v0/explore-sections`
        public let path: String

        /// Get Mobile V0 Explore Sections
        ///
        /// Get the explore sections for mobile.
        public var get: Request<GenAPI.MobileExploreSectionsSchema> {
            Request(path: path, method: "GET", id: "studio_api_bots_mobile_api_get_mobile_v0_explore_sections")
        }
    }
}
