Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema #28

Open
marek-saji opened this issue Apr 12, 2017 · 0 comments
Open

Schema #28

marek-saji opened this issue Apr 12, 2017 · 0 comments
Assignees
Milestone

Comments

@marek-saji
Copy link
Owner

marek-saji commented Apr 12, 2017

movie πŸ”—

field search() #15 getRatedΒ­Movies() #8 getInfo() #7 getCast() #23 getCrew() #25 getTitles() #24
url : string βœ”οΈ βœ”οΈ βœ”οΈ ❌ ❌ ❌
title : string βœ”οΈ βœ”οΈ βœ”οΈ ❌ ❌ ❌
alternativeTitles : array of titles some first some ❓ ❌ ❌ βœ”οΈ
plot : string ❌ ❌ βœ”οΈ ❌ ❌ ❌
genres : array ❌ truncated βœ”οΈ ❌ ❌ ❌
productionCountries : array of strings ❌ truncated βœ”οΈ ❌ ❌ ❌
posterUrl : string βœ”οΈ βœ”οΈ βœ”οΈ ❌ ❌ ❌
releaseYear : int βœ”οΈ βœ”οΈ βœ”οΈ ❌ ❌ ❌
releaseDates : array of releaseDates ❌ some some ❌ ❌ ❌
rating.average.value : float βœ”οΈ ❌ βœ”οΈ ❌ ❌ ❌
rating.average.votesCount : int βœ”οΈ ❌ βœ”οΈ ❌ ❌ ❌
rating.user : rating TODO βœ”οΈ βœ”οΈ ❌ ❌ ❌
rating.friends : array of ratings ❌ ❌ βœ”οΈ ❌ ❌ ❌
rating.friends[].user : user ❌ ❌ βœ”οΈ ❌ ❌ ❌
directors : array of persons some ❌ some ❌ βœ”οΈ ❌
screenWriters : array of persons ❌ ❌ some ❌ βœ”οΈ ❌
cast : array of persons some ❌ some βœ”οΈ ❌ ❌
studios : array of studios ❌ ❌ βœ”οΈ ❌ ❌ ❌

person πŸ”—

  • url : string
  • name : string
  • photoUrl : string
  • rolePhotoUrl : string

title πŸ”—

  • value : string
  • countries : array of strings

user πŸ”—

  • url : string
  • name : string
  • avatarUrl : string

rating πŸ”—

  • value : int
  • date : DateTime
  • review : string

studio πŸ”—

  • name : string

releaseDate πŸ”—

  • type: 'theater' || 'dvd''
  • date: DateTime
  • country

@marek-saji marek-saji added this to the v0.1 milestone Apr 12, 2017
@marek-saji marek-saji self-assigned this Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant