
com.yukihirai0505.iService.responses.CreateConfigure.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
import play.api.libs.json.Json
case class MediaCode(code: String)
object MediaCode {
implicit val MediaCodeFormat = Json.format[MediaCode]
}
case class CreateConfigure(status: String, media: Option[MediaCode])
object CreateConfigure {
implicit val CreateConfigureFormat = Json.format[CreateConfigure]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy