GithubHelp home page GithubHelp logo

bimplus-akka-repl's Introduction

BIM+ API Client

or Scala drives Nemetschek Allplan's BIM+ API

Purpose

The Nemetschek BIM+ platform provides IFC model storage in conjunction with meta data administration services.

Unfortunately, there's no out-of-the-box command line interface (CLI) which is able to bundle a functional interface for repetitive tasks.

The scope of this CLI is focused on IO of attribute meta data schemes (i.e. creating attributes, providing templates etc.)

Usage

First download Java and SBT. Install both. Afterwards run

cd [bimplus download directory]
sbt console

Login into either production API (https://api.bimplus.net) or stage API (https://api-stage.bimplus.net)

scala> Api.<prod | stage>.login("<my user login>","<my secret password>")

The application context will receive the access token once finished.

Implemented services

Attributes service

>scala Api.<prod | stage>.attributes.<command>

Commands:

  • get - Detailed information of an attribute
  • getAll - Short listing of attributes
  • getAllComplete - Detailed listing of attributes
  • create - Create an attribute
  • createMany - Create multiple attributes sequentially
  • update - Update an attribute
  • delete - Delete an attribute
  • deleteMany - Delete multiple attributes sequentially

Attribute group service

>scala Api.<prod | stage>.attributeGroups.<command>

Commands:

  • get - Detailed information of an attribute group
  • getAll - Short listing of attribute groups
  • attributesOf - Scoping attribute service based on given group
  • create - Create an attribute group
  • update - Update an attribute group
  • delete - Delete an attribute group

Attribute template service

>scala Api.<prod | stage>.attributeTemplates.<command>

Commands:

  • get - Detailed information of an attribute template
  • getAll - Short listing of attribute templates
  • create - Create an attribute template
  • update - Update an attribute template
  • delete - Delete an attribute template

Project attribute template service

>scala Api.<prod | stage>.attributeProjectTemplates.<command>

Commands:

  • get - Detailed information of an attribute template
  • getAll - Short listing of attribute templates
  • create - Create an attribute template
  • update - Update an attribute template
  • delete - Delete an attribute template

bimplus-akka-repl's People

Contributors

bekraft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.