ImgBB

@Component
@Profile(value = ["prod", "local"])
class ImgBB(@Value(value = "${storage.imgbb.api-key}") apiKey: String) : StorageService

Constructors

Link copied to clipboard
constructor(@Value(value = "${storage.imgbb.api-key}") apiKey: String)

Types

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

Functions

Link copied to clipboard
open override fun uploadFile(file: MultipartFile): String