PDA

View Full Version : API interface [python]


stderr
11-05-2012, 12:27 PM
Hi,

I want to write an API interface for ispmgr for python in my free time. And have a few questions:
1/ don't you have information about similar project (under public license)? I didn't find anything, but can missed something and if so, don't want to waste my time :)

2/ while testing API I found that some "non-standard" commands are required (e.g. quota in mailbox when changing password - why it can't stay the same?) - is it possible to mark required parameters in docs (http://en.ispdoc.com/index.php/ISPmanager_API)?

Thanks!

stderr
11-05-2012, 01:10 PM
And another idea:

If I want to add a lot of domains, ispmgr restarts apache after every one domain - it can be problem on a fully loaded server. Is there any possibility to say: "Hey, ismgr, wait for all domains that will be configured and restart apache only in the end.." ?