StrikeWallet.Client 1.0.11

dotnet add package StrikeWallet.Client --version 1.0.11
NuGet\Install-Package StrikeWallet.Client -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StrikeWallet.Client" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StrikeWallet.Client --version 1.0.11
#r "nuget: StrikeWallet.Client, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StrikeWallet.Client as a Cake Addin
#addin nuget:?package=StrikeWallet.Client&version=1.0.11

// Install StrikeWallet.Client as a Cake Tool
#tool nuget:?package=StrikeWallet.Client&version=1.0.11

Logo

Strike .NET client NuGet version Nuget downloads

This is a C# implementation of the Strike API found here:

https://docs.strike.me/api

Releases and breaking changes

License:

MIT

Features

  • installation via NuGet (StrikeWallet.Client)
  • targeting .NET Standard 2.1 (.NET Core, Linux/MacOS compatible), .NET 5-8

Usage

var apiKey = "YOUR_API_KEY";
var environment = Environment.Live;

var client = new StrikeClient(environment, apiKey);
var profile = await client.Accounts.GetProfile("marfusios");
With dependency injection support:

appsettings.json

{
  "Strike": {
    "Environment": "Live",
    "ApiKey": "YOUR_API_KEY"
  }
}

Startup.cs

services.AddStrike();

More usage examples:

  • console sample (link)
  • integration tests (link)

Pull Requests are welcome!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 37 6/26/2024
1.0.10 70 6/22/2024
1.0.9 61 6/22/2024
1.0.8 62 6/21/2024
1.0.7 61 6/21/2024
1.0.6 61 6/21/2024
1.0.5 70 6/20/2024
1.0.4 59 6/19/2024
1.0.3 60 6/19/2024