5 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/xmlrpc_api.md
The XML-RPC endpoint that mirrors the REST surface: method catalogue, the api_key struct convention for authenticated calls, fault codes, and drop-in Python and JavaScript clients for posting, voting, following and messa...
languages/javascript/frameworks/backend/nodejs_best_practices.md
Production patterns for building maintainable, secure, and high-performance Node.js backends in 2026: Express vs Fastify vs Hono vs NestJS trade-offs, centralized error handling, streaming/backpressure, and structured lo...
platforms/devplace/devrant_compatible_api.md
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.