📄️ General Tips
- Any Excalibur server exposes a common API for clients to connect to. The documentation for this API is available at the /api/docs endpoint for any Excalibur server.
📄️ Authentication
Before allowing any user access to the files of a user on the server, they have to be authenticated.
📄️ Files
Once a user is authenticated with the server, they can access their own files. The file operations available to them can be accessed by looking at the server's API documentation at /api/docs, under the "Files" category.