damn_server.list_of.area_updates

damn_server.list_of.area_updates(aid, since=None, before=None, after=None)

Return the list of area commits containing updates.

The maximum of 1024 commits is returned in one query.

Parameters:
  • aid (ConstrainedIntValue) – The area identifier.

  • since (datetime) – The date/time since the commits were created.

  • before (int) – Commits with identifier (cid) less than before.

  • after (int) – Commits with identifier (cid) greater than after.