Commit Graph

12 Commits

Author SHA1 Message Date
Maxime Delporte
e30eac9c4d Updating README.md adding 'System-generated error responses' and 'Panic recovery in other goroutines' sections.
All checks were successful
Deploy Greenlight API / deploy (push) Successful in 59s
2025-10-23 17:16:25 +02:00
Maxime Delporte
cc588a1dc0 Adding 'Advanced JSON Customization' section in the README.md. Creating a runtime type (internal/data/runtime.go) to show how we can customize a JSON field.
All checks were successful
Deploy Greenlight API / deploy (push) Successful in 56s
2025-10-21 16:26:06 +02:00
Maxime Delporte
43612c90e0 Updating README typo. 2025-10-19 11:50:17 +02:00
Maxime Delporte
d2e38e75ac Updating README typo. 2025-10-19 11:49:51 +02:00
Maxime Delporte
1927c64047 Creating an envelope struct type inside our helpers file to update our writeJSON data type method's parameter. Updating healthcheckHandler and showMovieHandler with this new type to update our responses. 2025-10-19 11:47:25 +02:00
Maxime Delporte
d7ccef3713 Updating writeJSON helper method replacing json.Marshal() by json.MarshalIndent() method to improve responses readability. Updating README adding Performance sub-section. 2025-10-19 11:34:42 +02:00
Maxime Delporte
1b886109be Updating README.md with Additional Information section. 2025-10-12 20:34:59 +02:00
Maxime Delporte
4342a8df0d README.md : Fix typo. 2025-10-10 15:48:43 +02:00
Maxime Delporte
7e1a0ac66a README.md : Adding API versioning section. 2025-10-10 15:35:05 +02:00
Maxime Delporte
b0ed205fdb Update README.md : adding Endpoints section. 2025-10-10 14:36:02 +02:00
Maxime Delporte
8c0de92c43 Updating README with API initialisation and tips. 2025-10-10 11:13:06 +02:00
Maxime Delporte
a90b5305af First commit 2025-10-09 11:08:21 +02:00