BoolNordicAB / sharepoint-utilities

Makes client side SharePoint a bit nicer to work with (that's the plan, at least)
https://boolnordicab.github.io/sharepoint-utilities/doc/index.html
MIT License
14 stars 3 forks source link

Create hashtag URL #26

Open joladev opened 9 years ago

joladev commented 9 years ago

Each hash tag has its own profile page. Using the hash tag ID, determine the url to that page.

Eg:

sputils.getHashtagUrl(hashTagId)
  .then(function(url) {
    console.log(url);
});