3
11

Extensions: use a new structure for the server's JSON listing #29

Closed
Campbell Barton wants to merge 4 commits from test-refactor-server-json into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

4 Commits

Author SHA1 Message Date
4dedda8465 Fix local repositories with the new JSON format 2024-04-11 20:45:24 +10:00
7ee3c921b8 Fix error popping the "id" multiple times (which only works once) 2024-04-10 15:13:40 +10:00
6e9b246865 Use "v1" instead of "1"
Makes it impossible to mistake for a number and reads better in URL's
~ Oleg-Komarov
2024-04-09 22:50:05 +10:00
eb37be857c Extensions: use a new structure for the server's JSON listing
Top level keys are now:
- version
- blocklist
- data (a list of packages)

  Each list item now contains the package "id".
2024-04-09 22:36:22 +10:00