an example using permissions (#204)

* an example using permissions

* fix up after suggestions from wbamberg
This commit is contained in:
Andy McKay
2017-04-24 17:55:53 -07:00
committed by wbamberg
parent 8c575424ea
commit 48d7eb4479
8 changed files with 130 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Permissions Example
## What it does
An example using the permissions API to grant and revoke an optional permission.
## What it shows
How to request a permission, catching error conditions from the request and querying the permissions API.