Skip to content

Commit

Permalink
Added Link to Grants API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trothe committed Feb 22, 2016
1 parent 4c9567c commit 8170208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ TiAuth.initialize(function(token, user) {
### `loadGrants` *(callback)*

This method allows you to load the grants information for the current user. See
the API documentation of the TI API for further information about the endpoint.
the [API documentation](http://wiki.travel-intelligence.com/wiki/User_Access_
Control_for_Travel_Intelligence_Portal#Grants_Web_Service) of the TI API for
further information about the endpoint.
In general this data should be used to restrict the UI and functionality of your
module according to the current user’s access rights.
The callback you provide is called after successfully loading the grants from
Expand Down

0 comments on commit 8170208

Please sign in to comment.