pebble-dev / rebblestore-api

Rebble Store api code.
MIT License
39 stars 8 forks source link

Reorganized code, and added possibility to locally download screenshots #24

Closed azertyfun closed 7 years ago

azertyfun commented 7 years ago

Also Cards now contain the first screenshot of the app, because the front-end uses big images, not the 48x48 pebble icons.

Queries from application.go were moved to db. However, admin.go retains its queries (for now at least) as there is no duplication, and exposing them to all packages doesn't make much sense.

I will push a big update to the frontend once this is merged, with support for a lot of API endpoints. Hype!