package reddit_api_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Thing.LinkSource

Sourcemodule Id : sig ... end
include S with module Id := Id
Sourcetype t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core_kernel.Bin_prot.Binable.S with type t := t
Sourceval bin_size_t : t Bin_prot.Size.sizer
Sourceval bin_write_t : t Bin_prot.Write.writer
Sourceval bin_read_t : t Bin_prot.Read.reader
Sourceval __bin_read_t__ : (int -> t) Bin_prot.Read.reader
Sourceval bin_shape_t : Bin_prot.Shape.t
include Json_object.S_with_fields with type t := t
include Json_object_intf.S with type t := t
Sourceval get_field : t -> string -> Json.t option
Sourceval get_field_exn : t -> string -> Json.t
Sourceval field_map : t -> Json.t Core_kernel.String.Map.t
include Json_object.S_with_kind with type t := t
include Json_object_intf.S with type t := t
Sourceval of_json : Json.t -> t
Sourceval to_json : t -> Json.t
Sourceval kind : string
Sourceval id : t -> Id.t
Sourcemodule Contents : sig ... end
Sourceval contents : t -> Contents.t
Sourceval title : t -> string
Sourceval author : t -> Username.t option
Sourceval url : t -> Uri.t
Sourceval self_text : t -> string
Sourceval is_self : t -> bool
Sourceval domain : t -> string
Sourceval subreddit : t -> Subreddit_name.t
Sourceval is_stickied : t -> bool
Sourceval creation_time : t -> Core_kernel.Time_ns.t
Sourceval score : t -> int
Sourceval moderator_reports : t -> Moderator_report.t list
OCaml

Innovation. Community. Security.