Skip to content
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

Add image to schema for characters, series, and publisher responses. #192

Open
Kihron opened this issue Dec 25, 2023 · 1 comment
Open

Comments

@Kihron
Copy link

Kihron commented Dec 25, 2023

Is your feature request related to a problem? Please describe.
I would love if the image for the series, character, or publisher was included in the API response when just querying the general endpoint of when searching. This is more convenient because if you need the image you don't have to do multiple calls to each specific id to get the image.

Describe the solution you'd like
Instead of:

"results": [
    {
        "id": 23817,
        "name": "'Breed",
        "modified": "2023-12-02T11:25:39.275547-05:00"
    },

Add image:

"results": [
    {
        "id": 23817,
        "image": "example",
        "name": "'Breed",
        "modified": "2023-12-02T11:25:39.275547-05:00"
    },

Describe alternatives you've considered
You could potentially do multiple API calls in order to get the image, but with limited API calls per minute, this is very inefficient.

Additional context
Add any other context or screenshots about the feature request here.

@Kihron
Copy link
Author

Kihron commented Dec 26, 2023

It would also be particularly useful if the publisher was included with the above initial requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant