Open jennypavlova opened 3 months ago
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)
This would also get our APIs closer to our guidelines recommendations.
This would also get our APIs closer to our guidelines recommendations.
Thanks @crespocarlos I added that to the AC
Removing from refining into backlog.
We want to improve the infra APIs and investigate different ways to do that. One thing we want to change is to convert all POST endpoints that are used to fetch data to GET.
Benefits are:
Concerns: If we use GET request the limit we have in the length is 2,048 characters. Moving the properties we have in the request body to the URL can exceed this limit in case of a long list of filters so we need to be careful.
AC: