Nationalize is a go client for the nationalize.io API.
You can use this library to call the API client.
client := nationalize.NewClient()
prediction, rateLimit, err := client.Predict("michael")
This client also supports batch predictions.
Nationalize is a go client for the nationalize.io API.
You can use this library to call the API client.
client := nationalize.NewClient()
prediction, rateLimit, err := client.Predict("michael")
This client also supports batch predictions.