summaryrefslogtreecommitdiff
path: root/src/leap/bonafide/provider.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-10-27 09:49:34 -0400
committerKali Kaneko <kali@leap.se>2015-10-27 09:49:34 -0400
commit9a8ee7ac0c912c567741703e2509f9395ee87659 (patch)
treee2914865cfd6a032d83e66058db46089a5982dc5 /src/leap/bonafide/provider.py
parent5037f9bf691fc5ddee56974fd9785bf523117a50 (diff)
handle unicode errors
Diffstat (limited to 'src/leap/bonafide/provider.py')
-rw-r--r--src/leap/bonafide/provider.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bonafide/provider.py b/src/leap/bonafide/provider.py
index 470b413..c22be3c 100644
--- a/src/leap/bonafide/provider.py
+++ b/src/leap/bonafide/provider.py
@@ -79,6 +79,8 @@ class Api(object):
An object that has all the information that a client needs to communicate
with the remote methods exposed by the web API of a LEAP provider.
+ The actions are described in https://leap.se/bonafide
+
By using the _MetaActionDispatcher as a metaclass, the _actions dict will be
translated dynamically into a set of instance methods that will allow
getting the uri and method for each action.