i think i'm done?

Former-commit-id: 25c3bd71ee177a9926d2aee8b02deadebccc4286
This commit is contained in:
Ben
2022-04-29 18:30:41 +01:00
parent a375acf587
commit f9da1e2789
15 changed files with 417 additions and 29 deletions

View File

@@ -12,7 +12,8 @@ automatically every request
| --- | --- | --- | - | --- |
| GET | /api/special/ | | ❌ | |
| GET | /api/search/ | query (q), page | ❌ | Query endpoint |
| GET | /api/sets/featured | page | ❌ | Query endpoint |
| GET | /api/sets/featured | page | ❌ | |
| GET | /api/sets/new | page | ❌ | |
| GET | /api/brick/:id | | ❌ | |
| POST | /api/bulk/brick | array | ❌ | POST due to bulk nature |
| GET | /api/set/:id | | ❌ | |
@@ -38,7 +39,7 @@ For all endpoints that query, the following parameters are supported:
q: string to search for (fuzzy)
tags: tags to include in search
tag: tag to include in search (one at a time)
type: type of entity to return (set / brick)