This website requires JavaScript.
Explore
Help
Sign in
siyahas
/
sakila
Watch
1
Star
0
Fork
You've already forked sakila
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ce01ef65ed
sakila
/
internal
/
requests
/
http-client.env.json
6 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
Add film CRUD operations and integrate Sakila database enhancement - Implemented Create, Read, Update (PUT/PATCH), and Delete (CRUD) operations for films. - Added SQL queries for film management (e.g., NextFilmID, InsertFilm, UpdateFilmPut, PatchFilm, and DeleteFilm). - Updated HTTP handlers to support enhanced film operations, including validation and null handling. - Refactored category handling logic for cleaner syntax. - Included HTTP client test samples for film API in `films_crud_test.http`.
2025-09-08 15:28:19 +02:00
{
"dev"
:
{
Refactor HTTP client test samples and configuration - Moved HTTP client test files to `internal/requests`. - Replaced hardcoded `localhost` URLs with `{{base_url}}`. - Updated `http-client.env.json` to include `base_url` configuration.
2025-09-08 15:34:23 +02:00
"base_url"
:
"localhost:8080"
,
Add film CRUD operations and integrate Sakila database enhancement - Implemented Create, Read, Update (PUT/PATCH), and Delete (CRUD) operations for films. - Added SQL queries for film management (e.g., NextFilmID, InsertFilm, UpdateFilmPut, PatchFilm, and DeleteFilm). - Updated HTTP handlers to support enhanced film operations, including validation and null handling. - Refactored category handling logic for cleaner syntax. - Included HTTP client test samples for film API in `films_crud_test.http`.
2025-09-08 15:28:19 +02:00
"film_id"
:
"10001"
}
}
Reference in a new issue
Copy permalink