Add Danbooru API to Anime APIs section#38
Open
medhavisahgal wants to merge 1 commit intokeploy:mainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds the Danbooru API to the Anime APIs section by updating the README, along with several markdown table formatting improvements to standardize presentation across API categories.
- Added a new row for Danbooru API in the Anime & Manga section.
- Updated horizontal rule formatting in multiple markdown tables for consistent style.
- Removed extraneous lines to streamline table layouts.
Comments suppressed due to low confidence (2)
README.md:181
- Verify that the updated markdown for the Danbooru API row renders correctly in all markdown viewers, ensuring consistency with other API entries.
| [Danbooru API](https://danbooru.donmai.us/wiki_pages/help:api) | <details><summary>Anime-style image board API</summary>Retrieve tagged images, character art, metadata, and post ratings from the Danbooru anime image board. Useful for search and curation systems.</details> | None | Medium |
README.md:46
- Ensure that the new horizontal rule formatting for the markdown table header is consistent with the rest of the document and adheres to the project’s style guidelines.
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ---------- |
Contributor
|
Hey @medhavisahgal, Thank you for raising the pr! I am not able to understand what you have done in this pr. Can you please clarify me? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Title: Add Danbooru API to Anime APIs section
Description:
This pull request adds the Danbooru API to the Anime APIs section. Danbooru is an anime-style image board API that allows developers to retrieve image metadata, tags, ratings, and artwork content. It’s useful for anime-related applications like character art galleries, tag-based search systems, and content curation tools.