calico-crusade / palringo-api-std

Palringo API re-written for .net standard.
MIT License
5 stars 1 forks source link

NuGet NuGet license GitHub last commit

New project

I embarked on expanding the scope of the "bot api" and created a new project that allows for multiple platforms to be supported for the same plugin set! Check it out BotsDotNet. I will be supporting this library for a while, however, most of my attention will be on the BotsDotNet library. New features will not be added unless there is resounding support. However, I will add them to BotsDotNet!

PalringoAPI for .net standard 2.0

A complete rewrite of the original PalringoAPI in .net standard 2.0

PalApi Version 1.0.16

Please do not use V 1.0.16 of the PalApi on Nuget. Update to 1.0.17+ if you are using it. The wrong binary was uploaded and a lot of the features are no longer available in this version. The package is no longer listed on Nuget to avoid people using it accidentally.

Where can I use it?

I have tested it on Windows (.net Framework 4.5.1+ & Core 2.0) and on Mac (Core 2.0). Anyone want to test on linux for me? ;)

How do I use it?

It is pretty simple to use. You can install it via Nuget (see below). There are 2 different packages available.

PM> Install-Package PalApi

The primary package that contains all of the useful stuff. Networking, Plugins, all of it.

PM> Install-Package PalApi.Storage

This package is an extra-addon that is like a mini version of EntityFramework but with my own spin on it. Mostly because I was bored one day.

Documentation

You can check the Examples libraries in the source. It should be pretty simple. Any questions? Be sure to reach out: You can contact me via Pal

Legal & Stuff