Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created September 26, 2011 15:01
Show Gist options
  • Save funkatron/1242436 to your computer and use it in GitHub Desktop.
Save funkatron/1242436 to your computer and use it in GitHub Desktop.
Getting data from Gimme Bar API via JSONP
<!-- 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