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

com.hiczp.bilibili.api.message.MessageAPI.kt Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.hiczp.bilibili.api.message

import com.hiczp.bilibili.api.message.model.NotifyCount
import com.hiczp.bilibili.api.message.model.UplmList
import kotlinx.coroutines.Deferred
import retrofit2.http.GET

/**
 * 消息推送有关的接口
 */
@Suppress("DeferredIsResult")
interface MessageAPI {
    /**
     * 获取消息数量
     * 首页 -> 右上角 talk 图标
     */
    @GET("/api/notify/query.notify.count.do")
    fun queryNotifyCount(): Deferred

    /**
     * 荣誉周报
     */
    @Suppress("SpellCheckingInspection")
    @GET("/api/notify/get.uplm.list.do")
    fun getUplmList(): Deferred
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy