-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add server api #27
Add server api #27
Conversation
marph91
commented
Aug 28, 2024
•
edited
Loading
edited
- items
- Basic items, like notes/notebooks/tags -> Implemented in a similar way like the client API.
- Resources
- api/items/:id/delta -> Not implemented. Not sure if needed for automation.
- api/items/:id/children -> Not sure how it works. Skipped for now.
- batch / batch items -> Not implemented. Single access is sufficient for now -> Server: add batch requests #28
- api/events -> Not implemented. Seems to be used to trigger a sync event.
- debug -> Not implemented. Only available in dev env.
- locks -> b0a7cd1
- sessions -> Not implemented. Not sure if needed for automation.
- share users -> Not implemented. Not sure if needed for automation.
- shares -> Not implemented. Not sure if needed for automation.
- users -> Partially implemented. Only a function to fetch users and their permissions.
- encryption -> Not implemented. Too complex. Too much potential for error.
- parse info.json (GET /api/items/root:/info.json:/content)
…lin server to be ready
Unit Test Results106 tests +34 103 ✔️ +34 4m 31s ⏱️ + 4m 17s Results for commit 7599afc. ± Comparison against base commit 671c8de. This pull request removes 72 and adds 106 tests. Note that renamed tests count towards both.
This pull request removes 3 skipped tests and adds 3 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #27 +/- ##
==========================================
- Coverage 97.66% 93.11% -4.56%
==========================================
Files 3 4 +1
Lines 429 929 +500
==========================================
+ Hits 419 865 +446
- Misses 10 64 +54 ☔ View full report in Codecov by Sentry. |