Skip to content
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

SearchPersonResponse make scroll_token optional #29

Merged
merged 4 commits into from
Jun 12, 2024

Conversation

davidmparrott
Copy link
Contributor

@davidmparrott davidmparrott commented Jun 12, 2024

Description of the change

The response from the API, in the event of an error, does not contain a scroll token. This causes a failure to deserialize when an error response is received. By making the scroll token optional you are able to use the SearchPersonResponse to handle success and error cases.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • Chore (cleanup or minor QOL tweak that has little to no impact on functionality)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

davidmparrott and others added 4 commits June 12, 2024 11:37
The response from the API, in the event of an error, does not contain a scroll token. This causes a failure to deserialize when an error response is received.
@vvillait88 vvillait88 merged commit 93e7063 into peopledatalabs:main Jun 12, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants