文件名称:typeform-ruby:Ruby的Typeform IO客户端
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-31 18:53:51
Ruby
字型 用于Ruby的客户端。 用法 初始化客户端 typeform_api_key = ENV [ 'TYPEFORM_API_KEY' ] client = Typeform :: Client . new ( typeform_api_key ) 获取API信息 如果要确保身份验证和与Typeform I / O的连接正常,请调用Typeform::Client#information 。 client . information 响应包含有关API的信息。 这对于测试或确保您具有访问权限很有用。 { " name " : " Typeform I/O Build API " , " description " : " Build API for creating forms awesomely " , " version " : " v0.4 " , " docu
【文件预览】:
typeform-ruby-master
----.gitignore(95B)
----.rspec(31B)
----bin()
--------setup(115B)
--------console(333B)
----.travis.yml(76B)
----typeform.gemspec(1KB)
----spec()
--------typeform()
--------spec_helper.rb(155B)
----README.md(2KB)
----example()
--------index.html(838B)
--------example.rb(934B)
--------example.json(276B)
----lib()
--------typeform.rb(96B)
--------typeform()
----Gemfile(93B)
----Rakefile(117B)