Created
September 26, 2011 15:01
-
-
Save funkatron/1242436 to your computer and use it in GitHub Desktop.
Getting data from Gimme Bar API via JSONP
This file contains hidden or 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
| <!-- pass jsonp_callback=foo, where "foo" is the function name --> | |
| <!-- For all public assets from a given user: --> | |
| <script src="https://gimmebar.com/api/v0/public/assets/funkatron.js?jsonp_callback=foo"> | |
| <!-- For all public assets from a given user's collection: --> | |
| <script src="https://gimmebar.com/api/v0/public/assets/funkatron/sports.js?jsonp_callback=foo"> | |
| <!-- See https://gimmebar.com/api/v0#Public for more information on the public (no auth required) methods --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment