DeviantArtFs 0.2.0-alpha

This is a prerelease version of DeviantArtFs.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DeviantArtFs --version 0.2.0-alpha
                    
NuGet\Install-Package DeviantArtFs -Version 0.2.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DeviantArtFs" Version="0.2.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DeviantArtFs" Version="0.2.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="DeviantArtFs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DeviantArtFs --version 0.2.0-alpha
                    
#r "nuget: DeviantArtFs, 0.2.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DeviantArtFs&version=0.2.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DeviantArtFs&version=0.2.0-alpha&prerelease
                    
Install as a Cake Tool

DeviantArtFs

An F# library (.NET Standard 2.0) to interact with the DeviantArt / Sta.sh API. Uses FSharp.Data to parse JSON.

Not all features/objects can be used from languages other than F#. If you want more C# / VB.NET compatibility, you'll need to make additions to this project (feel free to send pull requests) or write a wrapper library.

Much of the library is still untested - use at your own risk.

Currently unsupported features

  • The "expand" parameter (user.details, user.geo, etc) is not currently supported.

Supported endpoints

Data

  • GET /data/countries
  • GET /data/privacy
  • GET /data/submission
  • GET /data/tos

Deviation

  • GET /deviation/{deviationid}
  • GET /deviation/content
  • GET /deviation/download/{deviationid}
  • GET /deviation/embeddedcontent
  • GET /deviation/metadata
  • GET /deviation/whofaved
  • GET /gallery/all Get the "all" view of a users gallery
  • GET /gallery/folders Fetch gallery folders

Stash

  • GET /stash/{stackid}
  • POST /stash/delete
  • GET /stash/delta
  • GET /stash/item/{itemid}
  • POST /stash/publish
  • GET /stash/publish/categorytree
  • POST /stash/submit

User

  • GET /user/profile/{username}
  • GET /user/statuses
  • GET /user/statuses/{statusid}
  • POST /user/statuses/post
  • GET /user/whoami

Util

  • GET /placebo

Authentication

See also: https://www.deviantart.com/developers/authentication

Both Authorization Code (recommended) and Implicit grant types are supported. If you are writing a Windows desktop application, you can use the forms in the DeviantArtFs.WinForms package to get a code or token from the user.

The DeviantArtAuth class provides methods to support the Authorization Code grant type (getting tokens from an authorization code and refreshing tokens).

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DeviantArtFs:

Package Downloads
DeviantArtFs.Stash.Marshal

An F#/.NET library to interact with the Sta.sh API and manage state (.NET Standard 2.0)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0 146 10/28/2024
11.0.0-beta2 93 10/28/2024
10.1.0-beta2 111 10/20/2024
10.1.0-beta1 94 9/21/2024
10.0.0 157 8/8/2024
10.0.0-rc1 115 8/8/2024
9.2.1-rc1 100 8/7/2024
9.2.0 147 6/19/2024
9.2.0-beta1 111 6/19/2024
9.1.1 155 4/27/2024
9.1.0-rc1 224 11/27/2023
9.0.0 287 11/22/2023
9.0.0-beta4 180 5/30/2023
9.0.0-beta2 142 5/28/2023
8.0.0 522 5/30/2021
8.0.0-beta4 331 5/30/2021
8.0.0-beta3 394 5/30/2021
8.0.0-beta2 287 5/30/2021
7.0.1 472 1/11/2021
7.0.0 447 1/9/2021
7.0.0-beta1 354 1/9/2021
6.0.2 439 1/5/2021
6.0.1 501 12/28/2020
6.0.0 411 12/27/2020
6.0.0-beta2 396 12/26/2020
6.0.0-beta1 385 12/26/2020
5.0.0 591 2/11/2020
5.0.0-beta1 508 2/11/2020
4.0.0 577 1/23/2020
4.0.0-beta2 524 1/23/2020
4.0.0-beta1 533 1/22/2020
3.0.0 627 1/17/2020
2.2.0 632 1/6/2020
2.1.0 613 9/9/2019
2.0.0-beta3 588 3/9/2019
2.0.0-beta2 560 3/8/2019
2.0.0-beta1 566 3/6/2019
1.1.0-beta1 557 3/5/2019
1.0.0 791 2/10/2019
0.9.0 1,446 1/29/2019
0.8.0 779 1/28/2019
0.7.3 795 1/22/2019
0.7.2 775 1/22/2019
0.7.1 1,438 1/19/2019
0.7.0 812 1/18/2019
0.6.0 1,473 1/14/2019
0.5.0 1,440 1/11/2019
0.4.0 1,464 1/3/2019
0.3.0 1,466 12/31/2018
0.2.0-alpha 1,263 12/27/2018
0.1.0-alpha 696 12/21/2018

An F# library (.NET Standard 2.0) to interact with the DeviantArt / Sta.sh API. Uses FSharp.Data to parse JSON.

Not all features/objects can be used from languages other than F#. If you want more C# / VB.NET compatibility, you'll need to make additions to this project (feel free to send pull requests) or write a wrapper library.

Much of the library is still untested - use at your own risk.