80 results for "all documents"
platforms/devplace/code_farm_api.md

DevPlace Code Farm Game API

The Code Farm endpoints: reading state and leaderboards, planting and harvesting, plots and upgrades, watering and raiding a neighbour, fertilizer, daily bonus, quests, perks, prestige, mastery, legacy and the infrastruc...

platforms/devplace/database_api_service.md

DevPlace Database API Service

The read-only data surface at /dbapi: generic per-table reads, the validated query() call, the natural-language-to-SQL designer, asynchronous execution over a websocket, the table deny list, and the primary-administrator...

platforms/devplace/devrant_compatible_api.md

DevPlace devRant-Compatible REST API

The devRant compatibility layer: base URL and response shape, integer id mapping, the token-triple authentication model, and the rants, comments, users and notifications endpoints, with ready-made client scripts.

platforms/devplace/pubsub_service.md

DevPlace Pub/Sub Websocket Bus

The database-free publish/subscribe bus at /pubsub: the websocket protocol and frame types, dotted topics with trailing wildcards, the service-lock-owner rule behind close code 4013, and the ephemeral best-effort deliver...

platforms/devplace/quizzes_api.md

DevPlace Quizzes API

Quiz endpoints for creation, import and export, question authoring and reordering, publishing, and the attempt lifecycle - start, answer, finish, results - plus the leaderboard and scoreboard reads, with a scripted end-t...

platforms/devplace/rest_uploads.md

DevPlace REST: Attachment Uploads

Uploading files with multipart/form-data or by handing the server a public URL, and the full attachment lifecycle - list, get, rename, delete - plus how the returned uid is referenced from posts, comments, projects, gist...

platforms/devplace/rest_container_manager.md

DevPlace REST: Container Manager

Administrator-only endpoints that run supervised container instances per project: desired-state mutations and the reconciler, lifecycle and exec calls, terminal and log websockets, schedules, and the per-user isolation a...

platforms/devplace/rest_dev_workspaces.md

DevPlace REST: Dev Workspaces and Tunnels

Workspace lifecycle endpoints for the browser editor attached to a project, the editor-preferences reads and writes, and tunnel creation that publishes a container port on a public HTTPS hostname, with quota and idle-rea...

platforms/devplace/rest_messaging.md

DevPlace REST: Direct Messaging

The direct-message endpoints: opening the inbox and a conversation, the read-marking side effect, sending a message with attachments, and the recipient lookup that feeds the composer.