Module Reddit_api_kernel.Subreddit_traffic

type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
include Json_object.S_with_fields with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Jsonaf.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
val jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
val get_field : t -> string -> Jsonaf.t option
val get_field_exn : t -> string -> Jsonaf.t
val field_map : t -> Jsonaf.t Core.Map.M(Core.String).t
module By_date : sig ... end
module By_month : sig ... end
module By_hour : sig ... end
val by_date : t -> By_date.t list
val by_month : t -> By_month.t list
val by_hour : t -> By_hour.t list