文件名称:BIMserverRubyAPI:基于JSON接口的BIMserver的Ruby API
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-11 13:45:17
Ruby
BIMserverRubyAPI 用于BIMserver的Ruby API( ) 该脚本使用BIMserver的内置JSON接口。 来自JSON接口的所有调用都映射到Ruby方法。 用法示例: # create connection object that connects to the server conn = OpenSourceBIM :: BIMserverAPI :: Connection . new ( 'http://localhost' , '8082' ) # login on the server (internally defines a token that is automatically passed to all other methods to verify the user) conn . login ( username , passwor
【文件预览】:
BIMserverRubyAPI-master
----.gitignore(1KB)
----src()
--------BIMserverRubyAPI()
----README.md(843B)
----.gitattributes(378B)