Configuration endpoint #414
cristijora
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reason
On many projects when we initially load the page we need some data in order to further use it in the application.
Here's a more concrete example.
When we load the application, we have to fetch
Idea
Some of these things can be grouped into a single api call called
configuration
and exposed as keys inside an object.For example
From a Restify standpoint of view, maybe create a utility to easily combine responses from multiple restify endpoints into a single one and expose them as an object ?
Beta Was this translation helpful? Give feedback.
All reactions