-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support for Config #34
Comments
+1 |
2 similar comments
+1 |
+1 |
The two of us building this didn't put a high value on Config, but we totally understand it is useful. I think adding support for it will be pretty simple. I'd venture that this would be a good first PR for someone learning the project. |
Hey @gfosco, great idea! I took a look on the SDK to understand what is the endpoint - What would be, in your opinion, the correct approach to this? First, how would we add new parameters or edit existing parameters? Only via REST API, or through some UI similar to what we have today? Secondly, how do you suggest creating the class that will handle the GET request? |
Parse Config only hosts a single endpoint for clients, a GET on /config Check Sadly, we named something Then, we need a way to actually set the config values... Perhaps a POST against /config with the master key. And we should cache the values... |
Gave it a first shot with #283 |
Merged in #283. 👍 |
fix: _User import not working
One of my favorite features of Parse is Config. Well, we definitely can create a custom method, that returns a JSON and etc., but would be amazing to have it working without the need to change code in the Client side.
What are the reasons that cause Config not to be supported currently? Maybe answering this question will give some direction on how to implement it?
The text was updated successfully, but these errors were encountered: