class SemaphoreCI::API::V1

Public Class Methods

new(token) click to toggle source
Calls superclass method SemaphoreCI::API::Client::new
# File lib/semaphore_ci/api.rb, line 61
def initialize(token)
  super(token, 'https://semaphoreci.com/', '/api/v1', Semlink::Parser)
end