Class: SemaphoreCI::API::V1
Instance Method Summary collapse
-
#initialize(token) ⇒ V1
constructor
A new instance of V1.
Methods inherited from Client
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 |