-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for each on client->projects->getProjects() return error #93
Comments
@JeremieBergeron What error did you get? Code: $client = Asana\Client::accessToken(env('ASANA_PERSONAL_ACCESS_TOKEN'));
$projects = $client -> stories -> findByTask(
'{task id existing in my account}',
array(),
array('opt_pretty' => 'true')
);
print_r( $projects ); Get:
|
I think i had the same error has you. This repos seems a little bit dead ^^' |
I also have problems regarding "getProjects" – but there is a workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What I want: Get all my project.
What I have try:
I get an error (I have multiple project):
Environment: I am using laravel 9 which use php 8.0.13
PS:
This works:
The text was updated successfully, but these errors were encountered: