diff --git a/README.md b/README.md index 47e937f..aeadf9c 100644 --- a/README.md +++ b/README.md @@ -140,19 +140,22 @@ GUI version using JavaFX --- ## References 📚 -API Base: - https://api.meshcomp.ir/api/v1/genres +API : + - genres: https://api.meshcomp.ir/api/v1/genres + - movies: https://api.meshcomp.ir/api/v1/movies + - movies (specifying the page): https://api.meshcomp.ir/api/v1/movies?page={pageId} + - movies by genres: https://api.meshcomp.ir/api/v1/genres/{genreId}/movies?page={pageId} + - details of a specific movie: https://api.meshcomp.ir/api/v1/movies/{movieId} -Video Tutorials (compressed versions): - https://drive.meshcomp.ir/d/a29a5f6ea6484834bcf0/ +Video Tutorials (watch before starting the assignment): + (link)[https://drive.meshcomp.ir/d/a29a5f6ea6484834bcf0/] Gson Tutorial: -(Gson) Reading and Parsing Data from a JSONObject - https://drive.meshcomp.ir/f/e8dea01f31b24cbca152/ +(`Gson` Reading and Parsing Data from a JSONObject)[https://drive.meshcomp.ir/f/e8dea01f31b24cbca152/] + Jackson Tutorial: -(Jackson) Parsing Json in Java Tutorial - Part 1 Jackson and Simple Objects - https://drive.meshcomp.ir/f/005d8f8fc19a44f4927b/ +(`Jackson` Parsing Json in Java Tutorial - Part 1 Jackson and Simple Objects)[https://drive.meshcomp.ir/f/005d8f8fc19a44f4927b/] --- ## Submission ⌛