Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirmghanem/watch-29a

💻TMDB The Movie Database project. Watch-29A is a javafx application which provides using tmdb api to stream movies from The Movie DataBase API using retrofit2 and maven framework.💻
https://github.com/amirmghanem/watch-29a

css javafx maven retrofit2 tmdb-api

Last synced: about 1 month ago
JSON representation

💻TMDB The Movie Database project. Watch-29A is a javafx application which provides using tmdb api to stream movies from The Movie DataBase API using retrofit2 and maven framework.💻

Awesome Lists containing this project

README

        

Watch 29A!!!

TMDB(The Movie Database ) api is used.
By @GET Request we get a response of the requested url.
the response we got is a JSON.

we used JSON2Pojo to convert the JSON object into POJO's.
These pojo's is added into a project package TMDB_APi.