node-branch-io

Branch.io SDK for Node JS

Usage no npm install needed!

<script type="module">
  import nodeBranchIo from 'https://cdn.skypack.dev/node-branch-io';
</script>

README

Node Branch

Gitter

Docs

We mirrored the parameters from https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API for all methods. Parameters are passed as objects.

Init

branch = require(node-branch-io);

Use

  • Creating a New Branch App Config
branch.app.create({PARAMETERS});

See parameters & return result at https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API#creating-a-new-branch-app-config

  • Updating a Branch App Config
branch.app.update({PARAMETERS});

See parameters & return result at https://github.com/BranchMetrics/Deferred-Deep-Linking-Public-API#updating-a-branch-app-config