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

MW-1149: template api #3847

Merged
merged 10 commits into from
May 29, 2024
Merged

MW-1149: template api #3847

merged 10 commits into from
May 29, 2024

Conversation

lajosarpad
Copy link
Contributor

This is an API that serves the purpose of getting templates for the marketing site so they can be previewed

@lajosarpad lajosarpad requested a review from twilligls May 15, 2024 10:18
$response['title'] = $languageSettings->surveyls_title;
$response['subtitle'] = $languageSettings->surveyls_description;
}
$ch = curl_init();
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will be hard to unit-test if you don't inject a Curl class ;)

@lajosarpad lajosarpad merged commit e184a2d into develop May 29, 2024
20 checks passed
@lajosarpad lajosarpad deleted the feature/MW-1149-template-api branch May 29, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants