Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type releases = {
realtime_start : string;
realtime_end : string;
order_by : string option;
sort_order : string option;
count : int option;
offset : int option;
limit : int option;
releases : release list;
}
Container for releases dates data
val releases_of_yojson :
Yojson.Safe.t ->
releases Ppx_deriving_yojson_runtime.error_or
val release_of_yojson :
Yojson.Safe.t ->
release Ppx_deriving_yojson_runtime.error_or
val pp_releases :
Ppx_deriving_runtime.Format.formatter ->
releases ->
Ppx_deriving_runtime.unit
val show_releases : releases -> Ppx_deriving_runtime.string
val pp_release :
Ppx_deriving_runtime.Format.formatter ->
release ->
Ppx_deriving_runtime.unit
val show_release : release -> Ppx_deriving_runtime.string
Release's order by options
val order_by_to_string : order_by -> string