2 Commits

Author SHA1 Message Date
Justin Dalrymple
de77db7d4e Fixing linting errors 2017-11-25 19:44:49 -05:00
Justin Dalrymple
c6c001caf4 Major updates to the hierarchy structure of the classes.
- Renaming addKey just to add in UserKeys class
- Renaming deploy_keys and merge_requests to deployKeys and mergeRequests for consistancy
- Adding Project Access Requests
- Removing old group member functions from the groups class as they have been moved to the GroupMembers class. This includes the addMember, listMembers, editMember, and removeMember. These functions can now be access via group.members.add, group.members.all, group.members.edit and group.members.remove respectively.
- Removed the old group project functions from the Group class. These are now located in the GroupProject class. The functions that have been removed are listProjects, addProjects. These functions can be access by group.projects.all, and group.projects.add respectively.
2017-11-25 18:26:09 -05:00