Skip to content

Instantly share code, notes, and snippets.

@badmetacoder
Last active December 18, 2015 01:29
Show Gist options
  • Save badmetacoder/5704543 to your computer and use it in GitHub Desktop.
Save badmetacoder/5704543 to your computer and use it in GitHub Desktop.
resources=[
{
"parameters": {
"type": "public_activities",
"search_string": "apple",
"event_types": [
"activities"
]
}
}
]
# flatten before URL-encoding
resources=[{"parameters":{"type":"public_activities","search ...
# URL-encode
resources%3D%5B%7B%22parameters%22%3A%7B%22type%22%3A%22publ ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment