Class: SemaphoreCI::API::V2

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) ⇒ V2

Returns a new instance of V2.



67
68
69
# File 'lib/semaphore_ci/api.rb', line 67

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