Versions Compared

Key

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

...

  • When initially invoking the Swagger url, it reads all XML documentation comments from all public methods representing API endpoints and generates "openapi" specification file (swagger.json)
  • This file serves as input for Swagger UI (that means Swagger UI doesn't dynamically reflect current source code but only shows a content of openapi spec. file generated out of current XML comments)
  • You can authorize yourself and execute BimPlus API requests directly from within Swagger UI, for more details see https://doc.allplan.com/x/QZBHDQ How to call BimPlus API from Swagger

XML Documentation comments

...