StubPlaceholder content, expansion planned

API Design

API design best practices

Status: Stub

This article is a placeholder for API design patterns.

Planned Content

  • RESTful conventions
  • Resource naming
  • Pagination patterns
  • Error responses
  • Versioning strategies
  • Rate limiting
  • qqq API Conventions

    qqq auto-generates APIs following these patterns:

  • GET /api/v1/table/{name}/query - List/search
  • GET /api/v1/table/{name}/{id} - Get one
  • POST /api/v1/table/{name}/insert - Create
  • PATCH /api/v1/table/{name}/{id} - Update
  • DELETE /api/v1/table/{name}/{id} - Delete
  • In the Meantime

    See API Documentation for the full API reference.

    Was this helpful?

    Help us improve this article. Feedback is used to prioritize content updates.

    Powered by qqq