The official C# Wrapper for Artilities REST API Artilities.NET.Rework is a replacement for the original Artilities.NET!
This library allows you to interact with the Artilities REST API easily within C#!
The Artilities API allows you to do things such as getting an idea
, getting a challenge idea
, looking up artist slang
, getting Artilities Banner info
, getting a users saved ideas, challenges and colors
, getting Artilities Supporters (patreons)
- This is the Official Artilities C# library based on the Artilities REST API
- You can visit the Artilities Website HERE
- In case you have any questions, please join the Discord Server (Click Here)
- Some functions may require an API Key, refer to the Discord Server to request a key!
- If you find any bugs or issues with the library, please open an issue on this repo!
- Some variables of this library might be written in languages like Russian, in that case, set your Console output to UTF-8
You can download the package on NuGet. You can also:
- Type
Install-Package Artilities.NET.Rework -Version 1.0.0
- Type
dotnet add package Artilities.NET.Rework --version 1.0.0
- Install the package in your Editors NuGet Package Manager
In order to keep this Documentation Clean, you refer to this Quick Links section
- Artilities.ArtilitiesClient Documentation (Click Here)
- Artilities.Objects Documentation (Click Here)