RESTful API for games I have played or want to play
- DecimalMin/DecimalMax aren't actually supported for Double. Consider:
- BigDecimal
- Custom Score object with valid range and one decimal
- CRUD
Basic implementationValidation- Check duplicates
RESTfulHATEOAS
- Pagination
- Sorting
- Filtering
- Search (fuzzy?)
- Documentation
- OpenAPI/Swagger
- GameService
ConsoleServiceStatusService
- e.g. PostgreSQL
- Fields:
Title(string)Status(object)Console(object)Score(double)ImplementationEnsure 0<=score<=10- Ensure single decimal
Sorting name(string)Artwork? (image/link?)
CRUD
I'm leaning towards object, just to make it flexibleCRUDReturn StatusResponse for good measure
Needs to be flexible since there will keep coming new consolesCRUD
- On my website
- Authentication
- My collection
- Full read/write for me
- Maybe read for others?
- Temporary collection
- Full read/write for everyone
- Multiple users? Not sure
- My collection