You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
@cmbirk I am trying to stick to Laravel-like syntax as much as possible so I would most likely do Task::create(). If you notice in the Client some of these come prebaked in and are inherited by most models. The API is structured strange in certain places though especially around tasks so I have to look into it.
@cmbirk Wait sorry. I misunderstood this. You want to create tasks on the task list. I think your syntax is definitely correct. Sorry for the confusion. I saw your pull request and I think it looks pretty good. Will review more later.
@rossedman would it make more sense to add
Tasklist::createTask()
orTask::create($tasklistId)
or both?The text was updated successfully, but these errors were encountered: