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

New Post builder implementations #346

Closed
9 tasks done
henrikfroehling opened this issue Oct 7, 2022 · 0 comments · Fixed by #347
Closed
9 tasks done

New Post builder implementations #346

henrikfroehling opened this issue Oct 7, 2022 · 0 comments · Fixed by #347

Comments

@henrikfroehling
Copy link
Owner

henrikfroehling commented Oct 7, 2022

New:

API:

public static class TraktPost
{
    public static ITraktSyncCollectionRemovePostBuilder NewSyncCollectionRemovePost();
    public static ITraktSyncRatingsRemovePostBuilder NewSyncRatingsRemovePost();
    public static ITraktSyncRecommendationsRemovePostBuilder NewSyncRecommendationsRemovePost();
    public static ITraktSyncWatchlistRemovePostBuilder NewSyncWatchlistRemovePost();
    public static ITraktUserPersonalListItemsRemovePostBuilder NewUserPersonalListItemsRemovePost();
    public static ITraktUserHiddenItemsRemovePostBuilder NewUserHiddenItemsRemovePost();
    public static ITraktMovieCheckinPostBuilder NewMovieCheckinPostBuilder();
    public static ITraktEpisodeCheckinPostBuilder NewEpisodeCheckinPostBuilder();
    public static ITraktMovieScrobblePostBuilder NewMovieScrobblePostBuilder();
    public static ITraktEpisodeScrobblePostBuilder NewEpisodeScrobblePostBuilder();
    public static ITraktMovieCommentPostBuilder NewMovieCommentPostBuilder();
    public static ITraktShowCommentPostBuilder NewShowCommentPostBuilder();
    public static ITraktSeasonCommentPostBuilder NewSeasonCommentPostBuilder();
    public static ITraktEpisodeCommentPostBuilder NewEpisodeCommentPostBuilder();
    public static ITraktListCommentPostBuilder NewListCommentPostBuilder();
}
@henrikfroehling henrikfroehling added this to the Version 1.3.0 milestone Oct 7, 2022
@henrikfroehling henrikfroehling self-assigned this Oct 7, 2022
@henrikfroehling henrikfroehling moved this to New in Trakt.NET Oct 7, 2022
@henrikfroehling henrikfroehling moved this from New to Open in Trakt.NET Oct 7, 2022
@henrikfroehling henrikfroehling moved this from Open to In Progress in Trakt.NET Oct 13, 2022
@henrikfroehling henrikfroehling linked a pull request Oct 13, 2022 that will close this issue
9 tasks
henrikfroehling added a commit that referenced this issue Oct 16, 2022
henrikfroehling added a commit that referenced this issue Oct 17, 2022
henrikfroehling added a commit that referenced this issue Oct 17, 2022
henrikfroehling added a commit that referenced this issue Oct 22, 2022
henrikfroehling added a commit that referenced this issue Oct 22, 2022
henrikfroehling added a commit that referenced this issue Oct 31, 2022
henrikfroehling added a commit that referenced this issue Oct 31, 2022
henrikfroehling added a commit that referenced this issue Oct 31, 2022
henrikfroehling added a commit that referenced this issue Oct 31, 2022
@henrikfroehling henrikfroehling moved this from In Progress to Done in Trakt.NET Oct 31, 2022
Repository owner moved this from Done to Closed in Trakt.NET Oct 31, 2022
@henrikfroehling henrikfroehling moved this from Closed to Done in Trakt.NET Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment