Neutrino API C# client using the native HTTP library
The official API client and SDK built by NeutrinoAPI
| Feature | |
|---|---|
| Platform Version | >= 3.1 |
| HTTP Library | Native |
| JSON Library | Native |
| HTTP/2 | No |
| HTTP/3 | No |
| CodeGen Version | 4.7.1 |
First you will need a user ID and API key pair: SignUp
var neutrinoApiClient = new NeutrinoApiClient("<your-user-id>", "<your-api-key>");- Install Visual Studio
- Open the
neutrino-api-client-native.slnsolution file - Install .Net Core 2.1 as instructed by IDE, if necessary
- Click Run (F5), the default example is IpInfo
You can find examples of all APIs in NeutrinoApi.Examples
Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses
$ dotnet restore
$ dotnet exec <path-to-dotnet-sdk>/MSBuild.dll$ dotnet NeutrinoApi.Examples/bin/Debug/net6.0/NeutrinoApi.Examples.dll IpInfo