Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect integration name change when creating templates #19

Open
2 of 4 tasks
rohrig opened this issue Sep 28, 2023 · 0 comments
Open
2 of 4 tasks

Respect integration name change when creating templates #19

rohrig opened this issue Sep 28, 2023 · 0 comments

Comments

@rohrig
Copy link
Collaborator

rohrig commented Sep 28, 2023

Describe the feature

the template is hardcoded to const { data } = await sdk.boilerplate.exampleChe('test'); it seems, it doesn't respect the custom module you are building that is named lets say my_example and it is already present in the sdk.config.ts sdkConfig object.

should become const { data } = await sdk.my_example.exampleChe('test');

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

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

No branches or pull requests

1 participant