gh pr checkout 5
We have the GET List Clients API here to get the Client list. We can make the Client ID
an async prop to fetch all clients and allow user to select a client.
The color
prop is currently required, but it is not available on free plan. The API accepts the color as optional
The billable
prop is currently required, but it is not available on free plan. The API accepts the color as optional
Workspace ID
prop should be an async prop that Fetch user’s workspaces from /api/v9/me
API forCurrently, user need to manually input the Workspace ID that’s not visible to normal user. Use the API /api/v9/me
with query with_related_data: true
should fetch all workspaces that are available
pd-scripts publish components/toggl/actions