You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem, including code/CLI snippet
My reading of the API docs and implementation indicate that HTTP-oriented parameters such as obey_rate_limit and max_retries must be specified separately for each API invocation. It would be nice if a "default" set of such parameters could be passed in when creating the Gitlab object, to avoid the need to pass the parameters on every subsequent API call.
Expected Behavior
Can set values such as max_retries once when initializing the library.
Actual Behavior
Need to pass those values to each get API call.
Specifications
python-gitlab version: 1.15.0 (although I believe the latest git is the same)
API version you are using (v3/v4): Whichever is the library default.
Gitlab server version (or gitlab.com): gitlab.com
The text was updated successfully, but these errors were encountered:
Description of the problem, including code/CLI snippet
My reading of the API docs and implementation indicate that HTTP-oriented parameters such as obey_rate_limit and max_retries must be specified separately for each API invocation. It would be nice if a "default" set of such parameters could be passed in when creating the Gitlab object, to avoid the need to pass the parameters on every subsequent API call.
Expected Behavior
Can set values such as max_retries once when initializing the library.
Actual Behavior
Need to pass those values to each get API call.
Specifications
The text was updated successfully, but these errors were encountered: