google_business_api_url_signer:对用于调用 Google 业务 API 的 URL 进行签名

时间:2024-07-22 17:07:07
【文件属性】:

文件名称:google_business_api_url_signer:对用于调用 Google 业务 API 的 URL 进行签名

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-22 17:07:07

Ruby

Google Business Api Url Signer 对用于调用 Google 业务 API 的 URL 进行签名。 安装 将此行添加到应用程序的 Gemfile 中: gem 'google_business_api_url_signer', git: 'git://github.com/Skalar/google_business_api_url_signer.git' 然后执行: $ bundle 用法 private_key = "my-private-key-here" url = "http://maps.googleapis.com/maps/api/geocode/json?address=New+York&sensor=false&client=clientID" GoogleBusinessApiUrlSigner.add_signature(url


【文件预览】:
google_business_api_url_signer-master
----.travis.yml(180B)
----Rakefile(226B)
----LICENSE(1KB)
----Gemfile(115B)
----spec()
--------google_business_api_url_signer_spec.rb(818B)
--------google_business_api_url_signer()
--------spec_helper.rb(91B)
----.gitignore(154B)
----lib()
--------google_business_api_url_signer.rb(1KB)
--------google_business_api_url_signer()
----README.md(1KB)
----google_business_api_url_signer.gemspec(888B)

网友评论