Skip to content

Commit 3e8b27b

Browse files
committed
add ResourceManagerApi manually
1 parent 8f19d90 commit 3e8b27b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)