Add-On

Add On: All

Returns a collection of Add-On objects.
  1. Callback
  2. Promise
gateway.addOn.all((err, result) => {
    const addOns = result.addOns;
});
If the add-on can't be found, it will return a notFoundError.

See alsoAnchorIcon