Show More
@@ -137,6 +137,30 b' get_method' | |||
|
137 | 137 | error : null |
|
138 | 138 | |
|
139 | 139 | |
|
140 | get_repo_store | |
|
141 | -------------- | |
|
142 | ||
|
143 | .. py:function:: get_repo_store(apiuser) | |
|
144 | ||
|
145 | Returns the |RCE| repository storage information. | |
|
146 | ||
|
147 | :param apiuser: This is filled automatically from the |authtoken|. | |
|
148 | :type apiuser: AuthUser | |
|
149 | ||
|
150 | Example output: | |
|
151 | ||
|
152 | .. code-block:: bash | |
|
153 | ||
|
154 | id : <id_given_in_input> | |
|
155 | result : { | |
|
156 | 'modules': [<module name>,...] | |
|
157 | 'py_version': <python version>, | |
|
158 | 'platform': <platform type>, | |
|
159 | 'rhodecode_version': <rhodecode version> | |
|
160 | } | |
|
161 | error : null | |
|
162 | ||
|
163 | ||
|
140 | 164 | get_server_info |
|
141 | 165 | --------------- |
|
142 | 166 |
General Comments 0
You need to be logged in to leave comments.
Login now