damn_server.list_of.area_commits¶
- damn_server.list_of.area_commits(aid, since=None, before=None, after=None)¶
Return the list of area commits with maximum length of 1024.
- Parameters:
aid (ConstrainedIntValue) – The area identifier.
since (datetime) – The date/time since the commits were created.
before (int) – Commits with identifier (
cid
) less thanbefore
.after (int) – Commits with identifier (
cid
) greater thanafter
.