Skip to content

NeutrinoAPI/neutrino-api-client-http2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeutrinoAPI Node Native H2 SDK

Neutrino API Node.js client using the native HTTP/2 library

The official API client and SDK built by NeutrinoAPI

Feature
Platform Version >= 10
HTTP Library Native
JSON Library Native
HTTP/2 Yes
HTTP/3 No
CodeGen Version 4.7.1

Getting started

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

To Initialize

const NeutrinoAPIClient = require('../client/neutrino-api-client');

const neutrinoAPIClient = new NeutrinoAPIClient('<your-user-id>', '<your-api-key');

Running Examples

$ node src/examples/bad-word-filter.js

You can find examples of all APIs in src/examples/

Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses

For Support

Contact us

About

Node client using the native HTTP/2 client

Resources

Stars

Watchers

Forks

Packages

No packages published