Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bimplus WebSDK library was created with intention to provide easy access to Allplan Bimplus API via simple and easy to use SDK. It contains list of functions which you can call to obtain data from API servers. 

Installation

Bimplus WebSDK library is distributed via npm and github repository.

npm installation

To install package via npm you need to install nodejs and npm . Then in command line run :

npm install bimplus-websdk

Github

Public github repository with latest bundle you can find here :

https://github.com/bimplus-admin/bimplus-websdk

Usage

Access to Allplan Bimplus API servers is not public, so you need a valid Bimplus account to use one of our servers.

...