
com.yukihirai0505.sFacebook.responses.comments.CommentData.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.comments
import com.github.tototoshi.play.json.JsonNaming
import com.yukihirai0505.sFacebook.responses.user.UserData
case class CommentData(id: String, message: String, createdTime: String, from: UserData)
import play.api.libs.json.Json
object CommentData {
implicit val CommentDataFormat = JsonNaming.snakecase(Json.format[CommentData])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy