ImgBBClient

@HttpExchange(url = "https://api.imgbb.com/1")
interface ImgBBClient

Functions

Link copied to clipboard
@PostExchange(value = "/upload", contentType = "multipart/form-data")
abstract fun uploadImage(@RequestParam key: String, @RequestParam name: String? = null, @RequestParam expiration: Int? = null, @RequestPart image: MultipartFile): JsonNode