Skip to content

Conversation

@Benjosh95
Copy link
Contributor

Description

relates to: https://jira.schwarz/browse/STACKITSDK-223

Checklist

  • Issue was linked above
  • No generated code was adjusted manually
  • Changelogs
    • Changelog in the root directory was adjusted
    • Changelog(s) of the service(s) were adjusted
  • VERSION file(s) of the service(s) were adjusted
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@Benjosh95 Benjosh95 requested a review from a team as a code owner August 15, 2025 13:26
@Benjosh95
Copy link
Contributor Author

Benjosh95 commented Aug 18, 2025

Updated example for ResourceManager cant find new ResourceManagerApi yet, only DefaultApi exists.

  • Updated SDK (defaultApi to serviceNameApi) to work well again.

@marceljk
Copy link
Contributor

Updated example for ResourceManager cant find new ResourceManagerApi yet, only DefaultApi exists.

  • Updated SDK (defaultApi to serviceNameApi) to work well again.

@Benjosh95 we haven't set up a pipeline yet for generating the Java SDK. To get the changes of stackitcloud/stackit-sdk-generator#186, you need to generate the Java SDK locally and push the changes to this PR :)

@Benjosh95 Benjosh95 mentioned this pull request Aug 26, 2025
11 tasks

try {
DefaultApi api = new DefaultApi(config);
ResourceManagerApi api = new ResourceManagerApi(config);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the AuthenticationExample 😃

@Benjosh95 Benjosh95 closed this Sep 1, 2025
@Benjosh95 Benjosh95 deleted the bf/update-resourcemanager-example branch September 1, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants