How get the html of drawForm() from API

Started by eidea, February 20, 2017, 02:12:00 PM

eidea

hi,

i want to build a custom shop using API

i not sure the API cover 100% of process of hostbill

is it possible get the html answer of drawForm() method from the api ??

thanks in advanced
javier

d4f

Most of Hostbill is not covered through the API or only in a very basic form.  You can directly access some components by guessing the corresponding class methods (no documentation!) and calling them directly but it's a pain-in-the-class act to get any component working that way.