package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. etag : string;
  2. id : atom_id;
  3. title : Title.t;
  4. published : atom_published;
  5. authors : Author.t list;
  6. updated : atom_updated;
  7. edited : app_edited;
  8. categories : Category.t list;
  9. content : Content.t;
}
val etag : (t, string) GapiLens.t
val id : (t, atom_id) GapiLens.t
val title : (t, Title.t) GapiLens.t
val published : (t, atom_published) GapiLens.t
val authors : (t, Author.t list) GapiLens.t
val updated : (t, atom_updated) GapiLens.t
val edited : (t, app_edited) GapiLens.t
val categories : (t, Category.t list) GapiLens.t
val content : (t, Content.t) GapiLens.t
include AtomData with type t := 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