文件名称:luvit-keystone-client
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-01 15:00:02
Lua
Luvit 绑定到 Openstack Keystone API 这是 Openstack Keystone API 的客户端库。 它不是完整的功能...但。 例子 local KeystoneClient = require('keystone').Client local authUrl = 'https://identity.api.rackspacecloud.com/v2.0' local options = { username = 'userId', apikey = 'apikey' } local client = KeystoneClient:new(authUrl, options) client:tenantIdAndToken('cloudMonitoring', function(err, obj) if err then p(err)
【文件预览】:
luvit-keystone-client-master
----.luacheckrc(113B)
----package.lua(330B)
----LICENSE.txt(11KB)
----README.md(935B)
----lib()
--------keystone.lua(5KB)
----init.lua(33B)