Skip to content

Instantly share code, notes, and snippets.

@Satys
Created February 15, 2021 12:36
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 Satys/8d409428553d9b79cdddb76e49d5e5f8 to your computer and use it in GitHub Desktop.
Save Satys/8d409428553d9b79cdddb76e49d5e5f8 to your computer and use it in GitHub Desktop.
// read url_permission.js file
url_permission = parse(open("url_permission.js"))
permissions_to_be_checked = url_permission["assignments/submit"]
// it returns permissions_to_be_checked = ["submit_assignment"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment