Files
plane/apps/pi
4b325621e5 fix: eslint
* feat: eslint

* fix: lint

* fix: lint

* [WIKI-804] fix: refactor image uploader (#8210)

* fix: refactor uploader

* fix: props

* fix: sites fix

* fix: update @makeplane/plane-node-sdk version and refactor relation type imports

* fix: update ESLint max-warnings threshold in package.json

* fix: eslint formatting issues

* fix: add captions track to video player component

---------

Co-authored-by: M. Palanikannan <[email protected]>
Co-authored-by: Prateek Shourya <[email protected]>
2025-12-05 16:27:19 +05:30
..
2025-12-05 16:27:19 +05:30

Plane Intelligence

📚 API Documentation

For V1 to V2 API Migration & Testing:
See the comprehensive guide: docs/V1_VS_V2_TESTING_GUIDE.md

This single document covers:

  • 20 Automated tests for API validation
  • 41 Migrated endpoints with curl examples
  • RESTful design following White House Web API Standards
  • Step-by-step testing workflows

🚀 Quick Test

# Run automated tests
cd tests/
./run_tests.sh <your-session-token> <workspace-id>

# Or run specific test
python test_v1_v2_comparison.py --token <token> --test health

# List all available tests
python test_v1_v2_comparison.py --list-tests

📖 Key Files