diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-01-14 18:38:21 -0800 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-01-14 18:38:21 -0800 |
| commit | baaba22d159306d2482e2854eef2c60d99b4bb7f (patch) | |
| tree | 1cad2872057b628e03f590a26933701318c70212 /codecov.yml | |
| parent | a1dbe86c20b205ce135a7592d5c551e67adfb929 (diff) | |
| download | gitlab-jlvillal/http_request.tar.gz | |
chore: make `Gitlab.http_request()` a private methodjlvillal/http_request
Convert `Gitlab.http_request()` to `Gitlab._http_request()` to signify
it is a private/protected method so that users of the library know
they should not use the method and we make no API stability promises
for using it.
Add a `Gitlab.http_request()` method which will issue a Deprecation
warning when called. It will pass the call onto
`Gitlab._http_request()`
Also, in the interest of improving code read-ability, require keyword
arg usage when calling `Gitlab._http_request()`
Diffstat (limited to 'codecov.yml')
0 files changed, 0 insertions, 0 deletions
