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

Set content-type in makeRequest #24

Closed eliskovets closed 1 year ago

eliskovets commented 1 year ago

Description of the change

Set content-type in makeRequest, so it set it to a correct "application/json" instead of "[application/json]"

Type of change