Create an instance from BrixxServerApi to access the avialable methods.
//Note: the constructor will always get the 2. parameter from //the functions call as parameter. This parameter expects the brixxboxMeta //as part of the body content (req.body.brixxboxMeta) constbrixxServerApi=newBrixxServerApi(req);
Now the different methods from brixxServerApi can be called.