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

Rickard Osser rickard.osser at bluapp.com
Wed Jul 24 06:50:55 -05 2013


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




More information about the Blueonyx mailing list