Skip to content

NeutrinoAPI/neutrino-api-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go client using the native HTTP client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages