Versions Compared

Key

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

Help us improve the Bimplus API doc by providing your valuable comments. You can find the comment section at the bottom of the page.

...

Schema

In general the input and output data format for all calls is JSON. We should follow a wide accepted naming convention like http://google-styleguide.googlecode.com/svn/trunk/jsoncstyleguide.xml#Property_Name_Guidelines

...

This specification shall be know as version 2 of the BimPlus Cloud Service API. The version will be coded in into the url as path named v2.

...

HTTP Verbs

Following HTTP verbs are available and used for the described operations

...

Used for deleting resources.

...

Rate Limiting

We limit requests to 60 per hour for unauthenticated requests. For requests using Basic Authentication or OAuth, we limit requests to 5,000 per hour. You can check the returned HTTP headers of any API request to see your current status:

No Format

X-RateLimit-Limit: 5000

X-RateLimit-Remaining: 4966