Skip to content

FriendlyUser/bser_client

Repository files navigation

codecov Nuget

Eternal Return Black Survival

Simple wrapper around the eternal return black survival documentation.

Most of the documentation can be found at BserClient.

Disclaimer

Havent done too many C# projects. Free feel to have any pr you believe can improve this project.

Need to redo this project.

Install

The initial version is

dotnet add package BserClient --version 1.0.0

A simple project looks like

using System;
using BserClient;
using System.Threading.Tasks;
namespace sample_bser_console_app
{
    class Program
    {
        static async Task Main(string[] args)
        {
            string apiKey = Environment.GetEnvironmentVariable("BSER_APIKEY");
            BserHttpClient client = new BserHttpClient(apiKey, "v1);
            BserClient.Types.BserMetaData bserData = await client.GetData();
        }
    }
}

For interactive notebooks see https://github.com/FriendlyUser/black-survival-interactive

References

Donate

If you would like to motivate me to spend more time improving open source projects please consider donating.

Donate with Ethereum

Donate with Bitcoin

paypal