The weekend assignment will not be a group project, but today will continue from where you left off yesterday.
Pair up and share a computer, switching off at the keyboard after each commit. Talk through your thought process with your pair and ...
Write API wrappers to:
- create an issue
- get the teams in an organization
- get the members in a team
- get the contents of a gist (assume there is only one file):
Write a method that takes an organization name, team name, and gist id and assigns an issue with the contents of the gist to each member of the team.