Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.49 KB

praxis

Guide:

  • Personal Access Token
    • Ensure that you are logged into Github.
    • Visit https://github.com/settings/tokens
      • Create new token with only "public_repo" scope selected.
      • Delete when no longer needed.
    • Set your token as an environment variable.
    • Set your username as an environment variable.
  • practice repository
    • Set this repo's "owner" as an environment variable. (euggo)
    • Set this repo's "name" as an environment variable. (praxis)
    • Request "write" access for euggo/praxis so that you can lock issues.
      • Access can be granted by project admins (Greg, Nathan, Daved).
      • Alternately, skip the "lock/unlock portion of the exercise.
  • "github" library
    • Should not have any credentials hardcoded.
    • Should implement Create, Read, Update, Lock, Unlock, and Search.
    • Should make using it's API as convenient as possible.
  • "main" application