Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Описать структуры Шикимори #4

Open
8 of 37 tasks
Seryiza opened this issue Aug 7, 2018 · 0 comments
Open
8 of 37 tasks

Описать структуры Шикимори #4

Seryiza opened this issue Aug 7, 2018 · 0 comments
Assignees

Comments

@Seryiza
Copy link
Owner

Seryiza commented Aug 7, 2018

Описать все оставшиеся структуры данных.
В порядке приоритета:

Users

  • GET /api/users (User)
  • GET /api/users/:id (UserDetailed)
  • GET /api/users/:id/info (UserBrief)
  • GET /api/users/:id/anime_video_reports (AnimeVideoReport)
  • GET /api/users/:id/anime_rates (AnimeRate) (Shikimori API v1)
  • GET /api/users/:id/manga_rates (MangaRate) (Shikimori API v1)
  • GET /api/users/:id/favourites (Favourites)
  • GET /api/users/:id/unread_messages (UnreadMessages)
  • GET /api/users/:id/history (History)

Styles

  • GET /api/styles/:id (Style)
  • PUT /api/styles/:id (NewStyle)

Animes

  • GET /api/animes (Anime)
  • GET /api/animes/:id (AnimeDetailed)
  • GET /api/animes/:id/roles (Role)
  • GET /api/animes/:id/related (Related)
  • GET /api/animes/:id/screenshots (Screenshot)
  • GET /api/animes/:id/franchise (Franchise)
  • GET /api/animes/:id/external_links (ExternalLinks)

Achievements

  • GET /api/achievements (Achievement)

Studios

  • GET /api/studios (Studio)

Genres

  • GET /api/genres (Genre)

Anime videos

  • POST /api/animes/:anime_id/anime_videos (AnimeVideos)

Characters

  • GET /api/characters/:id (Character)

Videos

  • GET /api/animes/:anime_id/videos (Video)
  • POST /api/animes/:anime_id/videos (NewVideo)

Bans

  • GET /api/bans (Ban)

Clubs

  • GET /api/clubs (Club)
  • todo

Messages

  • GET /api/messages/:id (Message)
  • POST /api/messages/mark_read (MarkRead)
  • POST /api/messages/read_all (ReadAll)
  • POST /api/messages/delete_all (DeleteAll)

Appear

  • POST /api/appear (Appear ids)

Calendar

  • GET /api/calendar (Calendar)

Comments

  • todo

Devices

  • todo

Dialogs

  • GET /api/dialogs (DialogPreview)
  • GET /api/dialogs/:id (Dialog)

Forums

  • todo

Mangas

  • todo

Publishers

  • GET /api/publishers (Publisher)

Ranobe

  • todo

Stats

  • GET /api/stats/active_users (ActiveUsers)

Topics

  • todo

User images

  • todo
@Seryiza Seryiza self-assigned this Aug 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant