mProjectsCode / mProjectsCode/obsidian-media-db-plugin
Integrate the mangaupdates API
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 491
- Forks
- 52
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
Some mangas do not appear in myanimelist, but are usually found in www.mangaupdates.com.
First, I'd like to request for the inclusion of searches using their API, and second, since it can also search for novels, to also include a new type or subType of media that represents them.
Describe the solution you'd like
Include the mangaupdates API in the search for comics (https://api.mangaupdates.com/), and to have a new type/subType that represents the novels obtained from that API.
Additional context
A search request example:
POST https://api.mangaupdates.com/v1/series/search
{"search": "demon noble girl"}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing search integrations and media type definitions, then inspect the Mangaupdates API documentation and the POST /v1/series/search example in the issue. Done means comic searches can query Mangaupdates and novels returned by that API have a distinct type or subtype.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100