27 28 29
# File 'lib/joumae/client.rb', line 27 def renew(name) post_json(renew_resource_url(name), {api_key: api_key}) end