AcadeDoc/apps
Corentin 47dee1eb12 refactor(client): unwrap .data from TransformHttpResponseInterceptor
The server-side TransformHttpResponseInterceptor wraps every body in
{ data, success, status }. The axios interceptor only unwraps the
transport layer, so calls return that envelope object — read .data
to get the actual payload.

Aligns the remaining Acadenice REST clients (backlinks, clipper,
slash-commands, sync-blocks, templates, graph, rbac) with the
existing convention and drops a few hardcoded /api/v1 prefixes that
duplicated the api baseURL.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 09:54:32 +00:00
..
client refactor(client): unwrap .data from TransformHttpResponseInterceptor 2026-05-11 09:54:32 +00:00
extension-clipper refactor(acadedoc): rename API routes /api/acadenice -> /api/v1 — R5.1 2026-05-08 14:52:49 +02:00
server feat(page-permission): OSS-ify page-level permission module 2026-05-11 09:54:00 +00:00