portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.common.storage
/
ImgBB
/
ImgBBClient
/
uploadImage
upload
Image
@
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