-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category resources response doesn't match docs, missing data. #2
Comments
I've edited both the API code and Documentation multiple times, so some things might not match up. For the category response, the contributors field is defined to be returned, but I think it's one of the fields that doesn't exist in every resources, since not all of them add extra contributors. |
Resources are also always missing the icon information, even for ones that have icons. |
Not all routes return the full resource information. |
Is there any chance we could change the resource listing requests to also include the icon like the From what I can tell in the code this seems to be a trivial update in the configuration used by the PHP API server. |
Feel free to submit a PR :) |
The page for resources in a category shows that resources should have a 'contributor' field.
https://spiget.org/documentation/#!/categories/get_categories_category_resources
However a request for this doesn't return that field.
https://api.spiget.org/v2/categories/7/resources
The text was updated successfully, but these errors were encountered: