Replace usages of Client.get_object
by Client.request
#383
Labels
help wanted
Extra attention is needed
Client.get_object
by Client.request
#383
Most of the client methods use the
get_object
method internally:deezer-python/deezer/client.py
Lines 156 to 174 in 59b0f57
In #379, the
request
method was added:deezer-python/deezer/client.py
Lines 129 to 154 in 59b0f57
They are very similar, but the
request
method is more versatile, we should aim to migrate all usages to the latter and eventually delete theget_object
method.The text was updated successfully, but these errors were encountered: