You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my situation, users make an API call to render a template, while providing the necessary parameters.
There will be multiple templates, and the user will need to provide different parameters (a Map) for each template. If there are any variables in the template that are not satisfied, I would like to obtain the list and notify the user.
Is there any Pebble extension available for this purpose? Thank you.
The text was updated successfully, but these errors were encountered:
Question
In my situation, users make an API call to render a template, while providing the necessary parameters.
There will be multiple templates, and the user will need to provide different parameters (a
Map
) for each template. If there are any variables in the template that are not satisfied, I would like to obtain the list and notify the user.Is there any Pebble extension available for this purpose? Thank you.
The text was updated successfully, but these errors were encountered: