Created
May 21, 2013 14:11
-
-
Save johnnygoodman/5620082 to your computer and use it in GitHub Desktop.
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
1.9.3-p392 :021 > HTTParty.get('http://api.framebase.io/videos/f4ad2fdf-d272-481e-9c9a-904fcf182404').response.body.inspect | |
=> "\"Array\"" | |
Are you intending to return the string Array to this request? | |
I suspect ya'll accidentally echo'd array instead of returning an actual array with attributes fileURI and rtmpURI (https://framebase.io/docs/rest) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment