
com.yukihirai0505.iService.responses.DeletePhoto.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 DeletePhoto(status: String, didDelete: Boolean)
import com.github.tototoshi.play.json.JsonNaming
import play.api.libs.json.Json
object DeletePhoto {
implicit val DeletePhotoFormat = JsonNaming.snakecase(Json.format[DeletePhoto])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy