We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The field "headline" is missing from the Person struct which prevents an API user from having access to the field
To Reproduce Use the Person Enrichment API through Go library or check the Go documentation or schemas.go file to see the field is missing https://github.com/peopledatalabs/peopledatalabs-go/blob/main/model/schemas.go https://pkg.go.dev/github.com/peopledatalabs/peopledatalabs-go/v3@v3.2.0/model#Person
Expected behavior The peopledatalabs client will unmarshal API responses into the Person struct with the inclusion of "headline"
Screenshots N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
@c-malecki We've updated the Person Schema to include headline now
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The field "headline" is missing from the Person struct which prevents an API user from having access to the field
To Reproduce
Use the Person Enrichment API through Go library or check the Go documentation or schemas.go file to see the field is missing
https://github.com/peopledatalabs/peopledatalabs-go/blob/main/model/schemas.go
https://pkg.go.dev/github.com/peopledatalabs/peopledatalabs-go/v3@v3.2.0/model#Person
Expected behavior
The peopledatalabs client will unmarshal API responses into the Person struct with the inclusion of "headline"
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: