Advertisement
Guest User

MALGraph Rec API Return Example

a guest
Jul 27th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. recomendations:[
  3. {title:"", id:##},
  4. ...
  5. ],
  6. missing titles: [
  7. {
  8. watched_title:"",
  9. watched_id:##,
  10. missing: [
  11. { title:"", id:## },
  12. ...
  13. ]
  14. },
  15. ...
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement