WorkflowyNetAPI 1.0.9

dotnet add package WorkflowyNetAPI --version 1.0.9
                    
NuGet\Install-Package WorkflowyNetAPI -Version 1.0.9
                    
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="WorkflowyNetAPI" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WorkflowyNetAPI" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="WorkflowyNetAPI" />
                    
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 WorkflowyNetAPI --version 1.0.9
                    
#r "nuget: WorkflowyNetAPI, 1.0.9"
                    
#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.
#:package WorkflowyNetAPI@1.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WorkflowyNetAPI&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=WorkflowyNetAPI&version=1.0.9
                    
Install as a Cake Tool

.NET Unit Tests

A complete C#.NET lib for Workflowy API, also for your frotend needs, a JS lib with the correspoing C# MVC controller

.NET Core 8 and onwards.


WorkFlowy API docs: https://beta.workflowy.com/api-reference/

Grab your api key at: https://workflowy.com/api-key

NuGet: https://www.nuget.org/packages/WorkflowyNetAPI/


ToDo's:

  • Test: how mirrors are shown?

  • Utilities

    • WFAPI class: implement a method to get all items recursively (get all children of a given item id, and their children, etc)
    • Method to export in various formats (txt, json, xml, etc)
  • Add a secure a C# controller/backend for the JS API that just does the proxy call to WF API, so the REST call signature is in the frontend, but the actual call is done in the backend (to avoid CORS issues and exposing API key in frontend).

    • Ask AI if there a lib for that
    • Keep the normal controller for Swagger docs and direct backend calls
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.9 91 6/8/2026
1.0.8 104 6/8/2026
1.0.7 95 6/8/2026
1.0.6 300 12/19/2025
1.0.5 294 12/19/2025
1.0.3 295 12/17/2025
1.0.1 182 12/12/2025