
com.yukihirai0505.iService.responses.UploadPhoto.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iservice_2.11 Show documentation
Show all versions of iservice_2.11 Show documentation
A Scala library for Instagram
The newest version!
package com.yukihirai0505.iService.responses
case class UploadPhoto(uploadId: String, status: String)
import com.github.tototoshi.play.json.JsonNaming
import play.api.libs.json.Json
object UploadPhoto {
implicit val UploadPhotoFormat = JsonNaming.snakecase(Json.format[UploadPhoto])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy