WorkflowyNetAPI 1.0.9
dotnet add package WorkflowyNetAPI --version 1.0.9
NuGet\Install-Package WorkflowyNetAPI -Version 1.0.9
<PackageReference Include="WorkflowyNetAPI" Version="1.0.9" />
<PackageVersion Include="WorkflowyNetAPI" Version="1.0.9" />
<PackageReference Include="WorkflowyNetAPI" />
paket add WorkflowyNetAPI --version 1.0.9
#r "nuget: WorkflowyNetAPI, 1.0.9"
#:package WorkflowyNetAPI@1.0.9
#addin nuget:?package=WorkflowyNetAPI&version=1.0.9
#tool nuget:?package=WorkflowyNetAPI&version=1.0.9
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 | Versions 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. |
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.