Class ImdbAPI

java.lang.Object
com.esprit.utils.ImdbAPI

public class ImdbAPI extends Object
Utility class providing helper methods for the RAKCHA application. Contains reusable functionality and common operations.
Since:
1.0.0
Version:
1.0.0
Author:
RAKCHA Team
  • Field Details

  • Constructor Details

    • ImdbAPI

      public ImdbAPI()
  • Method Details

    • searchMovie

      public static String searchMovie(String query) throws IOException
      Search for a movie on IMDb
      Parameters:
      query - The movie title to search for
      Returns:
      The IMDb URL of the first matching result, or null if not found
      Throws:
      IOException - if there's an error communicating with the API