Changeset 59
- Timestamp:
- 08/04/04 19:42:21 (4 years ago)
- Files:
-
- trunk/devnotes/perl-interface.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devnotes/perl-interface.txt
r22 r59 47 47 > OK 0 48 48 49 50 5) get a list of domains and classes for them 49 51 52 < GET_DOMAINS 53 > OK domains=1&domain1=test&domain1classes=1&domain1class1name=alt&domain1class1mindevcount=2 50 54 55 -- this is a two level hash; there are N domains (taken from the 56 key 'domains') and their names are stored in 'domainX' where X is 57 in the range 1..N. 51 58 59 -- each domain has N classes (taken from 'domainXclasses'); 60 each class has two keys in the form of 'domainXclassYname' and 61 'domainXclassYmindevcount' where Y is in the range of 1..N.
