Revision 5b33b8e5 astakosclient/docs/index.rst

b/astakosclient/docs/index.rst
19 19

  
20 20
    * Usernames for given UUIDs
21 21
    * UUIDs for given usernames
22
    * Quotas for all related resources
22 23
    * Issue commissions
23 24
    * Get pending commissions
24 25
    * Accept or reject commissions
......
126 127
        current quotas (as dict of dicts).
127 128
        In case of error raise an AstakosClientException exception.
128 129

  
130
    **get_service_quotas(**\ token\ **)**
131
        Given a service's authentication token return all users'
132
        current quotas for the resources associated with the service
133
        (as dict of dicts of dicts).
134
        In case of error raise an AstakosClientException exception.
135

  
129 136
    **issue_commission(**\ token, request\ **)**
130 137
        Given a service's authentication token issue a commission.
131 138
        In case of success return commission's id (int).

Also available in: Unified diff