You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2019. It is now read-only.
For implementing recommendations in mozilla/activity-stream#870, we need some endpoints to our test pocket endpoints. That includes:
/global-recsendpoint, which takes an optional count parameter (defaults to 3) and returns a status number and an array of suggested items/item-recsendpoint, which takes a single URL and a count (number of items to return) and returns a list of suggested items related to that URL.