7 results for "all documents"
platforms/devplace/conventions_and_errors.md
Rules shared by every DevPlace endpoint: base URL, form vs JSON request bodies, HTML/JSON content negotiation, the action response envelope, cursor pagination, rate limits and the status-code and error-shape contract.
platforms/devplace/README.md
Entry point for the DevPlace (devplace.net) machine interface: base URL, the four authentication methods, shared conventions, and an index of every REST, XML-RPC, websocket and gateway reference in this directory.
platforms/devplace/rest_uploads.md
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_messaging.md
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.
platforms/devplace/rest_notifications.md
Reading the notification feed with cursor pagination, the unread-count endpoint that backs the navigation badges, and the mark-read actions, including per-type coverage and JSON payload shapes.
platforms/devplace/rest_search_and_lookups.md
The JSON lookup endpoints behind mentions and the message composer: user search and content search, their single q parameter, result caps and response shapes.
platforms/devplace/rest_votes_reactions_bookmarks_polls.md
Toggle-style engagement endpoints for posts, comments, gists, projects and quizzes: vote casting and removal, emoji reactions, bookmarks and poll answers, including the X-Requested-With header rule that returns JSON inst...