We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates an UserStory.
Refer to AniAPI docs for more informations.
Need authentication!
UserStory
UserStory model = new UserStory() { AnimeId = 11, UserId = 1, Status = UserStoryStatusEnum.PAUSED, CurrentEpisode = 897 }; var result = await AniAPI.Instance.CreateUserStory(model);