NAME

WWW::Asana::Workspace - Asana Workspace Class

VERSION

version 0.003

ATTRIBUTES

id

name

METHODS

tasks

This method shows the tasks of the given assignee. This must be a WWW::Asana::User object, or you just give "me", to show that you this information for the API Key user.

It is required to give an assignee, Asana is not supporting giving all tasks of the workspace.

projects

This method shows the projects of the workspace.

tags

This method shows the tags of the workspace.

create_tag

Adds the given first parameter as new tag for the workspace, it gives back a WWW::Asana::Tag of the resulting tag.

create_task

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.