Drupal Tip Viewer is a web interface for browsing tips across various Drupal development categories. Tips cover various aspects of Drupal development, from core services to best practices.
GET /api/random| Endpoint | Description |
|---|---|
GET /api/tips | Get all tips |
GET /api/tips?category=X | Get tips by category |
GET /api/random | Get random tip |
GET /api/random?category=X | Get random tip from category |
GET /api/categories | List all categories |