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 |
First you will need a user ID and API key pair: SignUp
const NeutrinoAPIClient = require('../client/neutrino-api-client');
const neutrinoAPIClient = new NeutrinoAPIClient('<your-user-id>', '<your-api-key');$ node src/examples/bad-word-filter.jsYou 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