Hello friends,
I am building a mobile forum app using Discourse API and I’d like to implement client-side minimum character enforcement for topics/posts so that we don’t have to fire an API request to validate whether the inputted text content satisfy the requirements.
However it does look like we allow configuring minimum post and first post length dynamically through admin settings.
My question is: is there a way to fetch down all these settings using an API call (in my case, at app startup time) so that the app doesn’t need to hardcode the thresholds and assume they won’t change?
Thanks in advance for taking a look!
Best,
Chris