All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.microjservice.lark.api.BotApi.kt Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
package org.microjservice.lark.api

import io.micronaut.http.annotation.Get
import io.micronaut.http.client.annotation.Client
import org.microjservice.lark.api.models.BaseResponse
import org.microjservice.lark.api.models.BotInfo
import org.microjservice.lark.api.models.BotResponse

/**
 * Bot API
 *
 * @author Coder Yellow
 * @since 0.1.0
 */
@Client(value = "\${lark.endpoint}/bot/v3")
interface BotApi {
    @Get("/info")
    fun info(): BotResponse
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy