laravel-asana icon indicating copy to clipboard operation
laravel-asana copied to clipboard

Asana API wrapper for Laravel

Results 12 laravel-asana issues
Sort by recently updated
recently updated
newest added

Trying to upgrade to l9 but this package requires illuminate/support @ ^8 Any chance of bumping? Thanks

Asana has some input/output options available in the API: https://developers.asana.com/docs/input-output-options Would be great to be able to send Opt_fields in the asana() function: ``` asana()->getTasksWithTag($tags[$key]->gid, $opt_fields); ``` Here's a working...

There should be default value for the $data parameter here. at vendor/torann/laravel-asana/src/Asana.php:431 427▕ * @param array $data 428▕ * 429▕ * @return string|null 430▕ */ ➜ 431▕ public function updateProject($projectId...

I am trying to mark task as completed in Asana and using the Asana::updateTask method, I am sending the data of the task with the completed set as true. But...

How do you check if Asana Token expire?

Hi - any chance you're planning to include a function to add a tag? Thanks!

Hi - any chance you're planning to incorporate the new custom_fields functionality into this package? Thanks!

`Asana::getWorkspaceTasks('123456', 'me')` return array data with id as float format > 1.1076811309879E+14 > and > `Asana::getTask(1.1076811309879E+14)` > return error > > task: Not a recognized ID: 1.1076811309879E+14

I added support for laravel 9 and 10 in the attached pull request.

bumped the illuminate/support version to prevent issues when installing on Laravel 9.x