Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.02 KB

NeutrinoAPI Rust Reqwest SDK

Neutrino API Rust client using the Reqwest HTTP and Serde JSON libraries

The official API client and SDK built by NeutrinoAPI

Feature
Platform Version >= 1.41
HTTP Library Reqwest
JSON Library Serde
HTTP/2 No
HTTP/3 No
CodeGen Version 4.6.16

Getting started

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

To Initialize

use neutrino_api_client_reqwest::NeutrinoAPIClient;

fn main() {
    let client = &mut NeutrinoAPIClient::new(
        "<your-user-id>",
        "<your-api-key>",
    );
}

Running Examples

$ cargo run --example="ip_info"

You can find examples of all APIs in examples/

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

For Support

Contact us