Yurba.js Documentation
    Preparing search index...

    Class PostResource

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    comments: {
        add: (
            postId: number,
            content: string,
            photos?: number[],
        ) => Promise<any>;
        delete: (commentId: number) => Promise<any>;
        get: (postId: number, lastId?: number) => Promise<any>;
    } = ...

    Methods