Class StructurizrClient


@Deprecated public class StructurizrClient extends WorkspaceApiClient
Deprecated.
Use WorkspaceApiClient instead
A client for the Structurizr workspace API that allows you to get and put Structurizr workspaces in a JSON format.
  • Constructor Details

    • StructurizrClient

      public StructurizrClient() throws StructurizrClientException
      Deprecated.
      Creates a new Structurizr client based upon configuration in a structurizr.properties file on the classpath with the following name-value pairs: - structurizr.api.url - structurizr.api.key - structurizr.api.secret
      Throws:
      StructurizrClientException - if something goes wrong
    • StructurizrClient

      public StructurizrClient(String apiKey, String apiSecret)
      Deprecated.
    • StructurizrClient

      public StructurizrClient(String url, String apiKey, String apiSecret)
      Deprecated.