Skip to content

Instantly share code, notes, and snippets.

@Joeventures
Created October 14, 2015 19:57
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 Joeventures/89c12de20746467ad2f1 to your computer and use it in GitHub Desktop.
Save Joeventures/89c12de20746467ad2f1 to your computer and use it in GitHub Desktop.

Today's homework

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 -- ha ha):

HARD MODE

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.

JOE MODE

When you're done, have a bowl of ice cream.

@beguira86
Copy link

I'm a Joe Mode pro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment