Module GdataAtom.BasicEntry

type t = {
etag : string;
id : atom_id;
title : Title.t;
published : atom_published;
authors : Author.t list;
updated : atom_updated;
edited : app_edited;
categories : Category.t list;
content : Content.t;
}
val etag : (t, string) GapiLens.t
val id : (tatom_id) GapiLens.t
val title : (tTitle.t) GapiLens.t
val published : (tatom_published) GapiLens.t
val authors : (tAuthor.t list) GapiLens.t
val updated : (tatom_updated) GapiLens.t
val edited : (tapp_edited) GapiLens.t
val categories : (tCategory.t list) GapiLens.t
val content : (tContent.t) GapiLens.t
include AtomData with type t := t
type t
val empty : t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val of_xml_data_model : t -> GdataCore.xml_data_model -> t
val node_matches : (string * string) -> bool