-
Notifications
You must be signed in to change notification settings - Fork 38
Reviews
George Kye edited this page Mar 8, 2016
·
2 revisions
Get the full details of a review by ID.
ReviewsMDB.review(apikey, reviewId: "5013bc76760ee372cb00253e"){
apiReturn in
let rev = apiReturn.MBDBReturn as! ReviewsMDB
print(rev.id)
print(rev.content)
print(rev.iso_639_1)
print(rev)
}