Module: SemaphoreApi::Client::WebHooks
- Included in:
- SemaphoreApi::Client
- Defined in:
- lib/semaphore_api/client/webhooks.rb
Instance Method Summary collapse
Instance Method Details
#webhooks(project_hash_id) ⇒ Object
5 6 7 |
# File 'lib/semaphore_api/client/webhooks.rb', line 5 def webhooks(project_hash_id) get "/projects/#{project_hash_id}/hooks" end |