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
Simple issue, the Asana developer docs suggest using $client->typeahead->typeaheadForWorkspace for typeahead queries. However, this function and in addition the $client->typeahead class don't appear to exist as of the 0.10.8 release which is the latest at the time of writing.
In the PHP Client the typeahead feature is still avaiable via $client->workspaces->typeahead, however the function is marked as deprecated with a suggestion to use the above methods instead. See the examples here:
Simple issue, the Asana developer docs suggest using
$client->typeahead->typeaheadForWorkspace
for typeahead queries. However, this function and in addition the$client->typeahead
class don't appear to exist as of the0.10.8
release which is the latest at the time of writing.In the PHP Client the typeahead feature is still avaiable via
$client->workspaces->typeahead
, however the function is marked as deprecated with a suggestion to use the above methods instead. See the examples here:https://developers.asana.com/docs/get-objects-via-typeahead
The text was updated successfully, but these errors were encountered: