sakila/internal/httpapi
siyahas 54e36528bc Add actor, film, and category APIs with SQL query support
- Generated SQL queries for actors, films, categories.
- Introduced HTTP handlers for actor, film, and category endpoints.
- Included utility functions for parsing query parameters and building URLs.
- Enabled pagination, filtering, and HAL representation for responses.
2025-09-02 16:12:30 +03:00
..
actors.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
categories.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
films.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
languages.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
root.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
util.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00