Cross-server instance/user info mirroring #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to develop server-server/client-server API that would reply with instance/user info upon requests.
Also need to develop client-server API that would mirror remote instance/user info upon local instance request into local instance database.
Those could be the same API that switches between modes on presence of
url_baseparameter in request parameters (if absent or if same as local url_base -- respond with local info, if present and not same as local url_base -- respond with remote info)