Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
synnefo
Commits
f4e24265
Commit
f4e24265
authored
Apr 12, 2013
by
Ilias Tsitsimpis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
astakosclient: Rephrase some comments
Most astakos-quotas calls use services' tokens
parent
843e5488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
astakosclient/astakosclient/__init__.py
astakosclient/astakosclient/__init__.py
+4
-4
No files found.
astakosclient/astakosclient/__init__.py
View file @
f4e24265
...
...
@@ -343,7 +343,7 @@ class AstakosClient():
"""Issue a commission
Keyword arguments:
token --
u
ser's token (string)
token -- ser
vice
's token (string)
request -- commision request (dict)
In case of success return commission's id (int).
...
...
@@ -375,7 +375,7 @@ class AstakosClient():
"""Get Pending Commissions
Keyword arguments:
token --
u
ser's token (string)
token -- ser
vice
's token (string)
In case of success return a list of pending commissions' ids
(list of integers)
...
...
@@ -389,7 +389,7 @@ class AstakosClient():
"""Get Description of a Commission
Keyword arguments:
token --
u
ser's token (string)
token -- ser
vice
's token (string)
serial -- commission's id (int)
In case of success return a dict of dicts containing
...
...
@@ -410,7 +410,7 @@ class AstakosClient():
"""Perform a commission action
Keyword arguments:
token --
u
ser's token (string)
token -- ser
vice
's token (string)
serial -- commission's id (int)
action -- action to perform, currently accept/reject (string)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment