Skip to content

Instantly share code, notes, and snippets.

@karanparikh
Last active August 29, 2015 14:10
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 karanparikh/134d90ce6d4045eeb3c9 to your computer and use it in GitHub Desktop.
Save karanparikh/134d90ce6d4045eeb3c9 to your computer and use it in GitHub Desktop.
Rest.li 1.0 URL v.s. Rest.li 2.0 URL for GET requests
Rest.li 1.0 URL: /foo/key.x%5B0%5D=a1&key.x%5B1%5D=a2&key.y=123&key~2Ewith~2Edots=val
Rest.li 2.0 URL: /foo/(key:(x:List(a1,a2)),y:123,key.with.dots:val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment