peopledatalabs / peopledatalabs-go

A Go client for the People Data Labs API
https://docs.peopledatalabs.com/docs/go-sdk
MIT License
7 stars 0 forks source link

Fix missing additional params on bulk person retrieve #6

Closed facup94 closed 2 years ago

facup94 commented 2 years ago

Description of the change

Bulk Person Retrieve endpoint allows clients to provide titlecase param. The library did not. This PR adds the AdditionalParams struct to the BulkPersonRetrieveParams struct making it compliant with the expected behaviour

Type of change