Commit f7a689cb authored by Rafael Monnerat's avatar Rafael Monnerat

slap/interface: Missing definition of request method

parent ee65c76a
...@@ -184,6 +184,12 @@ class IToken(Interface): ...@@ -184,6 +184,12 @@ class IToken(Interface):
Classes which implement IToken are used by slap to represent Classes which implement IToken are used by slap to represent
information about a Token. information about a Token.
""" """
def request():
"""
Request a token document to slapgrid server.
Returns a new Token document.
"""
class ISoftwareInstance(Interface): class ISoftwareInstance(Interface):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment