Sha256: aa95d1e0684380fa8677de7fe84a9d6fd490a92c7f9133f771b714a9455146e3
Contents?: true
Size: 974 Bytes
Versions: 12
Compression:
Stored size: 974 Bytes
Contents
# Ruby Client for the <%= gem.title %> API <%= gem.summary %> <%= gem.description %> <%= gem.homepage %> ## Installation ``` $ gem install <%= gem.name %> ``` ## Quick Start ```ruby require "<%= gem.entrypoint_require %>" <%- service = gem.first_non_common_service -%> <%- method = service&.methods.first -%> <%- if service && method -%> client = <%= service.create_client_call %> request = my_create_request response = client.<%= method.name %> request <%- end -%> ``` ## Supported Ruby Versions This library is supported on Ruby 2.4+. Google provides official support for Ruby versions that are actively supported by Ruby Core—that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.4 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
Version data entries
12 entries across 12 versions & 1 rubygems