Skip to content

NeutrinoAPI/neutrino-api-client-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeutrinoAPI C# Native SDK

C# client using the native HTTP client

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.6.13

Getting started

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

To Initialize

var neutrinoApiClient = new NeutrinoApiClient("<your-user-id>", "<your-api-key>");

Running Examples

  • Install Visual Studio
  • Open the neutrino-api-client-native.sln solution 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

For Support

Contact Us

To Build on Linux/CLI

$ dotnet restore
$ dotnet exec <path-to-dotnet-sdk>/MSBuild.dll

Running Examples on Linux/CLI

$  dotnet NeutrinoApi.Examples/bin/Debug/netcoreapp2.1/NeutrinoApi.Examples.dll IpInfo

About

C# client using the native HTTP client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages