Admins are members of any project for the purpose of requesting a hook
Since admins can easily change the project membership's list to add themselves, let's change the membership test to default to True for admins.
Note that the is_admin is in the User object, not the CurrentUser object so we need an extra REST call here.
Fixes #8 (closed)
Seems to work, see fdo-bots#83 (closed)