Skip to content

Instantly share code, notes, and snippets.

@toastdriven
Forked from jorilallo/gist:1202523
Created September 8, 2011 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toastdriven/1202723 to your computer and use it in GitHub Desktop.
Save toastdriven/1202723 to your computer and use it in GitHub Desktop.
r = ListResource(api_name='v1')
lists = r.obj_get_list(request)
lists_json = []
for list in lists:
bundle = r.build_bundle(obj=list, request=request)
lists_json.append(r.serialize(None, r.full_dehydrate(bundle), 'application/json'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment