Skip to content

Instantly share code, notes, and snippets.

View elden1337's full-sized avatar
🦀

Magnus Eldén elden1337

🦀
View GitHub Profile
@elden1337
elden1337 / booli.cs
Last active May 27, 2021 06:36
Basic implementation of the Booli API rest-service using C#
using RestSharp;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography;
using System.Text;
namespace api.Services
{
public class BooliServices