diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 15:44:47 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 15:44:47 +0100 |
commit | fa520242b878d25e37aacfcb0d838c58d3a4b271 (patch) | |
tree | 2d63086ba96dd02765359591beab77960bf3e844 /docs/gl_objects/users.py | |
parent | f5850d950a77b1d985fdc3d1639e2627468d3548 (diff) | |
download | gitlab-fa520242b878d25e37aacfcb0d838c58d3a4b271.tar.gz |
Add support for project and group custom variables
implements parts of #367
Diffstat (limited to 'docs/gl_objects/users.py')
-rw-r--r-- | docs/gl_objects/users.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/gl_objects/users.py b/docs/gl_objects/users.py index e452217..842e35d 100644 --- a/docs/gl_objects/users.py +++ b/docs/gl_objects/users.py @@ -98,24 +98,6 @@ gl.auth() current_user = gl.user # end currentuser get -# ca list -attrs = user.customeattributes.list() -# end ca list - -# ca get -attr = user.customeattributes.get(attr_key) -# end ca get - -# ca set -attr = user.customeattributes.set(attr_key, attr_value) -# end ca set - -# ca delete -attr.delete() -# or -user.customeattributes.delete(attr_key) -# end ca delete - # it list i_t = user.impersonationtokens.list(state='active') i_t = user.impersonationtokens.list(state='inactive') |