Open robkooper opened 3 years ago
I may be confused, but I see a lot of these entries already listed under swagger, such as the /collections
endpoints and the ones under /logos
. There are indeed a few missing endpoints (e.g. /previews
and friends), but is it possible that your script isn't matching anything starting with /api
? The script output also does not include the HTTP method (GET
/ POST
/ etc) so it may be that I'm missing something there.
The Swagger spec doesn't include that base path.. does that prefix maybe need to be stripped off when checking the diff?
I am checking off things under "missing" that are already present in the Swagger spec. If there are specific bits missing from the items I'm checking off, let me know. This should at least significantly whittle down the list of endpoints that are "missing".
Describe the bug It looks like the documentation for the /api/users is missing from swagger, ran a little script to check. Created a list with checkboxes, can be fixed with many small PRs.
Resulting in the following errors:
MISSING IN SWAGGER
GEOSTREAMS
EXTRA IN SWAGGER (might be just wrong parameter)