Sha256: 0b2dfe80ff6a63bf08e37c60e05a572ca526bdb3d94c4ef2a1e8b45e7fd8c20e

Contents?: true

Size: 400 Bytes

Versions: 22

Compression:

Stored size: 400 Bytes

Contents

%h1
  API v#{@version}

%ul
  - collections.keys.sort_by { |k| k.to_s }.each do |key|
    %li
      = link_to key.to_s.gsub('_', ' ').titlecase, url_for("/api/#{key}")
      %dl
        - collections[key].operations.each_key do |op|
          - next if [:index, :show].include?(op)
          %dt
            = op
  %li
    %strong
      %a{:href => url_for("/api/docs")} Documentation (v#{@version})

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
steamcannon-deltacloud-core-0.1.1.3 views/api/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/api/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/api/show.html.haml
deltacloud-core-0.1.1 views/api/show.html.haml
deltacloud-core-0.1.0 views/api/show.html.haml
deltacloud-core-0.0.9 views/api/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/api/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/api/show.html.haml
deltacloud-core-0.0.8 views/api/show.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/api/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/api/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/api/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/api/show.html.haml
deltacloud-core-0.0.7 views/api/show.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/api/show.html.haml
bbrowning-deltacloud-core-0.0.6-java views/api/show.html.haml
bbrowning-deltacloud-core-0.0.6 views/api/show.html.haml
deltacloud-core-0.0.6 views/api/show.html.haml
bbrowning-deltacloud-core-0.0.4 views/api/show.html.haml
bbrowning-deltacloud-core-0.0.4-java views/api/show.html.haml