Skip to content

Commit b6425a7

Browse files
committed
Added namespace for hooks in orgs
1 parent 8d49370 commit b6425a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/github_api/client/orgs.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class Client::Orgs < API
1010
'memberships',
1111
'teams'
1212

13+
# Access to Client::Orgs::Hooks API
14+
namespace :hooks
15+
1316
# Access to Client::Orgs::Members API
1417
namespace :members
1518

0 commit comments

Comments
 (0)