Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 29, 2020
1 parent 4738c18 commit 3101c06
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# consumable-code-movie-tmdb-api By AmirIsBack
- v1.0.6 - Development
- v1.0.7 - Development
- Stable Version

# About This Project
Expand Down Expand Up @@ -316,29 +316,6 @@ https://developers.themoviedb.org/3/getting-started/introduction
callback: MovieResultCallback<Trending<TrendingTv>>
)

# Development ---------

## MOVIES

// MOVIES
// Get Details
fun getMoviesDetails(
movie_id: Int,
language: String?,
append_to_response: String?,
callback: MovieResultCallback<MovieDetail>
)

// MOVIES
// Get Account States
fun getMoviesAccountState(
movie_id: Int,
session_id: String,
guest_session_id: String?,
callback: MovieResultCallback<MovieAccountState>
)

## LIST
## NETWORKS

// NETWORKS
Expand All @@ -362,6 +339,30 @@ https://developers.themoviedb.org/3/getting-started/introduction
callback: MovieResultCallback<NetworkImage>
)


# Development ---------

## MOVIES

// MOVIES
// Get Details
fun getMoviesDetails(
movie_id: Int,
language: String?,
append_to_response: String?,
callback: MovieResultCallback<MovieDetail>
)

// MOVIES
// Get Account States
fun getMoviesAccountState(
movie_id: Int,
session_id: String,
guest_session_id: String?,
callback: MovieResultCallback<MovieAccountState>
)

## LIST
## PEOPLE
## SEARCH
## TV
Expand All @@ -385,7 +386,7 @@ https://developers.themoviedb.org/3/getting-started/introduction
# Version Release
This Is Latest Release

$version_release = 1.0.6
$version_release = 1.0.7

What's New??

Expand Down

0 comments on commit 3101c06

Please sign in to comment.