See #432: API endpoint to query tags

This commit is contained in:
Eliot Berriot 2019-07-09 16:03:41 +02:00
parent e11c1dfe29
commit 9f3076f4db
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 135 additions and 9 deletions

View file

@ -35,6 +35,7 @@ from funkwhale_api.users.oauth import scopes
"get",
),
("api:v1:federation:library-follows-list", {}, "read:follows", "get"),
("api:v1:tags-list", {}, "read:libraries", "get"),
# admin / privileged stuff
("api:v1:instance:admin-settings-list", {}, "read:instance:settings", "get"),
(