Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Create TenantActions interface #58

Description

@lhazlewood

Create a TenantActions interface that both the Client and Tenant interface can extend from. This allows common tenant actions to be accessible from the client directly, for example:

client.createApplication(app);

instead of

client.getCurrentTenant().createApplication(app);

which is unnecessarily verbose.

This interface should contain all behavior common to both a Client and Tenant instance. For example, the client is not a Resource so save() should not be available.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions