-
Notifications
You must be signed in to change notification settings - Fork 9
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
Missing the Person::all()
to list persons
#18
Comments
@rayrutjes Thanks for this suggestion, we definitely need to add this method.
The |
Thanks for your answer @mkdynamic
Indeed, I understand this now. This was non trivial to understand from documentation.
Unfortunately these requests only return responses, but there is no way to retrieve scheduled |
Gotcha, makes sense. Yes, unfortunately we don't have any endpoints for listing |
I have create a new pull request #19 . |
The PHP API client is missing the
\Delighted\Person::all();
method.Also, it would be nice to be able to
expand
theproperties
value.Current this value is not returned as part of the
GET /people
endpoint, which makes it hard to partially update some properties from different non connected systems.The text was updated successfully, but these errors were encountered: