Skip to content

Instantly share code, notes, and snippets.

@jspc
Last active July 19, 2016 14:14
Show Gist options
  • Save jspc/dc396ef10d6d96de947698ef0446d096 to your computer and use it in GitHub Desktop.
Save jspc/dc396ef10d6d96de947698ef0446d096 to your computer and use it in GitHub Desktop.
uri = "threepio+", application, "://", path, "?", params;
application = "prelude" | "premiere";
path = "/", alphanumeric, {path};
params = param, {"&", params};
param = key, "=", value;
key = "accessKey" | "secretKey" | "sessionToken" | "uuid";
value = alphanumeric;
alphanumeric = letter | digit, {alphanumeric | punctuation};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment