Yan

Results 7 comments of Yan

I've added an xfail test in test_container_view to demonstrate this issue in [PR #78](https://github.com/Midnighter/structurizr-python/pull/78).

It seems a bit odd that the client be tied to a single workspace, and this is inconsistent with the [Java API](https://github.com/structurizr/java/blob/master/structurizr-client/src/com/structurizr/api/StructurizrClient.java). I'd suggest keeping the workspace ID in the...

> it does hold the API key and secret which, as far as I know, are also specific to a particular workspace (but maybe I'm wrong on this). Hmmm, good...

Given animations also are supported in the (currently experimental) `CustomView` in Java which doesn't extend `StaticView`, then perhaps this should be implemented in Python as a mixin (both View and...

> Best would be a systematic comparison with the OpenAPI schema, I suppose. > https://editor.swagger.io/?url=https://raw.githubusercontent.com/structurizr/json/master/structurizr.yaml Unless I'm missing something, _none_ of the properties are marked as required in the YAML!