We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e5ba5b + 06e7c29 commit a6dbd96Copy full SHA for a6dbd96
1 file changed
toggl_python/repository.py
@@ -255,6 +255,7 @@ class Workspaces(BaseRepository):
255
ENTITY_CLASS = Workspace
256
ADDITIONAL_METHODS = {
257
"projects": {"url": "projects", "entity": Project, "detail": False},
258
+ "detail_project": {"url": "projects", "entity": Project, "detail": True},
259
"users": {"url": "users", "entity": User, "detail": False},
260
"clients": {"url": "clients", "entity": Client, "detail": False},
261
"groups": {"url": "groups", "entity": Group, "detail": False},
0 commit comments