-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace web browser with okhttp3 client (#155)
* Make all functions that call the api throw an exception if it fails * Better error handling * Replace WebBrowser with an OkHttp3 Client * Can pass api key in header instead of storing in TmdbApi * Better performance and overall a better way to go about it * Add ObjectReader to AbstractTmdbApi for better performance when reading ResponseStatus and checking for errors * Add TmdbResponseCode enum for tmdb responses
- Loading branch information
Showing
37 changed files
with
462 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.