nova-api:新资料库

时间:2024-03-24 20:27:41
【文件属性】:

文件名称:nova-api:新资料库

文件大小:30KB

文件格式:ZIP

更新时间:2024-03-24 20:27:41

Ruby

Nova :: API 介绍 宝石消耗 安装 将此行添加到您的应用程序的Gemfile中: gem 'nova-api' 然后执行: $ bundle 或将其自己安装为: $ gem install nova-api 用法 首先使用Nova::API类的configure方法设置凭据和子域: Nova :: API . configure do | config | config . api_key = 'your-api-key' config . subdomain = 'your-subdomain' end 之后,您可以通过以下方式开始使用资源: 实例化一个新的Nova::API::Client对象; 或者 直接使用可用的资源类(检查文件夹下的) 要了解资源支持的操作,请检查文件夹下的资源源代码。 查询方式 对于大多数查询方法,您可以传递带有API文档中描


【文件预览】:
nova-api-master
----.travis.yml(107B)
----bin()
--------console(343B)
--------setup(131B)
----Rakefile(114B)
----Gemfile(163B)
----Gemfile.lock(2KB)
----nova-api.gemspec(2KB)
----.rspec(53B)
----spec()
--------support()
--------nova()
--------spec_helper.rb(605B)
----.gitignore(128B)
----CHANGELOG.md(801B)
----lib()
--------nova()
----.circleci()
--------config.yml(902B)
--------setup-rubygems.sh(130B)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论