From 9ddb45ffbfe0c10c8ae01f84e7b353cf2536454d Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Apr 2020 20:02:29 +0200 Subject: Add artists endpoint documentation --- pyfunkwhale/funkwhale.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyfunkwhale/funkwhale.py b/pyfunkwhale/funkwhale.py index 53e5937..c2ca78a 100644 --- a/pyfunkwhale/funkwhale.py +++ b/pyfunkwhale/funkwhale.py @@ -29,6 +29,9 @@ class Funkwhale(object): def artists(self, q: str = None, ordering: str = None, playable: bool = None, page: int = None, page_size: int = None) -> dict: + """ + List artists + """ arguments = locals() -- cgit v1.2.1