This website requires JavaScript.
Explore
Help
Sign In
giteacraftr.sxr08
/
greenlight
Watch
1
Star
0
Fork
0
You've already forked greenlight
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
55
Commits
1
Branch
0
Tags
6198a930ee7a48e8c8988d2701708ad4d8535df1
Commit Graph
3 Commits
Author
SHA1
Message
Date
Maxime Delporte
e5ddfa120f
Creating validator.go allowing us to validate received data from our endpoints. Updating errors.go adding failedValidationResponse method allowing us to deliver a StatusUnprocessableEntity error. Updating createMovieHandler with the use of our new validator package.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 53s
Details
2025-10-28 11:04:18 +01:00
Maxime Delporte
906bd868f9
Creating badRequestResponse helper method inside errors.go and use in in the createMovieHandler.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 53s
Details
2025-10-24 18:55:05 +02:00
Maxime Delporte
0f7515e198
Removing string json's parameter from Runtime variable inside Movie's struct. Creating errors.go handling different json's error for our API.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 54s
Details
2025-10-21 18:55:45 +02:00