Server API Reference

How to Use Server Side Functions

Preparing to use BrixxServerApi

Install from npm. This will give your project access to the BrixxServerApi.

Reference the Class BrixxServerApi from your function source.

Create an instance from BrixxServerApi to access the avialable methods.

Now the different methods from brixxServerApi can be called.

Example

Server Side Api Function List

To invoke a server function from the a brixxApi client please check serverFunction

Last updated