BranchMetrics / branch-deep-linking-public-api

The Branch Metrics public API for mobile deep linking / deeplinking applications. Branch helps mobile apps grow with deep links / deeplinks that power referral systems, sharing links and invites with full attribution and analytics.
https://dev.branch.io/references/http_api/
145 stars 18 forks source link

Fix typo on deep link type parameter. #2

Closed Thinkscape closed 9 years ago

Thinkscape commented 9 years ago

Web SDK states:

type (int, optional),                  // Use 1 for one time use links, 0 for persistent.

... and my experiments confirmed that. I think it's just a typo here.

aaustin commented 9 years ago

Thanks @Thinkscape !