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

Jikan API Coverage #2

Open
THEGOLDENPRO opened this issue Dec 10, 2023 · 0 comments
Open

Jikan API Coverage #2

THEGOLDENPRO opened this issue Dec 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@THEGOLDENPRO
Copy link
Owner

THEGOLDENPRO commented Dec 10, 2023

This is a git issue we use to keep track of all the endpoints left to implement into the API wrapper and also create a complete resource class for it.

Note

We're now ignoring the completion of type dicts. Type dicts no longer have to be complete to mark their jikan resource complete in this issue.

We're now prioritizing the completion of resource classes.

Documentation for the endpoints can be found at https://docs.api.jikan.moe/

Current Coverage

  • anime

    • getAnimeFullById 🟡 (FullAnime resource not complete)
    • getAnimeById 🟢
    • getAnimeCharacters 🟢
    • getAnimeStaff 🟢
    • getAnimeEpisodes 🟢
    • getAnimeEpisodeById 🟢
    • getAnimeNews
    • getAnimeForum
    • getAnimeVideos
    • getAnimeVideosEpisodes
    • getAnimePictures
    • getAnimeStatistics
    • getAnimeMoreInfo
    • getAnimeRecommendations
    • getAnimeUserUpdates
    • getAnimeReviews
    • getAnimeRelations
    • getAnimeThemes
    • getAnimeExternal
    • getAnimeStreaming
    • getAnimeSearch 🟢
  • characters

    • getCharacterFullById
    • getCharacterById
    • getCharacterAnime
    • getCharacterManga
    • getCharacterVoiceActors
    • getCharacterPictures
    • getCharactersSearch
  • clubs

    • getClubsById
    • getClubMembers
    • getClubStaff
    • getClubRelations
    • getClubsSearch
  • genres

    • getAnimeGenres
    • getMangaGenres
  • magazines

    • getMagazines
  • manga

    • getMangaFullById
    • getMangaById
    • getMangaCharacters
    • getMangaNews
    • getMangaTopics
    • getMangaPictures
    • getMangaStatistics
    • getMangaMoreInfo
    • getMangaRecommendations
    • getMangaUserUpdates
    • getMangaReviews
    • getMangaRelations
    • getMangaExternal
    • getMangaSearch
  • people

    • getPersonFullById
    • getPersonById
    • getPersonAnime
    • getPersonVoices
    • getPersonManga
    • getPersonPictures
    • getPeopleSearch
  • producers

    • getProducerById
    • getProducerFullById
    • getProducerExternal
    • getProducers
  • random

    • getRandomAnime
    • getRandomManga
    • getRandomCharacters
    • getRandomPeople
    • getRandomUsers
  • recommendations

    • getRecentAnimeRecommendations
    • getRecentMangaRecommendations
  • reviews

    • getRecentAnimeReviews
    • getRecentMangaReviews
  • schedules

    • getSchedules
  • users

    • getUsersSearch
    • getUserById
    • getUserFullProfile
    • getUserProfile
    • getUserStatistics
    • getUserFavorites
    • getUserUpdates
    • getUserAbout
    • getUserHistory
    • getUserFriends
    • getUserReviews
    • getUserRecommendations
    • getUserClubs
    • getUserExternal
  • seasons

    • getSeasonNow
    • getSeason
    • getSeasonsList
    • getSeasonUpcoming
  • top

    • getTopAnime
    • getTopManga
    • getTopPeople
    • getTopCharacters
    • getTopReviews
  • watch

    • getWatchRecentEpisodes
    • getWatchPopularEpisodes
    • getWatchRecentPromos
@THEGOLDENPRO THEGOLDENPRO added the enhancement New feature or request label Dec 10, 2023
@THEGOLDENPRO THEGOLDENPRO self-assigned this Dec 10, 2023
@THEGOLDENPRO THEGOLDENPRO pinned this issue Dec 22, 2023
THEGOLDENPRO added a commit that referenced this issue Dec 22, 2023
@THEGOLDENPRO THEGOLDENPRO moved this from Backlog to In progress in Goldy's Project Board Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant