You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add a query params named "sort" in order to sort by a param. For example if I make a request like /cars/{carId}/trips?sort=-mileage in order to have trips ordered in decreasing order of mileage value. The implementation is an example in order to explain my need.
It's in order to avoid this kind of response from "talk to my car" -> "Vos trajets ne sont pas assez significatifs pour calculer votre consommation. Dans vos 15 derniers trajets aucun ne dépasse 20km, je ne préfère donc pas m'avancer sur une consommation qui ne serait pas très représentative, j'espère que tu comprends :)"
The text was updated successfully, but these errors were encountered:
I would like to add a query params named "sort" in order to sort by a param. For example if I make a request like /cars/{carId}/trips?sort=-mileage in order to have trips ordered in decreasing order of mileage value. The implementation is an example in order to explain my need.
It's in order to avoid this kind of response from "talk to my car" -> "Vos trajets ne sont pas assez significatifs pour calculer votre consommation. Dans vos 15 derniers trajets aucun ne dépasse 20km, je ne préfère donc pas m'avancer sur une consommation qui ne serait pas très représentative, j'espère que tu comprends :)"
The text was updated successfully, but these errors were encountered: