Artilities.NET
1.1.0
See the version list below for details.
dotnet add package Artilities.NET --version 1.1.0
NuGet\Install-Package Artilities.NET -Version 1.1.0
<PackageReference Include="Artilities.NET" Version="1.1.0" />
paket add Artilities.NET --version 1.1.0
#r "nuget: Artilities.NET, 1.1.0"
// Install Artilities.NET as a Cake Addin #addin nuget:?package=Artilities.NET&version=1.1.0 // Install Artilities.NET as a Cake Tool #tool nuget:?package=Artilities.NET&version=1.1.0
Artilities.NET
An unofficial C# Wrapper for the Artilities REST API
What can this Wrapper do?
This wrapper currently supports getting an Idea
, Getting a challenge Idea
, Looking up artist slang
. The other API functions like getting patreons
and getting banners
will hopefully follow soon.
Where can I get the package?
You can download the package on NuGet or soon here on GitHub
DOCUMENTATION
Getting an Idea
You can get a random Idea from the Artilities Database using the getIdea()
function, this function will return a Dictionary with the following keys: english
, - - russian
, responseTime
, responseCode
, raw
.
english
returns the result Idea in Englishrussian
returns the result Idea in Russian (You might need to change the text output toUTF-16
to be able to see it)responseTime
returns the time it took for the server to respond in MSresponseCode
returns the Web Response (in best case its200
)raw
returns the raw response JSON
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.