Neutrino API Go client using the native HTTP library
The official API client and SDK built by NeutrinoAPI
Feature | |
---|---|
Platform Version | >= 1.11 |
HTTP Library | Native |
JSON Library | Native |
HTTP/2 | Yes |
HTTP/3 | No |
CodeGen Version | 4.6.16 |
First you will need a user ID and API key pair: SignUp
# No build command necessary
neutrinoAPIClient := neutrinoapi.NewNeutrinoAPIClient("<your-user-id>", "<your-api-key>")
$ go run examples/bad_word_filter.go
You can find examples of all APIs in /examples/<endpoint_name>/main.go
Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses