![]() |
|
Sentora API Documentation - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Sentora API Documentation (/showthread.php?tid=1040) Pages:
1
2
|
Sentora API Documentation - wolvepy - 02-12-2015 Is there any link where Sentora's API is documented? RE: Important and Useful Links and Sites - jacobg830 - 02-12-2015 (02-12-2015, 12:21 AM)wolvepy Wrote: Is there any link where Sentora's API is documented? There is no API documentation. Someone posted some generated docs over at the ZPanel forums for ZPanel 10.1.1 (which Sentora is closely related to) but finding those files again could prove difficult. I've already searched my HDD but can't seem to find them. My advice would be too look at the module your interested ie DNS and at the webservice.ext.php file to see what functions are avaliable. So for DNS it would be /modules/dns_manager/code/webservice.ext.php RE: Important and Useful Links and Sites - wolvepy - 12-13-2016 (02-12-2015, 02:20 AM)jacobg830 Wrote:(02-12-2015, 12:21 AM)wolvepy Wrote: Is there any link where Sentora's API is documented? Thanks 'jacobg830', do you have samples for ftp_management and mysql_database and users? RE: Sentora API Documentation - Ron-e - 12-13-2016 http://docs.sentora.org/public/files/XMWS_Guide_v102.pdf https://github.com/allebb/xmws-php-client edit: happy searching for the docs jacobg830 is talking about http://web.archive.org/web/20140625225808/http://forums.zpanelcp.com/
RE: Sentora API Documentation - wolvepy - 12-13-2016 (12-13-2016, 07:56 PM)Ron-e Wrote: http://docs.sentora.org/public/files/XMWS_Guide_v102.pdf Thnks Ron-e, but... sadly, links related to API docs are not available. What a lucky! I read all the forums, thread by thread. Some of them are available, some are not anymore. I just wanted a sample of those I mentioned before as a way of starting point. RE: Sentora API Documentation - TGates - 12-14-2016 This was of no help? http://docs.sentora.org/?node=9 RE: Sentora API Documentation - wolvepy - 12-14-2016 Well... It helps in a general way, not in a specific one. I understand, each one will implement the xmws module extension it wants. I'm not in a condition to develop the functions for the modules I want. So, maybe a charitable soul could give me a little "push" in those missing module WS extensions. Thanks for the support! RE: Sentora API Documentation - TGates - 12-15-2016 The way I work it is find a current module that does something similar to what I am working on and copy and paste the parts I want to use into my new module and convert it to what I need ![]() Pretty much most of the functions are already out there in use in other modules. Just combine them to do what you want. RE: Sentora API Documentation - wolvepy - 12-19-2016 Yes, it's true. Thanks RE: Sentora API Documentation - Ron-e - 12-20-2016 i found this in a deep deep old part of my hard drive where the sun doesn't shine, not sure if this is what @[jacobg830] was talking about? But if it is, you're welcome.. ![]() If it's not, nevermind.. ![]() Yes i could not stand it that it could not be found!!!! |