Added cover image from the search results #563
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Added image from the search results endpoint.
Did you add tests for your changes?
Yes I did.
Sample response
http://0.0.0.0:4001/manga/mangadex/100 Ways Not to Fail in Another World
{ "currentPage": 1, "results": [ { "id": "7c7bc515-5427-4b56-915a-ebf1c04ee3d8", "title": "Isekai de Shippai Shinai 100 no Houhou", "altTitles": [ { "en": "100 Ways to Not Fail in an Alternate World" }, { "ja-ro": "Isekai de Shippaishinai 100 no Houhou" }, { "zh": "在异世界不失败的一百种方法" }, { "ja": "異世界で失敗しない100の方法" } ], "description": "To Chie Souma, a female college student, every day feels depressing when she has no luck with job hunting. She’d much rather end up in an alternate universe, just like in her beloved tripping into another world novels… Just as she was dreaming of escaping this reality, one day she actually trips into another world! It might be too dangerous in a female body to survive in this world. Chie decides to use the knowledge that she’s gained from reading, lie about her gender, and become “Souma the scholar,” but—?! A manga adaptation of a strategy manual style fantasy.", "status": "completed", "releaseDate": 2017, "contentRating": "safe", "lastVolume": "5", "lastChapter": "30", "image": "https://mangadex.org/covers/7c7bc515-5427-4b56-915a-ebf1c04ee3d8/0f3148a1-b76f-48f9-be7c-484b57b75ccd.jpg" } ] }
If relevant, did you update the documentation?
I did not update the Docs
Summary
I needed images from the search results aside from the title and description etc.
Other information