We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f19d90 commit 3e8b27bCopy full SHA for 3e8b27b
services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/api/ResourceManagerApi.java
@@ -0,0 +1,14 @@
1
+package cloud.stackit.sdk.resourcemanager.api;
2
+
3
+import cloud.stackit.sdk.core.config.CoreConfiguration;
4
+import java.io.IOException;
5
6
+public class ResourceManagerApi extends DefaultApi {
7
+ public ResourceManagerApi() throws IOException {
8
+ super();
9
+ }
10
11
+ public ResourceManagerApi(CoreConfiguration configuration) throws IOException {
12
+ super(configuration);
13
14
+}
0 commit comments