Class: SemaphoreCI::API::V1

Inherits:
Client
  • Object
show all
Defined in:
lib/semaphore_ci/api.rb

Instance Method Summary collapse

Methods inherited from Client

#get

Constructor Details

#initialize(token) ⇒ V1

Returns a new instance of V1.



61
62
63
# File 'lib/semaphore_ci/api.rb', line 61

def initialize(token)
  super(token, 'https://semaphoreci.com/', '/api/v1', Semlink::Parser)
end