Skip to content

Added method for get user task list.#5

Open
keitap wants to merge 2 commits intokothar:developfrom
keitap:add_user_task_list
Open

Added method for get user task list.#5
keitap wants to merge 2 commits intokothar:developfrom
keitap:add_user_task_list

Conversation

@keitap
Copy link
Contributor

@keitap keitap commented Apr 28, 2021

I implemented the Get user task list API because I needed it.
I'm not sure my implementation of command line tool is okay or not.

@keitap keitap force-pushed the add_user_task_list branch from 3916544 to 89ec19e Compare April 28, 2021 18:26
Copy link
Owner

@kothar kothar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that's handy, I think I will need this soon myself!

Regarding the CLI tool, the addition looks fine. It was only really there for testing, but it probably needs a bit of an overhaul.

//
// Note: The API will only return workspaces and organizations that also
// contain the authenticated user.
Workspaces []*Workspace `json:"workspaces,omitempty"`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a single Workspace according to the API docs:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants