[BlueOnyx:13405] Re: CCED Reverse Engineering - API

Marcello Torchio lellozone at gmail.com
Wed Jul 24 07:04:33 -05 2013


Where can I find them?

Are they inside the normal installation of BO?

Thanks


2013/7/24 Rickard Osser <rickard.osser at bluapp.com>

> Hi Marcello,
>
> the easiest way to do it is checking the sourcecode of CCE.
> Both php and C is available. :)
>
>
> Best regards,
>
> Rickard
>
> On ons, 2013-07-24 at 09:58 +0200, Marcello Torchio wrote:
> > Hi Everyone,
> >
> >
> > with the pubblication of API for BO boxes I've started the integration
> > with our CRM. They works fine and it's a great work!
> >
> >
> > I was testing APIs using a VM running BO 5107 and I was trying to
> > implement some new features.
> >
> >
> > I've tried to analyze the php code but I stopped myself when I found
> >
> >
> > $cceClient->create
> >
> >
> > method. Reading CceClient.php it says
> >
> >
> >   // description: create a CCE object of type $class, with properties
> > in $vars
> >   // returns: oid of created object, or 0 on failure
> >   // usage: $oid = $cce->create($class, array( 'property' => 'value'
> > ));
> >   function create($class, $vars = array()) {
> >     return ccephp_create($this->handle, $class, $vars);
> >   }
> >
> >
> > I don't know what classes are supported so I've tried to go deeper and
> > find the definition of ccephp_create function with no success.
> >
> >
> > Is there a way to find the definition of this function or a doc where
> > we can find supported classes and specs about array to be passed in
> > $vars?
> >
> >
> > Thanks
> > _______________________________________________
> > Blueonyx mailing list
> > Blueonyx at mail.blueonyx.it
> > http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
> --
>
>
>
> ________________________________________________________________________
>
>
> Bluapp AB
> Rickard Osser
> CTO
> Solberga Ängsväg 3
> 125 44 Älvsjö
> Sweden
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20130724/9429a913/attachment.html>


More information about the Blueonyx mailing list