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

com.hiczp.picacomic.api.service.picaapp.PicaAppService.kt Maven / Gradle / Ivy

The newest version!
package com.hiczp.picacomic.api.service.picaapp

import com.hiczp.caeruleum.annotation.DefaultContentType
import com.hiczp.caeruleum.annotation.Get
import com.hiczp.picacomic.api.service.Response
import com.hiczp.picacomic.api.service.picaapp.model.PicaApp
import com.hiczp.picacomic.api.utils.JSON_UTF8

@DefaultContentType(JSON_UTF8)
interface PicaAppService {
    @Get
    suspend fun get(): Response>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy