
com.yukihirai0505.sFacebook.responses.post.PostData.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfacebook_2.11 Show documentation
Show all versions of sfacebook_2.11 Show documentation
A Scala library for the Facebook API
The newest version!
package com.yukihirai0505.sFacebook.responses.post
import com.github.tototoshi.play.json.JsonNaming
case class PostData(id: String, message: String, createdTime: String)
import play.api.libs.json.Json
object PostData {
implicit val PostDataFormat = JsonNaming.snakecase(Json.format[PostData])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy