class SemaphoreCI::API::V2
Public Class Methods
new(token)
click to toggle source
Calls superclass method
SemaphoreCI::API::Client::new
# File lib/semaphore_ci/api.rb, line 67 def initialize(token) super(token, 'https://api.semaphoreci.com/', '/v2', Nitlink::Parser) end