class Apis::CycleCounter

Class to fetch cyclecounter

Public Instance Methods

cyclecounter() click to toggle source

Get current status of bicycle counters in Iceland, currently only one located by Sudurlandsbraut in Reykjavik.

@return [Faraday::Response] Api result.

# File lib/apis/endpoints/cyclecounter.rb, line 10
def cyclecounter
  Apis.client.get('/cyclecounter')
end