Package

com.github.vooolll.domain

feed

Permalink

package feed

Visibility
  1. Public
  2. All

Type Members

  1. final case class FacebookFeed(posts: List[FacebookPost], paging: FacebookFeedPaging) extends Product with Serializable

    Permalink
  2. final case class FacebookFeedPaging(next: Option[URL], previous: Option[URL]) extends Product with Serializable

    Permalink

Ungrouped