sncf-connect-tech / hesperides

Configuration management tool providing universal text file templating and properties editing through a REST API or a webapp (backend part)
https://voyages-sncf-technologies.github.io/hesperides-gui/
GNU General Public License v3.0
36 stars 28 forks source link

GET /applications/ #464

Closed GurneyHallack closed 5 years ago

GurneyHallack commented 5 years ago

Is your feature request related to a problem? Please describe. I want to get all applications by a simple API query.

Describe the solution you'd like A /GET/applications, with a possible paginations available if possible. The result could be the same as GET /applications/{application_name} (platforms could be optional in this case, to reduce overload)

Describe alternatives you've considered Using POST /applications/perform_search with each character of the alphabet, but it seems that there is a limit on the result returned. Directly getting information from ElasticSearch (it requires a specific logic for it).

Lucas-C commented 5 years ago

Implémenté et en prod !

thomaslhostis commented 5 years ago

👍 (vu avec @GurneyHallack)