-
Notifications
You must be signed in to change notification settings - Fork 0
Implement all Workflowy API endpoints in .NET and JS/MVC library #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The WorkflowyNetAPI library should be updated so it fully implements all APIs described in the official Workflowy API reference: https://beta.workflowy.com/api-reference/
Tasks:
- Review the current implementation and compare supported endpoints with the official reference
- Add (or update) methods for any missing API endpoints in:
- The C#/.NET library
- The JavaScript and MVC backend/frontend integrations (where applicable)
- Ensure all request/response model types are updated and documented
- Update or add relevant documentation and usage examples
Acceptance Criteria:
- All endpoints in the linked reference are accessible through the library
- Documentation clearly lists which endpoints/methods are supported
- Code updated for C#, JS/MVC components, and appropriate tests added/updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request