eike-welk / clair

Collect prices on E-Commerce sites, and display them in graphical form.
GNU General Public License v3.0
0 stars 0 forks source link

Learn to Customize the REST-API #68

Closed eike-welk closed 7 years ago

eike-welk commented 7 years ago

Currently the API simply mirrors the DB's tables. However more complex SQL queries are frequently useful too.

Concrete example:

An API that represents a SQL join is needed for ProductsInListing, and for all similar many-to-many models.

eike-welk commented 7 years ago

Duplicate of: #64