Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1020 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 1020 Bytes

NeutrinoAPI Go Native SDK

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

Getting started

First you will need a user ID and API key pair: SignUp

To Build

# No build command necessary

To Initialize

neutrinoAPIClient := neutrinoapi.NewNeutrinoAPIClient("<your-user-id>", "<your-api-key>")

Running Examples

$ 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

For Support

Contact us