filmov
tv
A/B test: Sort a JSON response with python or filtering in queries with my Oracle Database

Показать описание
I have a couple options for filtering the JSON response provided by my Oracle REST Data Services API. I can use sorting in python, or I can filter in queries by adding them directly to the URI at the time of the initial GET request.