Skip to content

Rust client using the Reqwest HTTP client and Serde JSON library

Notifications You must be signed in to change notification settings

NeutrinoAPI/neutrino-api-client-reqwest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust client using the Reqwest HTTP client and Serde JSON library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages