Giter Club home page Giter Club logo

laravel-asana's People

Contributors

albanafmeti avatar anshad avatar bslinger avatar jpantonisse avatar lebedyncrs avatar repat avatar rubinnederlof avatar torann avatar troyharvey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-asana's Issues

Laravel 9 Support

Trying to upgrade to l9 but this package requires illuminate/support @ ^8

Any chance of bumping?

Thanks

UpdateTask does not work.

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 it doesn't mark the task as completed. I try to get the errors but its null.

Input/Output Options Support

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 example of it just hacked into a function:

public function getTasksWithTag($tagId)
    {
        return $this->curl->get("tags/{$tagId}/tasks?opt_fields=name,assignee.name,due_on,permalink_url,tags.name,this.custom_fields");
    }

Cant getting tasks of a specific user

Hi Torann,

I cant see the method for getting all tasks of a specific user,

I there any function in this package..?

If Yes, please tell me that .

Thanks & Regards

Custom fields

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

Required parameter $data follows optional parameter $projectId

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 = null, $data) // ...$data = array())
432▕ {
433▕ $projectId = $projectId ?: $this->defaultProjectId;
434▕
435▕ return $this->curl->put("projects/{$projectId}", ['data' => $data]);

Task ID as float in getWorkspaceTasks

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

Missing: Event Handling

Hello,

we miss a function to receive events from Asana for projects. Can u implement?

Regards,

Dennis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.