Subdocuments
How to use DocSync with subdocuments
Subdocuments
DocSync can be used with subdocuments.
const client = new DocSyncClient({
server: {
url: "http://localhost:8080",
auth: { getToken: async () => await fetchAuthToken() },
},
});